Reply by Vaibhav Singh March 26, 20102010-03-26
Hi Steve,

There is a command in MATLAB : "filterbuilder" . It has the option for
designing various types of filter. You can design a Decimation FIR filter
using this.

Regards-Vaibhav
Reply by Steve Hubbard March 25, 20102010-03-25

 









You could use firgr



http://www.mathworks.com/access/helpdesk/help/toolbox/filterdesign/ref/firgr.html



A FIR filter for decimation is just like any other FIR filter but you only need to calculate the output samples you need, that is every nth sample for a decimation factor of n. You can have multiple stop bands with firgr. You specify the stop bands to cover the bands of frequencies that will alias into your wanted band after decimation. You can allow the response to rise at frequencies that don't alias into your band.



Steve











On Wed Mar 24 1:44 , QQ sent:





 



Hi, does anyone know how to design a decimation filter in MATLAB. I do not want CIC filter, but would like to have FIR filter. Thank you very much!
















__._,_.___





Reply to sender
|

Reply to group
|
Reply via web post |
Start a New Topic


Messages in this topic
(3)







Recent Activity:




Visit Your Group







">http://www.dsprelated.com/groups/matlab/1.php



_____________________________________

Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer.  You need to do a "reply all" if you want your answer to be distributed to the entire group.



_____________________________________

About this discussion group:



Archives:  http://www.dsprelated.com/groups/matlab/1.php



To Post:  Send an email to m...



Other DSP Related Groups: http://www.dsprelated.com/groups.php





Yahoo! Groups
Switch to: Text-Only, Daily DigestUnsubscribeTerms of Use


















.



nc3W33769


__,_._,___



Reply by sotn...@scideco.ru March 24, 20102010-03-24
You can use MFILT (Multirate Filter Implementation). The built-in help, which is accessible by typing 'help mfilt' in the MATLAB command window, contains an example of a low-pass decimator design.

--
Alexander

Hi, does anyone know how to design a decimation filter in MATLAB. I do not
>want CIC filter, but would like to have FIR filter. Thank you very much!
Reply by QQ March 24, 20102010-03-24
Hi, does anyone know how to design a decimation filter in MATLAB. I do not
want CIC filter, but would like to have FIR filter. Thank you very much!