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
| M | Time-domain filter length (in samples), |
| Ne | Input block length, |
| C | Complexity, in FLOPS by input sample, |
| Nf | FFT dimension, |
| Nz | Number of zeros inserted for each FFT block ( \(N_f = N_e + N_z\)) |
