From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Dynamic Signal Acquisition

cancel
Showing results for 
Search instead for 
Did you mean: 

Noise measurment of an accelerometer with the PCI-4461 card

Solved!
Go to solution

Hi everyone, 

 

I'm trying to measure the noise of an single axis accelerometer with a PCI-4461 card. 

 

First, I have manually measured this noise using an HP35665 signal analyser. I obtain something like this: 

image.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

And now with LabView and the PCI-4461 card, I get this: 

 

labview

 

 

 

 

 

 

 

 

 

 

 

 

My question is: where does this part come from? And how to remove it ? (Since it doesn't exist with the signal analyser)

v2.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

I'm using LabView 8.5.

This is how I configured the DAQ acquisition:

config.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

and this is my VI:

configVI.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Thank you in advance for helping 

Arthur

0 Kudos
Message 1 of 14
(8,842 Views)

My first guess: Backfolded aliasing effects.

 

Try a higher samplerate, (highest possible) and have a look at the complete spectrum.

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


Message 2 of 14
(8,825 Views)

 And if you were sweeping the HP source while you took the measurement, the transitions between discrete frequencies would result in high-frequency components that alias across the spectrum.

Doug
NI Sound and Vibration
0 Kudos
Message 3 of 14
(8,819 Views)

By the way, can you post that LVM file?

Doug
NI Sound and Vibration
0 Kudos
Message 4 of 14
(8,811 Views)

Hello,
First thank you for your answers


According to the datasheet, I thought the anti-aliasing filter was integrated right into the card. Is it enabled by software? (because I did not see this setting into the DAQ Assistant)

This is the LVM file: Sample rate: 2k and 400k samples

 

I have done other measurements with these parameters :Sample rate: 200k and 2M samples, but the results were the same (I tried to upload the LVM, but it was too heavy)

0 Kudos
Message 5 of 14
(8,801 Views)

Antialiasing filters are built in to all the NI-DSA devices. You still have to be careful, because it can be easy to decimate in software and still introduce aliasing.

 

Loading your time-domain data, it is easy to see why the spectrum shows spikes at multiples of (0.94 Hz) - the time-domain shows odd signal artifacts every ~1+ s.

 

TimeWaveform.png

 

Can you verify the acquisition with a known input (output a sinewave on one of the analog output channels and wrap it to an input)? What more can you share about your sensor and setup?

 

Doug
NI Sound and Vibration
Message 6 of 14
(8,779 Views)

Hello 

 

Yes indeed, the time signal seems to have two paterns (in green below), once negative and positive once about 50 ms later. This pattern is repeated with a frequency of 0.94 Hz (for simplicity let's say 1Hz).

unnamed.png

 

I have reproduced this pattern with matlab using a decreasing exponential:

unnamed (3).png

I have obtained this spectral signal:

 

unnamed (4).png

 

unnamed (5).png

 

That closely looks like what disturbs the spectrum, indeed..

 

Then I have tried to output a sinewave and acquire it:  

 

 

Capture.PNG

 

I didn't see any problem.
So I made the measurment with other sensors.

The sensors are ICP accelerometers.The sensors that I am using are in page 7 of these document: 

https://docs.google.com/viewer?url=http%3A%2F%2Fvibrasens.com%2Fimages%2Fpdf%2FVS_Catalog.pdf
(I'm currently doing an intership in this company) 

 

And finally I found that the problem came from the cable: when I use the shielded cables, the problem is present; and when I use "normal" cable, there is not the problem, as you can see :

 

Capturec.PNG

 

(In red, the sensor is connected with a non shielded cable, and in white, with a shielded one.)

 

 

 

 

 

0 Kudos
Message 7 of 14
(8,765 Views)

One more question: 

How can I have de noise power spectral density (in Volt/rtHz or g/hertz ?) and the rms noise from those measurements?

 

Because I assume that the unit of the temporal graph is in "g/s" since it is a parameter of the DAQ assistant

 

5.PNG

 

but I don't undertsant in which unit is the power spectrum.

 

Capture.PNG

 

Thank you in advance for helping 

 

0 Kudos
Message 8 of 14
(8,754 Views)

The power spectrum in your code is in g^2 rms. If you want power spectral density, search (in the palette search box) for "PSD" or "Spectral Density". The Spectral Measurements Express VI (in LV 2014) also has an option to output the PSD by choosing "Power spectral density" for the Selected Measurement.

Doug
NI Sound and Vibration
0 Kudos
Message 9 of 14
(8,738 Views)

Thank you 

Is there any difference between FFT power spectrum.vi and FFT power spctral density.vi ? Because both give me the same result :

 

Capture.PNG

 

Is it the same function? 

0 Kudos
Message 10 of 14
(8,733 Views)