FFT in 3D matrix
이전 댓글 표시
Hi all,
is there any pssibility wothout for loop to do the FFt of this:
F_domain = FFT (t_domain). t_domain is a matrix of 3D (800*10*200). the time axis is the First dimension (800). the second dimension is repetition of the Measurement. the Third dimens is the number of measurements.
Thank you all
채택된 답변
추가 답변 (1개)
deboleena sadhukhan
2023년 3월 13일
0 개 추천
Can you just try using fftn which will perform fft in all directions of the 3d matrix
카테고리
도움말 센터 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
