Clear Filters
Clear Filters

How implement a load step change in Simulink with parallel resistors for DC-DC converter?

7 views (last 30 days)
I am currently using a variable resistor to create a load step change in Simulink for my DC-DC converter. I was asked to generate this step change with parallel resistors and a switch. How do I implement this approach? I need the switch to switch at a desired time.

Answers (1)

Joel Van Sickel
Joel Van Sickel on 22 May 2023
Moved: Sabin on 2 Oct 2023
you need to calculate the 2 loads that yo uwant to have. For the larger resistance load (lower power, lower current) calculate the resistance that you need. Then, calculate the resistance you need for the 2nd load. Now you need to calculate the resistance required, that when in parallel with the 1st resistance, will give you your desired 2nd load resistance. Once you have that, place a resistor in parallel with the 1st resistor. Then place an ideal switch in series with the 2nd resistor. This will allow you to switch it in and out of the network. So you will have 2 equivalent resitsances. The first will be R1, and the second wiill be R1||R2.

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!