getLatency
Description
returns the latency, Y
= getLatency(hdlfird,inputType
,isInputComplex
,inputVecSize
)Y
, between the first valid input sample
and the first valid output sample, assuming contiguous input samples. The latency
depends on filter structure and filter coefficients. The final two arguments may be
optional, depending on the object configuration.
Use
inputType
when you setCoefficientsDataType
property to'Same word length as input'
. Otherwise, set it to[]
.Set
isInputComplex
totrue
when your input data is complex. The latency changes when you have complex data and complex coefficients, because of the extra adder pipeline.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020b