Intuitive Digital Signal Processing Toolbox

버전 2.5 (1.95 MB) 작성자: Ilias Konsoulas
A concise but versatile Digital Signal Processing Toolbox (kit) ideal for DSP lab experiments.
다운로드 수: 4.2K
업데이트 2025/3/8

라이선스 보기

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

인용 양식

Ilias Konsoulas (2026). Intuitive Digital Signal Processing Toolbox (https://kr.mathworks.com/matlabcentral/fileexchange/55425-intuitive-digital-signal-processing-toolbox), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
버전 게시됨 릴리스 정보
2.5

- Added cross-correlation functions for discrete and continuous time.
- Added one pulse compression and cross-correlation and demos.
- Published all demos and testing scripts in html.

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