getLatency
Description
returns the number of cycles, Y
= getLatency(channelsynthesizer
)Y
that the object would take to
synthesize an input frame. The filter coefficients do not affect the latency. This
function does not change the properties of the
channelsynthesizer
.
returns the number of cycles that an object would take to synthesize an input frame.
The latency depends on the filter structure and the IFFT length
(Y
= getLatency(channelsynthesizer
,N
)N
). The filter coefficients do not affect the latency.
This function does not change the properties of the
channelsynthesizer
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a