Python for Digital Signal Processing (DSP) From Ground Up
Signal Processing Algorithms : Theory, Intuition, Mathematics, Numerical examples, and Python implementation

Python for Digital Signal Processing (DSP) From Ground Up udemy course free download
Signal Processing Algorithms : Theory, Intuition, Mathematics, Numerical examples, and Python implementation
This course will bridge the gap between the theory and implementation of Signal Processing Algorithms and their implementation in Python. All the lecture slides and python codes are provided.
Why Signal Processing?
Since the availability of digital computers in the 1970s, digital signal processing has found its way in all sections of engineering and sciences.
Signal processing is the manipulation of the basic nature of a signal to get the desired shaping of the signal at the output. It is concerned with the representation of signals by a sequence of numbers or symbols and the processing of these signals.
Following areas of sciences and engineering are specially benefitted by rapid growth and advancement in signal processing techniques.
1. Machine Learning.
2. Data Analysis.
3. Computer Vision.
4. Image Processing
5. Communication Systems.
6. Power Electronics.
7. Probability and Statistics.
8. Time Series Analysis.
9. Finance
10. Decision Theory
11. Biomedical Signal Processing
12. Health care
Course Outline
Section 01: Introduction of the course
Section 02: Python crash course
Section 03: Fundamentals of Signal Processing
Section 04: Convolution of Signals
Section 05: Signal Denoising Filters
Section 06: Complex Numbers
Section 07: Fourier Transform
Section 08: FIR Filter Design
Section 09: IIR Filter Design