FFT w.r.t time and space

15 次查看(过去 30 天)
srikanth kodela
srikanth kodela 2020-2-27
回答: Harsh Sharma 2024-10-26,18:08
Hi,
I need to convert electro-magntic forces of an electric motor which I get from electrical simulation as shown in left picture (time and space) to a format in right picture (frequency and spatial order) with FFT. Can anybody help? I am very new to Matlab.
Note: Both plots doesn't correspond to same data. I need just the approach.
Thanks in advance.
Srikanth

回答(1 个)

Harsh Sharma
Harsh Sharma 2024-10-26,18:08
Hi Srikanth,
You can use the “fft2” function to simultaneously transform the data from the time-space domain to the frequency-spatial order domain. The function takes input as a multidimensional array X and returns the two-dimensional Fourier transform of a matrix X using a fast Fourier transform algorithm, which is equivalent to computing fft(fft(X).').'
For more information regarding the “fft2” function you can check the following documentation - https://www.mathworks.com/help/matlab/ref/fft2.html

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by