Anju
2004-04-20 20:10:00 UTC
Hi! Ken,
here's what am trying to do..i should be able to generate the
coefficients of a Nth order filter just by using a 2nd order and/or a
1st order...is it possible??..
Anju
cascade
coefficients
IIR
understand
coefficients in the
You might like to use commands like tf2zp and zp2sos to
get it
here's what am trying to do..i should be able to generate the
coefficients of a Nth order filter just by using a 2nd order and/or a
1st order...is it possible??..
Anju
Hi! Abhay,
Thanks for ur reply.I tried that already but it would
defeat the very purpose of cascading filters because u need to
getThanks for ur reply.I tried that already but it would
defeat the very purpose of cascading filters because u need to
the direct coefficients first then use zp2sos to get the
form...what am trying to do is for eg. if i need the
of
2nda 4th order butterworth filter, i should be able to cascade 2
order filters...is it possible???....
Anju
Anju
hi! All,
i would like some info on implementing cascade form
i would like some info on implementing cascade form
filters...does matlab support it???...as far as i can
butter,cheby1,cheby2,bessel,ellip generate
direct
form...how do i implement the cascade form...
TIA
Anju
Hiform...how do i implement the cascade form...
TIA
Anju
You might like to use commands like tf2zp and zp2sos to
into
I do not see how this defeats the very purpose of cascading
filters. Perhaps
you need to explain what is the very purpose of cascading filters.
I always
understood that one designs the filter for the response you want
and onlt
then does one restructures it for the implementation... as Abhay
has
suggested.
cascaded form IIR.
[z,p,k]=tf2zp(b,a);
sys=zp2sos(z,p,k)
A. Kumar
[z,p,k]=tf2zp(b,a);
sys=zp2sos(z,p,k)
A. Kumar
filters. Perhaps
you need to explain what is the very purpose of cascading filters.
I always
understood that one designs the filter for the response you want
and onlt
then does one restructures it for the implementation... as Abhay
has
suggested.