Topic
xvalue of a maximum
Page d'accueil ' Communauté ' FPScript ' xvalue d'un maximum
- Ce sujet contient 2 réponses, 2 participants et a été mis à jour pour la dernière fois par Markus Janssen, le il y a 13 années et 10 mois.
Voir les messages de 3 - 1 à 3 (sur un total de 3)
-
AuteurMessages
-
10.08.2011 à 13:16 #33474Markus JanssenParticipant
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 à 13:16 #33476Markus JanssenParticipantHello,
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 à 14:13 #33475Bernhard KantzParticipantUse 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.
-
AuteurMessages
Voir les messages de 3 - 1 à 3 (sur un total de 3)
- Vous devez être connecté pour répondre à ce sujet.