How do I get acceleration by scripting in VA One?

To view the full version of this page (or to download files), please log in or create a new account

VA ONE
Vibro-Acoustics
by Ricardo Alvarez |2017年3月8日
Acceleration is a quantity derived from velocity.
Easiest is to loop over velocity data and calculate: a = i*ω*vel and ω = 2*pi*freq
a) RMS_a: a = ω * vel
b) PSD_a: a2/bandwidth
c) PSD_g: (a/g)2/bandwidth
where "bandwidth" can be retrieved by using:
bandwidth = pi_fFreqDomainGetBandwidth(fdom, BandIndex)