Active circuit transfer functions in terms of variables?
Afficher commentaires plus anciens
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.
Réponses (1)
Guy Rouleau
le 14 Mar 2012
0 votes
See my article here on this topic:
and especially this technical solution:
1 commentaire
Sharjeel
le 17 Mar 2012
Catégories
En savoir plus sur Tuning Goals dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!