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.

please help me/design filter

Status
Not open for further replies.

sara_s

Newbie level 4
Joined
Dec 24, 2009
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Iran
Activity points
1,311
dear all , please help me
I design chebyshev II filter using bilinear transformation . (in matlab)

___________________________
% Zero-Pole-Gain design
[z, p, k] = cheby2(n,r,Ws,ftype);
[sos,g]=zp2sos(z,p,k); % Convert ZP2SOS Zero-pole-gain to second-order sections model
h1=dfilt.df2sos(sos,g); % returns a discrete-time, second-order section,direct-form II filter object


% Plot
hfvt=fvtool(h1,'FrequencyScale','log');


[zd,pd,kd] = bilinear(z,p,k,fs);
_________________________________
and I have noisy Sinusoidal signal and want to
give this noisy signal to filter , for filtering
(remove noise from noisy signal and give me
clean Sinusoidal signal)

how can I do this ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top