getLatency
Latency of FIR decimation filter
Description
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 - inputTypewhen you set- CoefficientsDataTypeproperty to- 'Same word length as input'. Otherwise, set it to- [].
- Set - isInputComplexto- truewhen 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