Active filter design

Thread Starter

Aitor Del Rivero Cortázar

Joined May 23, 2018
4
Hi!!
I have this transfer function, where k,C and R are unknown:
Code:
                             (RCk/2)s
T(s)= ---------------------------------------------------
            [(R^2*C^2)/2] s^2 + [RC(5-k)/2] s + 1
I have to get the values of k, C and R in order to get a band-pass filter with:
-Central frecuency: 10kHz
-Quality Factor: Q=10

I know that the normalized transfer function is:
upload_2018-5-23_18-29-29.png
I can use also:
10KHz=1/(2*pi*R*C)

But how can I get the other two equations? I don't know how to denormalize F(s)... :(

Thanks!!
 

Attachments

Last edited by a moderator:

Thread Starter

Aitor Del Rivero Cortázar

Joined May 23, 2018
4
For example this would work, I think:
F=tf([1/Q 0]/10000,[0.00000001 1/(Q*10000) 1])
where 0.00000001 is 1/f*2 and 10000 is f.
but I got it guessing. I would like to learn how to do it from a mathematical perspective.
 
Top