czt
Z-chirp transform.
Namespace: dsp::fourier
Prototype
Veccf czt(const Veccf &x, int m, cfloat W, cfloat z0=1.0f)
Parameters
x | Input vector |
m | Number of evaluation points |
W | Progression of the geometric serie |
z0 | Initial term |
Returns
The values of \(H(z)\):
Description
Evaluate the z transform on the following points: \(z_0 \cdot W^n\), pour \(n=0,1,...,m-1\)