fft2: Frequency and wavenumber
古いコメントを表示
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
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Fast Fourier Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!