Topic
xvalue of a maximum
Startseite ' Community ' FPScript ' xvalue of a maximum
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 13 Jahren, 9 Monaten von Markus Janssen aktualisiert.
Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
-
AutorBeiträge
-
10.08.2011 um 13:16 Uhr #33474Markus JanssenTeilnehmer
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
10.08.2011 um 13:16 Uhr #33476Markus JanssenTeilnehmerHello,
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
10.08.2011 um 14:13 Uhr #33475Bernhard KantzTeilnehmerUse the [b]GlobalMaximum[/b]-function instead of the [b]Maximum[/b]-function:
[color=blue]
GlobalMaximum(Signal, EVENT_EXTRACT).X
[/color]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.
-
AutorBeiträge
Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.