In the sine wave source is the formula that links samples per period and sample time correct? It says: Samples per period = 2*pi / (Frequency * Sample time), but I believe it should be Samples per period = Sample time / Frequency.

12 vues (au cours des 30 derniers jours)
See attached file
  1 commentaire
Srikar
Srikar le 18 Fév 2021
Hi do you think Samples per period = Sample time / Frequency will balance the units ? sample time is in sec and Frequency in hertz (hertz is 1/sec) in that case your equation will end up having samples as sec2. I think the Math equation is right.

Connectez-vous pour commenter.

Réponses (1)

David Goodmanson
David Goodmanson le 19 Fév 2021
Hello Ilaria,
I believe it is neither of those. Rather it is what is in the PNG with the 2pi crossed out:
samples/period = 1/(frequency*sample time)
since frequency = cycles/sec, period = sec/cycle =1/frequency
# samples = period/sample time = 1/(frequency*sample time)
  3 commentaires
Daniele Ferretti
Daniele Ferretti le 29 Mai 2022
Modifié(e) : Daniele Ferretti le 30 Mai 2022
So the correct formula probably is : frequency*sample time
units measure : [frequency] = Hz , [sample time] = Seconds
David Goodmanson
David Goodmanson le 6 Juin 2022
It's
number_of_ samples = 1/(sample_time * frequency) in which case
number_of_samples * sample_time = 1/frequency = period which is correct

Connectez-vous pour commenter.

Catégories

En savoir plus sur Schedule Model Components 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