getLatency
R2026bDescription
returns the latency, Y = getLatency(hdliir)Y, between the first valid input sample and
the first valid output sample, assuming contiguous input samples. The latency depends on
the Structure property of the biquad filter object.
To return the latency of a multichannel or frame-based filter with this syntax, you must first call the object so that it can detect the input dimensions.
returns the latency, Y = getLatency(hdliir,V)Y, for an input vector of
V elements. If the Structure property is
'Pipelined feedback form', then this dimension represents a column
vector of frame-based data. If the Structure property is
'Direct form I fully serial', then this dimension represents a row
vector for a multichannel filter.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a