You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a repository where I added my DSP codes that have written in Matlab (without built-in function). I have also commented inside every code so that it will become helpful for newbies. Also added cross-check using Library Function.
This project is about designing generalized MATLAB codes that perform discrete convolution and discrete-time Fourier transform (DTFT) to audio and voice signals. Signal-processing MATLAB functions like “conv”, “filter”, and “fir1” are used to manipulate the input voice signal with different filters and study the output spectrum.
This project is about using a simple Z-transform transfer function of a digital filter that filters out certain noise frequencies in an input signal using MATLAB.
Explore my MATLAB programs for Digital Signal Processing! 🎶 From IIR and FIR filters to FFT, DFT, and convolution techniques. Dive into the world of signals and transform your understanding. 🚀 #DSP #MATLABMagic
MATLAB program for robotic vision. Simulate edge detections, greyscale image conversion, image scaling, orientation, and utilize convolution algorithm in handling black dots on an expanded image.
The aim of this project is to write a Matlab code that help to simulate the impulse and frequency responses of FIR filter for any given value of the filter order N.