R
R
Raynor2013-11-05 00:42:27
Signal processing
Raynor, 2013-11-05 00:42:27

Parallel Fourier in stripes on Matlab?

Good day!
I ask for help on this issue:
There is an NxM matrix, you need to cut the matrix into strips on Matlab and calculate Fourier in strips along one of the directions. At the output, you need to get a large NxM matrix, consisting of the strips furred in this way.
Only you can’t use cycles, since matrices are healthy, you need to count a lot, and the performance with cycles is simply terrible.
Ready to reward the person whose answer helps!
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Arastas, 2013-11-05
@Arastas

Indeed, fft can operate on a matrix as an input argument. It is unlikely that there will be something faster in matlab.

D
Dima, 2014-02-11
@dima373

In format Y = fft(X,[],dim), the dim argument decides to cut to length or width.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question