what is these filters characteristic?it's urgent please help

Status
Not open for further replies.

m_eh_62

Member level 2
Joined
Mar 5, 2007
Messages
49
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,286
Activity points
1,638
in wavelet transform
there are four decomposition and reconstruction filters
by this command:
Code:
>> [Lo_D,Hi_D,Lo_R,Hi_R]=wfilters('db4');

Lo_D,Hi_D are decomposition filter create by db4 and
Lo_R,Hi_R are reconstruction filter
I want to know each filter characteristic such as :
Bandwidth,cutoff frequency,the type of eah filter(I think these filter are in FIR form)
and the mathmatic equation of these filters.
the frquency response of the Hi_D filter in matlab is :

Code:
>> freqz(Hi_D)



:?: :?:
but I can't determine Bandwidth,cutoff frequency and the type of this filter?
can anyone help me?it's urgent. :roll:

and to attain mathmatic equation;I find zero and poles of this filter but i 'm not sure by finding the zeros and pole I could reconstruct the filter equation!!!

Code:
>> zplane(Hi_D)



:?:
how can I find the filter equation?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…