Digital Signal Processing Using MATLAB
This repo consists programs made on MATLAB for digital signal processing (DSP) undergraduate course.
The Book based on the code along with all the explanation can be found on DSP gitbook
Basic Signals folder has 6 basic signals along with their graphs in both continuous and discrete form.
- Unit step (heaviside)
- Unit ramp
- Sine wave
- Unit Impulse
- Decaying Exponential
- Random Noise
Given below are examples of the graphs in this repo.
Other programs included in this repo are :
-
Spectral Analysis of a sinusoidal function
- Sampling theorem demonstartion Nyquist-Shannon .
- 8 point DFT of a sequence.
- Convolution Demo (circular and linear). Many More programs to come in future.