conv2fft_reuse

버전 1.1.0.0 (9.36 KB) 작성자: Felipe G. Nievinski
Reuse intermediary results in multiple related convolutions with the same data but different kernels
다운로드 수: 930
업데이트 날짜: 2011/3/7

라이선스 보기

Sometimes you have to perform multiple related convolutions, using the same data but different kernels. This function allows you to reuse intermediary results. When computing the convolution via multiplication in the frequency domain, we reuse the FFT of the data, and need to compute only the FFT of the kernel and the IFFT of their product. So this helps if the kernels are small and many and the data is large and unique. Matrix (not just vector) input is supported. Calling syntax is identical to Matlab's own conv2/filter2. If you need an FFT-based implementation of convolution without reuse, I'd recommend submission number 24504. Run test('filter2fft') to check your installation.

인용 양식

Felipe G. Nievinski (2024). conv2fft_reuse (https://www.mathworks.com/matlabcentral/fileexchange/30656-conv2fft_reuse), MATLAB Central File Exchange. 검색됨 .

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

받음: FFT-based convolution, testit

Community Treasure Hunt

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

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

updated list of acknowledgements and list of incorporated submissions.

1.0.0.0