Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 1.14 KB

File metadata and controls

28 lines (28 loc) · 1.14 KB

Matlab DSP Toolbox

Unlock the potential of Digital Signal Processing with this collection of MATLAB programs. From Butterworth and Chebyshev IIR filters to FFT, DFT, and convolution techniques, explore the world of signals with ease. 🎵✨

Contents:

  • BW_IIR_filter.m - Butterworth IIR filter implementation
  • Chebyshev_IIR.m - Chebyshev IIR filter
  • circular_convolution.m - Circular convolution
  • comb_func.m - Comb function
  • DFT.m - Discrete Fourier Transform
  • FFT.m - Fast Fourier Transform
  • FIR.m - Finite Impulse Response filter
  • IDFT.m - Inverse Discrete Fourier Transform
  • IIR.m - Infinite Impulse Response filter
  • linear_circular.m - Linear circular convolution
  • sampling_func.m - Signal sampling
  • signals.m - Signal processing functions
  • sine_func.m - Sine wave generation
  • SP_OPEN_ENDED.m - Open-ended signal processing
  • SSPP.m - Single Sideband Partial Phase

Enhance your DSP skills and make your signals come alive! 🚀 #MATLAB #DigitalSignalProcessing