LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Filter

How to get the % of noise that filter can handle. Is there a way to get the percentage.
0 Kudos
Message 1 of 7
(2,800 Views)

The filter can handle 100% of the noise.  The way it handles the noise may not be what you want.

 

You must be more specific.  Is the noise white?  What is the signal bandwidth?  What is the noise bandwidth?  What is the signal to noise ratio?  What kind of signal do you have?  Is it a sine wave at one frequency or is it spread over a band like voice or music?  What are you trying to achieve by "filtering" the noise?

 

Lynn

0 Kudos
Message 2 of 7
(2,797 Views)

white noise

how to get the % of noise that filter can handle.

Is there any method for calculating. Please let me know briefly

0 Kudos
Message 3 of 7
(2,785 Views)

As johnsold said a filter can handle 100% of noise, but the amount that it reduces each frequency will vary.

 

If you want to crunch a little math, it depends on the frequency of the noise and the order of the filter.

 

As an example if you have a 1st order butterworth lowpass filter at 15 hz and you have 30 hz noise then it will get rid of 50% of that noise.

 

A 2nd order butterworth lowpass filter at 15 hz and 30 hz noise will get rid of 75% of the noise.

 

What are you specifically trying to find and what methods have you tried so far to find it?

Scott A
SSP Product Manager
National Instruments
0 Kudos
Message 4 of 7
(2,753 Views)

how to calculte number of bad samples for the above vi

input i am giving 1000 samples

0 Kudos
Message 5 of 7
(2,739 Views)

One thing that you could try specifically for this VI that you have, is compare the filtered sine wave to a know sine wave of ten hertz using an array.  You could subtract the two from each other and see which points are bad.

Applications Engineer
National Instruments
0 Kudos
Message 6 of 7
(2,712 Views)

I think there has been a bit more discussion on this same topic here.

 

http://forums.ni.com/t5/LabVIEW/filter/m-p/1518478#M566947

0 Kudos
Message 7 of 7
(2,707 Views)