transfermat.m
Transfer matrix calculation for linear filters.
Syntax
T=transfermat(amp_inps,amp_outs)
Parameters
amp_inps - a matrix with amplifier input vectors as columns amp_outs - a matrix with amplifier output vectors as columns
Outputs
T - the transfer matrix, such that amp_outs=T*amp_inps
in the least squares sense
Notes
The number of input-output vector pairs should be bigger than the number of elements in those vectors.
See also
amp_root.m, amp_tanh.m, firf.m, kernelest.m, no_dist.m, penalty.m, restrans.m, spf.m, szf.m, Optimal control module
Version 2.1, authors: Ilya Kuprov