Topic
Sampling rate
- This topic has 2 replies and 2 voices and was last updated 20 years, 2 months ago ago by HerveM1234.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
25.03.2005 at 02:13 #33349HerveM1234Participant
How can I get the sampling rate of a signal using a formula.
25.03.2005 at 02:37 #33347HerveM1234ParticipantHow can I get the sampling rate of a signal using a formula.
25.03.2005 at 02:37 #33348Bernhard KantzParticipantCalculate the difference between two neighbouring x-values. The inverse of this difference is the sampling rate of a signal.
[code]
1.0 / (signal.x[1] – signal.x[0])
[/code]
Support@weisang.com -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.