fft2: Frequency and wavenumber

27 vues (au cours des 30 derniers jours)
Woehrle
Woehrle le 6 Juin 2012
Commenté : juntian chen le 16 Déc 2021
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

Réponse acceptée

Dr. Seis
Dr. Seis le 7 Juin 2012
Take a look at my post here for an idea of what is output from FFT2:
  2 commentaires
Woehrle
Woehrle le 7 Juin 2012
Awesome! Thanks for the tip.
juntian chen
juntian chen le 16 Déc 2021
it goes wrong when time series is long

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by