Active circuit transfer functions in terms of variables?
Show older comments
I am trying to simulate an active circuits in Simulink using bloacks like resistors, caps and voltage and current sources. I just dont want to plug in values for circuit elements, rather, i just want them in terms of variables like R1, R2, C1, C2, etc.Now, I want to simulate this circuit to give me a transfer function in terms of variables only like ( for example):
H(s) = P(s)/Q(s) = (R1*C1*s + 1) / (R2*C2*s^2 + R1*C1*s + 1)
In effect, i want a variable transfer function. Is this possible? I dont want anything like an absolute transfer where i will have to plug in the values of these variable circuit elements (for example):
(2s+1)/(3s^2+5s+8)
Please help. Regards.
Answers (1)
Guy Rouleau
on 14 Mar 2012
0 votes
See my article here on this topic:
and especially this technical solution:
Categories
Find more on Circuits and Systems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!