LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Acquiring different frequency bands

Hi All,

I need to measure vibration in velocity (till 500 Hz) and acceleration (till 5kHz). I wonder how this could be done with only one sampling frequency.

Tkx.

0 Kudos
Message 1 of 6
(4,905 Views)

Hi Anibal,

 

Nyquist says: use a sampling frequency of atleast 10kHz…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(4,902 Views)

Hello,

 

and practice says use at least 4 times the highest frequency - just in case 😉

 

If the measured frequency is higher than half of the sampling frequency you will see aliasing. Wikipedia has great article about this phenomenon:

https://en.wikipedia.org/wiki/Aliasing

 

Marcin

 

              

Think Dataflow - blog.mtapp.tech
0 Kudos
Message 3 of 6
(4,890 Views)

Marcin,

Sorry, I probably didn't express myself correctly.

I have one signal, this is beeing split to calculate a 5 kHz band FFT (acceleration vibration) and a 500 Hz band FFT (integration and then FFT, velocity vibration). I suppose I have to sample it very fast to obey Nyquist criterion, say 20 kHz. This is OK to acceleration FFT.

But how do I downsample it to get a smaller sample rate to calculate the 500 Hz band FFT ?

Do I need to go through decimation ?

0 Kudos
Message 4 of 6
(4,874 Views)

Hi Anibal,

 

why do you need two FFT operations? One FFT will give you all frequencies from 0 to half of sampling rate!

 

What is a "band FFT"? Can you attach an example VI?

How do you "split" one signal?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 6
(4,869 Views)

Hi GerdW,

It is a gear box. Important gearing frequencies are expected at 3 kHz. Also, important low frequencies are expected in the range of 3 to 1000 Hz.

The gear box can only run for minutes so I think it is not possible to change the frequency band and get other spectra. It has to be done once. Before calculating FFT we monitor vibration levels (velocity)  to see if the machine is OK.

We need to measure acceleration, envelope and velocity FFT's for machine evaluation. Accelerometer signals will be integrated and treated to get those results.

So we need a FFT for high frequency and another one for low frequency because of the resolution required to see the running speeds and deffects.

See attached file.

Regards,

 

AnibalM

0 Kudos
Message 6 of 6
(4,859 Views)