fft2: Frequency and wavenumber

30 次查看(过去 30 天)
Greetings all,
I'm trying to create a dispersion relation plot. (frequency vs. wavenumber) I have two columns col1=field data and col2 = time
My question is...If I took the fft2(X) would this produce a fft in space and in time?
Here is what I have been attempting to use:
dt = (7.62629947812*10^-12)*10; %dump interval set to 10 time steps
t = (0:dt:dt*300047)';
Bz = data(:,9);
w =horzcat(Bz,t);
plot(abs(w))
Thanks for your time

采纳的回答

Dr. Seis
Dr. Seis 2012-6-7
Take a look at my post here for an idea of what is output from FFT2:
  2 个评论
Woehrle
Woehrle 2012-6-7
Awesome! Thanks for the tip.
juntian chen
juntian chen 2021-12-16
it goes wrong when time series is long

请先登录,再进行评论。

更多回答(0 个)

类别

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