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.

14 visualizaciones (últimos 30 días)
See attached file
  1 comentario
Srikar
Srikar el 18 de Feb. de 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.

Iniciar sesión para comentar.

Respuestas (1)

David Goodmanson
David Goodmanson el 19 de Feb. de 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 comentarios
Daniele Ferretti
Daniele Ferretti el 29 de Mayo de 2022
Editada: Daniele Ferretti el 30 de Mayo de 2022
So the correct formula probably is : frequency*sample time
units measure : [frequency] = Hz , [sample time] = Seconds
David Goodmanson
David Goodmanson el 6 de Jun. de 2022
It's
number_of_ samples = 1/(sample_time * frequency) in which case
number_of_samples * sample_time = 1/frequency = period which is correct

Iniciar sesión para comentar.

Categorías

Más información sobre Schedule Model Components en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by