Can we use "dfilt.cascade" for mix of fir and iir filters?
3 ビュー (過去 30 日間)
古いコメントを表示
There is MATLAB command "dfilt.cascade" that is used for series connection of filters
My question is that can we use this command in such a way that we want to cascade a fir filter with iir filter?
0 件のコメント
回答 (1 件)
Arjun
2025 年 3 月 25 日
In MATLAB, the command "dfilt.cascade" is used to return cascade of discrete-time filters.
You can read more about it in the documentation link attached: https://www.mathworks.com/help/signal/ref/dfilt.cascade.html
Since Finite Impulse Response (FIR) and Infinite Impulse Response (IIR) filters are types of discrete-time filters, the "dfilt.cascade" command can be used to connect them in series.
I hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Multirate and Multistage Filters についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!