Hi all!
Someone knows how to transform an acceleration graph in the time domain into Acceleration (RMS) in frecuency domain using HyperGraph?
Thank you!
a. Read the time domain data in the HyperGraphb. Create a window in the PAGE-LAYOUT panel (two windows page-layout)c. In the DEFINE-CURVE panel ADD a curve. Change the SOURCE to MATHfunctionFor X : freq(x-vector) (x-vector can be chosen by pressing SHIFT-buttonand picking the time-domain-curve)Y : FFTmag(y-vector) (y-vector can be chosen by pressing SHIFT-buttonand picking the time-doman-curve)
Thank you for your reply Rahul.