|
|
FIR filter cutoff
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: fir lpf implementation - comp.soft-sys.matlabFor the FIR window method, designing a filter simply based on the cutoff frequency is only supported in designs where you specify the order of the filter (not minimum ... cutoff of Gaussian low-pass Filter - comp.soft-sys.matlab ...fir lpf implementation - comp.soft-sys.matlab For the FIR window method, designing a filter simply based on the cutoff frequency is only ... Hi Jerry, The low pass filter ... Interpolation for Dummies - comp.dspI.e., if my pre-modulation > filter needs to be an nth-order Butterworth or Bessel with a certain cutoff, > can the FIR filter smoothing out all of those zeros also take ... just like half band filters are ther 1/3 band filters too? - comp ...See: On half-band, third-band, and Nth-band FIR filters and their design ... This corresponds to a lowpass filter with cutoff at fs/2. A classic halfband filter ... Bessel Filter (Digital) - comp.dspUnless you've got both a) a very low cutoff frequency ( < 0.1 Fs ) and b) a serious aversion to doing polyphase filtering, the aforementioned FIR filter will make you ... filter problem - comp.soft-sys.matlabAdaptive fir filter problem - comp.soft-sys.matlab Hi to All, I am a new member of ... I want to filt the image in frequency domain and set the cutoff to 25HZ. ... [SOLVED] 2 Pole Butterworth Filter Coefficients - comp.dsp ...... you cited (since they both use the bilinear transform) given the same cutoff ... The filter designer (the human) chooses what type of filter (IIR/FIR, Butterworth, Cheb ... All pass filter for a whitening filter - comp.soft-sys.matlab ...cutoff of Gaussian low-pass Filter - comp.soft-sys.matlab ... Image convolution, low & high ... an image by multiplying the imae (in the Fourier ... FIR low pass filter ... filter fft data - comp.soft-sys.matlabcutoff of Gaussian low-pass Filter - comp.soft-sys.matlab ... Algorithm (FFT Filters) - OriginLab ... can ... 3D 3 (can be implemented > > with very small kernel FIR filters ... Butterworth Band-Pass Filter - comp.lang.idl-pvwaveButterworth filter - comp.soft-sys.matlab Butterworth Band-Pass Filter - comp.lang.idl-pvwave Hi all, I need shift a FIR low pass filters to a bandpass filters (higher ... Introduction to FIR Digital Filters | Embedded Systems ExpertsAdd encryption and other security measures to your embedded device ... Introduction to FIR Digital Filters DESIGN FIR LOWPASS FILTER WITH CUTOFF FREQUENCY 0.5*pi using ...design fir lowpass filter with cutoff frequency 0.5*pi using rectangular window 7/22/2012 2:38:26 AM
|
|
|
|
|
|
|
|
|