how to generate the new curve using high points of the existing sinusoidal curve in hypergraph

NISHANTH_PATEL_GM
Altair Community Member
Procedure to plot the new curve using high points of the existing sinusoidal curve
Tagged:
0
Answers
-
Hello @NISHANTH_PATEL_GM
you may use the peaks() function for this. Create a new math-based curve with vector expressions like
X = p1w1c1.x[peaks(p1w1c1.y,1)] Y = p1w1c1.y[peaks(p1w1c1.y,1)]
In case your usecase is a bit different, please add some details by e.g. screenshots.Thanks!
0