Explaining the function of certain blocks
이전 댓글 표시
I need to understand what is the function of the blocks arrangement of the pulse generator and the armature voltage control.
How it works? what is the function of the armature voltage control block? and why using mux with these inputs? and what is the block that comes after the armature voltage control?
채택된 답변
추가 답변 (2개)
Oguz Kaan Hancioglu
2023년 2월 17일
1 개 추천
The example explains how the H bridge works. If the armature voltage control is bigger than the threshold, the PWM signal directly goes to Q3 and Q2 igbts. If armature voltage control is lower than the threshold, the PWM signal directly goes to Q1 and Q4 igbts. Armature voltage control changes the dc motor direction.
why using mux with these inputs? - to send pwm signals to the igbts for H bridge.
what is the block that comes after the armature voltage control? - to switch the signal.
It would be more better to change "armature voltage control" as clockwise/counterclockwise.
From the description:
"The H-bridge consists of four BJT/Diode pairs (BJT simulated by IGBT models). Two transistors are switched simultaneously: Q1 and Q4 or Q2 and Q3. When Q1 and Q4 are fired, a positive voltage is applied to the motor and diodes D2-D3 operate as free-wheeling diodes when Q1 and Q4 are switched off. When Q2 and Q3 are fired, a negative voltage is applied to the motor and diodes D1-D4 operate as free-wheeling diodes when Q2 and Q3 are switched off."
Dr Narayanaswamy P R Iyer
2023년 2월 17일
0 개 추천
Hi: Assume that pulse generator output is vg and armature voltage control signal output is vcon. The top mux output, vcon, bottom mux output form the inputs u(1), u(2) and u(3) to the Switch (Threshold switch). The mux inputs from top to bottom are the first, second, third and fourth. The mux output passes first input first followed by second and then third and so on. The switch output is u(1) if u(2) >= Threshold else its output is u(3). Other combinations such as u(2) > Threshold, u(2) ~= 0 are also available. This can be set by clicking the Switch icon. The Demux generates output of Switch, first output top followed by second, third etc. one below the other. Assuming a threshold value of 0.5 for the Swich if vcon is HIGH (logic 1), gate pulse P1 to P4 are 0, vg, vg, 0 thus switching Q2 and Q3 only with negative voltage applied to A+ with respect to A- terminal causing the DC motor to rotate in the anti-clockwise direction. If vcon is LOW (logic 0), P1 to P4 are vg, 0, 0, vg thus switching Q1 and Q4 only with positive voltage applied to A+ with respecto to A- terminal causing DC motor to rotate in the clockwise direction. Thus acceleration and braking of the DC motor can be achieved. To understand more about the application of Switch to model inverters, please refer to the following text book: Narayanaswamy P R Iyer: "Power Electronic Converters: Interactive Modelling Using Simulink", CRC Press, 2018, Pages 63 - 68 and 76 - 80.
커뮤니티
더 많은 답변 보기: Power Electronics Community
카테고리
도움말 센터 및 File Exchange에서 Specialized Power Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!