Help! How can I implement the variable RLC circuit?
3 次查看(过去 30 天)
显示 更早的评论
Hi,
I want to implement an electric circuit on Simulink. Inside the circuit, it includes the variable resistor, R, and variable capacitor, C. In other words, the R and C will change with another variable, X, which will change with times on Simulink. For example, R = 0.1*X + 0.2, X = 1*t (t is the samples on Simulink).
I tried Parallel RLC Branch (mask). It allow me to write an equation with no Simulation error, but it will not automatically capture the change of variable X. Rather, it use the last value of X.
Which Simulink block should I use? Or, did I do something wrong when implementing Parallel RLC Branch?
Sincerely, C.S. Huang
0 个评论
回答(1 个)
Sebastian Castro
2015-10-27
I think you have to take care of this yourself, as shown in this Answer:
- Sebastian
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 General Applications 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!