Effacer les filtres
Effacer les filtres

Time vector for seismic plot

1 vue (au cours des 30 derniers jours)
Cielo Martos
Cielo Martos le 15 Déc 2020
Commenté : Cielo Martos le 15 Déc 2020
How do I create a time vector? Im supposed to create a time vector so that I can plot a seismogram
my sampling frequency is 40 Hz a
the sample interval in in a file called sachdr.delta
it starts at 0 seconds
I just don't understand how to include all of these parameters in to make the time vector work. I am going to plot this time vector as the x variable is and the amplitdue (y variable) is called utahz.
  4 commentaires
Hakan Sagir
Hakan Sagir le 15 Déc 2020
1/40 = 0.025 already,
if you try to get the vector,
your code is like this ts = 0:0.250:0.0250
it already gives you the vector ts = [0 0.0250] only 2 variables
you have something wrong in your data or you get it wrong maybe :)
Cielo Martos
Cielo Martos le 15 Déc 2020
I looked at how many reading the utahz vector had (80683) then I multiplied that by 0.0250
tl = linespace(0,2017.075,80683)
plot(tl,utahz)
Thank you!

Connectez-vous pour commenter.

Réponse acceptée

Cris LaPierre
Cris LaPierre le 15 Déc 2020
  1 commentaire
Cielo Martos
Cielo Martos le 15 Déc 2020
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Seismology 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