Active circuit transfer functions in terms of variables?
Ältere Kommentare anzeigen
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.
Antworten (1)
Guy Rouleau
am 14 Mär. 2012
0 Stimmen
See my article here on this topic:
and especially this technical solution:
1 Kommentar
Sharjeel
am 17 Mär. 2012
Kategorien
Mehr zu Tuning Goals finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!