Forum FlexPro – Discuss your topic!

Sampling rate

Accueil > Community > FPScript > Sampling rate

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12520
    HerveM1234HerveM1234
    Participant

    How can I get the sampling rate of a signal using a formula.

    #8842
    Bernhard KantzBernhard Kantz
    Participant

    Calculate the difference between two neighbouring x-values. The inverse of this difference is the sampling rate of a signal.

    
    1.0 / (signal.x[1] - signal.x[0])
    

    Support@weisang.com

    #8183
    HerveM1234HerveM1234
    Participant

    How can I get the sampling rate of a signal using a formula.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.