Hello, everyone!
The Y curve is the sum of the other three curves.
Specific formula is: Y = Max + mid + min + 10
If only know Y, I need to restore the three curves of "Max", "mid" and "min".
I've looked it up and it looks like I can do it with the Fourier transform.
I would like to ask if there is a corresponding module with JMP to achieve this restore.
The excel formula of the other three curves is:
min=ROUND(2*SIN(80*RADIANS(:x)+RADIANS(7)),10)+2
mid=ROUND(3*SIN(21*RADIANS(:x)+RADIANS(8)),10)+3
max=ROUND(4*SIN(5*RADIANS(:x)+RADIANS(64)),10)+4
Thanks!