08-17-2011 11:44 AM
Hi,
Does anyone have an example code (in VB, C# or even LabVIEW) on how to use the Dsp.Transforms.RealFft2D?
I have shock data; the x values are the time in seconds and the y values are acceleration levels in g and I need to convert that to the frequency domain.
or is there another function I should be using
Thanks
Curt
08-18-2011 03:53 PM
Hi Curt,
I found a FFT example in VB for you. The link is listed below.
http://zone.ni.com/devzone/cda/epd/p/id/2166
I hope this helps.
Regards,
Josh L.
08-22-2011 09:34 AM
Hi Josh,
Thanks for the reply.
I found a function that worked for me in the NationalInstruments.Analysis.SpectralMeasurements.Measurements class called AutoPowerSpectrum
Curt