Skip navigation

Account settings

Topic

Sampling rate

Home page Community FPScript Sampling rate

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33349
    HerveM1234
    Participant

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

    #33347
    HerveM1234
    Participant

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

    #33348
    Bernhard Kantz
    Participant

    Calculate 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

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