Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Think DSP: Digital Signal Processing in Python

Posted By: Grev27
Think DSP: Digital Signal Processing in Python

Allen B. Downey, "Think DSP: Digital Signal Processing in Python"
English | ISBN: 1491938455 | 2016 | EPUB | 168 pages | 9 MB

If you understand basic mathematics and know how to program with Python, you’re ready to dive into signal processing. While most resources start with theory to teach this complex subject, this practical book introduces techniques by showing you how they’re applied in the real world. In the first chapter alone, you’ll be able to decompose a sound into its harmonics, modify the harmonics, and generate new sounds.

Author Allen Downey explains techniques such as spectral decomposition, filtering, convolution, and the Fast Fourier Transform. This book also provides exercises and code examples to help you understand the material.

You’ll explore:

Periodic signals and their spectrums
Harmonic structure of simple waveforms
Chirps and other sounds whose spectrum changes over time
Noise signals and natural sources of noise
The autocorrelation function for estimating pitch
The discrete cosine transform (DCT) for compression
The Fast Fourier Transform for spectral analysis
Relating operations in time to filters in the frequency domain
Linear time-invariant (LTI) system theory
Amplitude modulation (AM) used in radio
Other books in this series include Think Stats and Think Bayes, also by Allen Downey.