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.

Butterworth filter design problems? Need your help

Status
Not open for further replies.

binhjuventus

Junior Member level 3
Joined
Nov 26, 2005
Messages
28
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,281
Location
Vietnam
Activity points
1,475
I understand well the aspect mathematic of butterworth filter.

My problem now is, how to calculate the coefficients of the denominator of the transfer function in s-domain of an analog butterworth filter without looking up in the table? Of course, we are given a fomula to calculate the poles of a low pass filter?

In addition, How is the relationship between s-domain anf frequency domain?
Can I replace s = jω to give frequency response? or s=-jω? I can not distinguish between these 2 replacements...

That's because I intend to write a program in Mathematica to list these coeffients.

Looking forward to your helps...
 

denominator -----> Σ a(k)*s^k k=0~N

N: order of Butterworth
a(k) : coefficient of kth term

a(0)=1
a(k+1)=[cos((k*pi)/(2N)) / sin(((k+1)*pi)/(2N)) ] * a(k)

as you may noted the coefficients are symmetrical
for example for fifth order : a(5)=a(0) and a(4)=a(1) and a(3)=a(2)

you can write your program in mathematica using recursive loop

--------------------------------------------------------------------------------

put jω for s

but frequency domain formula is very simple
1 / (1+ε²ω^(2N))

if it helps push "Helped Me" button please
 

binhjuventus,
The poles of a Butterworth filter are symmetrical located on a circle of radius 1 for a cutoff frequency of 1rad/sec. Examples:
.
The poles of a 2-pole B filter are located at -0.5√2 + j0.5√2 And -j0.5√2 -j0.5√2
.
The poles of a 3-ple B filter are located at -1 and -0.5 +/- j0.5√3.
.
Linearly scale the poles to get a cutoff frequency other than 1rad/sec.
Regards,
Kral
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top