LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

strip noise

I would like to strip off noise from a 10V pulse. The hardware I am using is cdaq 9172 with 9205 Module. I feed in a 10V pulse that varies in frequency. The output goes to an indicator to indicate the frequency. The problem is that there is a 4.3k noise of a small magnitude riding on the pulse. So at zero frequency the indicator picks up the noise and reads 4.3 kHz. When I generate a frequency the indication is correct, it is just a zero I read the noise. How can I strip off the noise from the pulse. In the attached VI I used a SINAD analyzer to get rid of the noise but I also limit my output to 3k with this method.

0 Kudos
Message 1 of 3
(2,524 Views)

paraphrasing Ott* "The most effective method of eliminating noise in an electronic system is at its source."

 

Are you sure that the noise you are seeing is not "ringing" due to an impeadence mis-match?

 

A notch filter set for 4.3KHz should help.

 

Ben

 

*Author of Noise reduction Techniques in Electronic Systems"

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 3
(2,513 Views)

I read the same books as Ben and agree with his statement.

 

If you only want the frequency of the 10 V pulse, try a threshold comparison on the signal with the threshold set to abut 5 V.  If the 4.3 kHz signal has low amplitude, you should be able to reject it by creating a binary signal.

 

Lynn 

0 Kudos
Message 3 of 3
(2,502 Views)