Can we use "dfilt.cascade" for mix of fir and iir filters?

3 vues (au cours des 30 derniers jours)
ABTJ
ABTJ le 22 Avr 2021
Réponse apportée : Arjun le 25 Mar 2025
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?

Réponses (1)

Arjun
Arjun le 25 Mar 2025
Hi @ABTJ,
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!

Catégories

En savoir plus sur Multirate and Multistage Filters dans Help Center et File Exchange

Produits


Version

R2015b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by