Forum FlexPro – Discuss your topic!

xvalue of a maximum

Home > Community > FPScript > xvalue of a maximum

Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #12738
    Markus JanssenMarkus Janssen
    Mitglied

    Hello,

    I used the FPScript command
    %{Maximum(Signal)}

    How can I get the corresponding xValue of this Maximum?

    Is there a reference of FPScript commands?

    thanks

    #8404
    Markus JanssenMarkus Janssen
    Mitglied

    Hello,

    I used the FPScript command
    %{Maximum(Signal)}

    How can I get the corresponding xValue of this Maximum?

    Is there a reference of FPScript commands?

    thanks

    #9201
    Bernhard KantzBernhard Kantz
    Teilnehmer

    Use the GlobalMaximum-function instead of the Maximum-function:

    GlobalMaximum(Signal, EVENT_EXTRACT).X

    All functions and operators are described in the FlexPro help. In addition to that there are different wizards to import functions and operators in a FPScript formula.

    support@weisang.com

Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.