Intuitive Digital Signal Processing Toolbox

版本 2.02 (213.3 KB) 作者: Ilias Konsoulas
A concise but versatile Digital Signal Processing Toolbox (kit) ideal for DSP lab experiments.
2.9K 次下载
更新时间 2021/2/9

查看许可证

This is a brief, handy DSP Toolkit authored purely in MatLab that provides for the basic, introductory DSP functions like convolution, fast convolution, sampling, quantization, Fourier transforms and their relatives. See the contents file for a full list of functions. If used with prudence , I think its ideal for DSP lab exercise design.

引用格式

Ilias Konsoulas (2024). Intuitive Digital Signal Processing Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/55425-intuitive-digital-signal-processing-toolbox), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
2.02

I have corrected function my_CTFT1.m by removing the imaging artifacts out of interval [-pi*Fs, pi*Fs].

2.01

I forgot to exclude some obsolete files.

2.0

I have included the 2 new signal CTFT approximation functions: my_CTFT and my_CTFT1. The first one makes use of the matlab provided fft.m function and therefore is much faster. The later makes use of the definition formula and is more intuitive.

1.0