transfermat.m

From Spinach Documentation Wiki
Revision as of 18:52, 5 June 2026 by Kuprov (talk | contribs) (Rename Arguments section heading to Parameters)
Jump to: navigation, search

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

Optimal control module

Version 2.1, authors: Ilya Kuprov