10. Signal Processing
June 27, 2014 ยท View on GitHub
Full list of references in Chapter 10 of the IPython Cookbook, the definitive guide to high-performance scientific computing and data science in Python, by Dr. Cyrille Rossant, Packt Publishing, 400 pages, 2014.
Recipe 1
- Introduction to the FFT with SciPy.
- Reference documentation for the fftpack in SciPy.
- Fourier Transform.
- Discrete Fourier Transform.
- Fast Fourier Transform.
Recipe 2
- Digital signal processing.
- Linear filter.
- LTI filters.
- Impulse response.
- Convolution.
- FIR filters.
- IIR filters.
- Low-pass filters.
- High-pass filters.
- Band-pass filters.