Time dependent resistance using SimScape Electrical foundation library
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Venkata Subrahmanyan Govindarajan
le 8 Déc 2016
Réponse apportée : Nicolas Schmit
le 10 Oct 2017
I'm trying to model a large electrical network of resistors and capacitors in SimScape using Electrical foundation library blocks. One of the resistors needs to change its resistance as a function of time, say like this:
R=R0*(1-delR*(1-exp(-t))
where R is resistance, R0 is the initial resistance, delR is the factor by which I want the resistance to decrease and t is time. I can't figure out how to incorporate time variance at all in to the simscape model(as I can't seem to access a time variable). There is a variable resistance block available, but I'm facing the same problem there as well, as it seems to be built to vary with respect to voltage. I'm using Matlab 2016a.
0 commentaires
Réponses (1)
Nicolas Schmit
le 10 Oct 2017
Implement the calculation routine in Simulink, then connect it to a Variable Resistor block trough a Simulink - PS block.
0 commentaires
Voir également
Catégories
En savoir plus sur Simscape Electrical dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!