1D Convolution by Overlap and Save - Optimized
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.
Citar como
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. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.