Function Reference | ![]() ![]() |
Interpolate an FRD model between frequency points
Syntax
isys = interp(sys,freqs)
interpolates the frequency response data contained in the FRD model sys
at the frequencies freqs
. interp
, which is an overloaded version of the MATLAB function interp
, uses linear interpolation and returns an FRD model isys
containing the interpolated data at the new frequencies freqs
.
You should express the frequency values freqs
in the same units as sys.frequency
. The frequency values must lie between the smallest and largest frequency points in sys
(extrapolation is not supported).
freqresp
Frequency response of LTI models
ltimodels
Help on LTI models
![]() | initial | inv | ![]() |