finding the sampling frequency from the following
Afficher commentaires plus anciens
Hi everyone,
I have to work out the sampling frequency. I have set up a vector of time values with 128 elements sampled at twice a second. The signal has to be calculated with five cycles in 63.5s and the code for that is:
t = 0:0.5:63.5; yt = sin(2*pi*t*5/63.5);
How do I get the sampling frequency from this information?
Thanks!
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Signal Operations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!