Active circuit transfer functions in terms of variables?
古いコメントを表示
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.
回答 (1 件)
Guy Rouleau
2012 年 3 月 14 日
0 投票
See my article here on this topic:
and especially this technical solution:
カテゴリ
ヘルプ センター および File Exchange で Tuning Goals についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!