Developed by Jon Karakus, the DSPscripts repository contains a collection of MATLAB scripts that demonstrate core Digital Signal Processing (DSP) techniques. These scripts are intended to serve as foundational tools for further exploration into advanced DSP applications, like noise cancellation and spectral analysis.
- Foundational Learning: Provide clear examples of basic DSP techniques through MATLAB scripting. Establish a base for more complex DSP applications
- Utilizes the Least Mean Squares (LMS) algorithm to adaptively filter noise from signals.
- Demonstrates the effects of signal quantization and its implications on signal integrity.
- Comb filtering compared to LMS filtering to effectively reduce noise in real-time applications.
- Implements Welch's method to estimate the power spectrum of a signal, aiding in the analysis of its frequency components.
Download the repository directly via GitHub:
git clone https://github.com/jonkarakus/DSPscripts.git