How implement a load step change in Simulink with parallel resistors for DC-DC converter?
조회 수: 9 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
Joel Van Sickel
2023년 5월 22일
이동: Sabin
2023년 10월 2일
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Switches and Breakers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!