1D Convolution by Overlap and Save - Optimized

버전 1.0.2 (5.48 KB) 작성자: Royi Avital
Highly optimized implementation of the Overlap and Save method for Linear 1D Convolution. The function optimizes the optimal DFT window.
다운로드 수: 43
업데이트 날짜: 2020/5/5

라이선스 보기

This function implements Linear Convolution by Overlap and Save method. It is fully optimized such that the main loop is not allocating. The function automatically computes the optimal DFT window.

The function has 3 output modes - Full, Same and Valid to match MATLAB's conv() function.

Th package contains also an implementation in frequency domain and performance comparison to the other 2 methods.

인용 양식

Royi Avital (2024). 1D Convolution by Overlap and Save - Optimized (https://www.mathworks.com/matlabcentral/fileexchange/75233-1d-convolution-by-overlap-and-save-optimized), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2

Updated tags

1.0.1

Added image

1.0.0