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.

how to make a band pass filter with matlab?

Status
Not open for further replies.

showntimoon

Junior Member level 3
Joined
Aug 27, 2006
Messages
28
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,478
bandpass filter matlab

I want to use a digital filter in matlab, how can i determine its parameters to use it as band pass filter ???
what is the denominator and numinator coeff. ???
 

matlab bandpass filter

I suggest you, 2 ways:
1- you can use Filter Design & Analysis Tools (fdatool) . This toolbox is very powerfull & very easy to use in filter design. you can choose BPF in option and then design how you want it.

2-you can use [b,a] = butter(n,Wn,'ftype')
If Wn is a two-element vector, Wn = [w1 w2], butter returns an order 2*n digital bandpass filter with passband w1 < Wn < w2.
 

matlab bandpass

yeah Iam using the first way but the options to choose bpf & passband edge freq. exist only in the analog filters . wat about the digital filter design ??
 

bandpass matlab

what version is your matlab? my MTALAB v6.5 fdatool can synthesis BPF in digital without any problem.
 

bandpass filter in matlab

i don't think fdatool gives u analog filters they are digital.
 

band pass filter matlab

hi

If you use MATLAB 7 (or newer versions), use filter design:


start ........> toolboxes .....> filter design .......> Filter design and analysis tool


you can design your filter very easy.

thanks.
 

    showntimoon

    Points: 2
    Helpful Answer Positive Rating
matlab bandpassfilter

The simplest one is:
fir1
There is a more sofisticated one:
yulewalk
You may see the signal processing toolbox help by:
help signal
But generally is better to read at least few pages of the digital filter theory. It is not absolutely necessary to know what is "denominator" and "numerator" or differential equation. But you should read to know how to choose the filter order (their sizes) as well as to be aware of the filter stabillity.
 

bandpassfilter matlab

I think Yulewalk is the way to go. It is very simple, just give the relative amplitudes and the corresponding frequencies in matrix form. Remember to put the digital frequency instead of real one!!
 

matlab filter bandpass

you can fdatool,it's easy to design filter
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top