Skip to content

Instantly share code, notes, and snippets.

@ewmoore
ewmoore / README
Last active October 18, 2020 09:22
Chirp z-transform
This is the contents of the attachment from http://mail.scipy.org/pipermail/scipy-user/2009-March/020331.html
See also https://github.com/scipy/scipy/issues/4288
@endolith
endolith / chirpz.py
Last active January 7, 2024 11:29
Chirp Z-transforms in Python (by Paul Kienzle, Nadav Horesh, Stefan van der Walt)
"""Chirp z-Transform.
As described in
Rabiner, L.R., R.W. Schafer and C.M. Rader.
The Chirp z-Transform Algorithm.
IEEE Transactions on Audio and Electroacoustics, AU-17(2):86--92, 1969
"""
import numpy as np