ola_complexity

Compute the complexity of an OLA filter, in FLOPS by input sample.

Namespace: dsp::fourier

Prototype

void ola_complexity(int M, int Ne, float &C, int &Nf, int &Nz)

Parameters

MTime-domain filter length (in samples),
NeInput block length,
CComplexity, in FLOPS by input sample,
NfFFT dimension,
NzNumber of zeros inserted for each FFT block ( \(N_f = N_e + N_z\))

Description

See also

ola_complexity_optimize()