FIR filter cutoff

  • Follow


Hi,

I am using a lowpass FIR filter in Matlab in a video of mine to cut some frequencies and get a curve of the videos RGB values for each frame. The sampling rate is 24 frames/sec or 0.04. I set my cutoff frequency to 0.04 and the curve looks pretty smooth, but when I use a lower value cutoff, i.e 0.01 the curve is perfectly smooth. The higher the value the more noise it keeps. 

But shouldn't the cutoff frequency be higher than the sampling rate, i.e >0.04? How can I explain this?

Thank you  
0
Reply Summer 8/13/2010 2:54:04 PM

"Summer Dan" <summerdan@ymail.com> wrote in message <i43mac$5hq$1@fred.mathworks.com>...
> Hi,
> 
> I am using a lowpass FIR filter in Matlab in a video of mine to cut some frequencies and get a curve of the videos RGB values for each frame. The sampling rate is 24 frames/sec or 0.04. I set my cutoff frequency to 0.04 and the curve looks pretty smooth, but when I use a lower value cutoff, i.e 0.01 the curve is perfectly smooth. The higher the value the more noise it keeps. 
> 
> But shouldn't the cutoff frequency be higher than the sampling rate, i.e >0.04? How can I explain this?
> 
> Thank you  

I think I can explain this.  By setting your cutoff frequency lower than your sample rate/2 you are throwing away the high-frequency components of your data.  Of course, this also attenuates the noise more strongly.  Apparently you just need to tune your filter to strike the correct balance between blur and noise.

Hope that helps,
Arthur
0
Reply Arthur 8/13/2010 8:30:24 PM


1 Replies
171 Views

(page loaded in 0.021 seconds)

Similiar Articles:













7/22/2012 2:38:26 AM


Reply: