basic signal processing functions

h.fft(x,N,W) h.ifft(x,N) h.conv(x,y) h.freqz(b,a,N,W) h.interp(x,N) h.decimate(x,N)
479 Downloads
Updated 4 Feb 2013

View License

Re-implement some basic DSP related functions. Not so powerful as matlab built-in ones, but could give an ideal how these functions work.

mydsp.m: implementation of the functions.
use_mydsp.m: examples of how to use the functions; accuracy also verified by comparing the output with Mablab built-in funcs.

Cite As

yuanye wang (2024). basic signal processing functions (https://www.mathworks.com/matlabcentral/fileexchange/40164-basic-signal-processing-functions), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Signal Processing Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0