getLatency
Latency of FFT calculation
Description
returns the number of cycles, Y
= getLatency(hdlfft
)Y
, that the object takes to
calculate the FFT of an input frame. The latency depends on the input vector size
and the FFT length. If the object is configured to accept FFT length from an input
argument, the getLatency
function uses the value of
FFTLengthMax
.
returns the number of cycles that an object would take to calculate the FFT of an
input frame, if it had FFT length Y
= getLatency(hdlfft
,N
,V
)N
, and vector input of size
V
. This function does not change the properties of
hdlfft
. This syntax is only valid when
Architecture
is set to 'Streaming Radix
2^2'
and FFTLengthSource
is set to
'Property'
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a