Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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)

i30440_freqz.jpg


:?: :?:
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)

i30441_Zplane.jpg


:?:
how can I find the filter equation?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top