Azzera filtri
Azzera filtri

How can I make a duty cycle vary in a state-space model?

1 visualizzazione (ultimi 30 giorni)
I have the following state space for a boost supply:
As we can see the model has a varying duty cycle(d^). I have converted the state space to a transfer function using:
SS =ss(Aac,Bac,Cac,Dac)
TFs=tf(SS2)
To test my system I have copied the transfer function and but it in Simulink block. My problem is that I want to vary only my (d^). How can I do that?
  2 Commenti
David K.
David K. il 10 Ott 2019
Can you show how you implemented it? Because in your equations (d^) is an input to the state space system. Therefore, you just need to change the input. If you are using the state space block, since there are two inputs to the system you will likely need to take the (vg^) and (d^) signals and join them into a bus before inputting to the state space block.
Amina Mokhtar
Amina Mokhtar il 10 Ott 2019
That it true I can insert the (d^) as a constant but I wanted to vary its value like a step but the statespace block in simulink has only one input and that will be my (Vg)

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Event Functions in Help Center e File Exchange

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by