Chirp z-Transform |
chirpz(v, lo, hi, d) Returns the frequency spectrum of the signal v between lo and hi at frequency intervals of d.
chirpz takes the FFT of an array with length of the original input signal plus the number of points in the interpolated spectrum minus one.
If the total length of the array delivered to the FFT is prime or has few factors, this calculation will be slow.