Topic
xvalue of a maximum
- This topic has 2 replies and 2 voices and was last updated 13 years, 9 months ago ago by Markus Janssen.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
10.08.2011 at 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 at 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 at 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.
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.