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.

filter impelimentaion in mat lab

Status
Not open for further replies.

halee awan

Full Member level 3
Joined
Apr 8, 2006
Messages
151
Helped
11
Reputation
22
Reaction score
11
Trophy points
1,298
Activity points
2,207
i wan to impliment the filter(LPF,HPF,etc) in matlab ihave tried but can't done
any one who done it plz help me
 

first design a filter using the "sptool" or "fdatool", depending on your version of matlab. Or there are routines like fir1.
eg: b = fir1(N, Wn) gives you an Nth order filter with cutoff Wn, Wn <1; Wn==1 weans fc = fs.

Then simply use filter conmmand.
y = filter(x,b,1);
where y in output and x is input.
All the best
Try this doc also

www.ee.ucl.ac.uk/~alazarev/undergrad/Experiment E713-3.pdf
 

Hi,
You can try this book

Filter Design for Signal Processing using MATLAB and Mathematica
**broken link removed**
 
Last edited by a moderator:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top