Universal: System Simulation Lab
Universal: System Simulation Lab
Universal: System Simulation Lab
UNIVERSAL
COLLEGE OF ENGINEERING AND TECHNOLOGY
1 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
1. Record 15
2. Observation 05
3. Internal Exam 20
Total 40
2 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
2. Circuit diagram 10
3. Program 10
4. Observations 05
5. Result 05
6. Viva Voce 10
Total 60
3 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
Exp- 1
AIM:
To simulate the switching characteristics of IGBT & MOSFET
using PSPICE software.
APPARATUS:
Design manager, personal computer, PSPICE software.
PROCEDURE:
1. Switch on the computer
2. Enter into design lab Design manager
3. Now click the text edit in the tools, which opens a new page in which the
program is to be return. Save the program in some folder
4. After entering the program , simulate it by using PSPICE A/D in the tools of home
page
5. If the program is correct then it will display simulation completed successfully.
if any error occurs check them using examine output.
6. If the result is in wave forms then go to New and select Run Probe and
observe the wave forms.
CIRCUIT DIAGRAM:
4 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
PROGRAM
IGBT
VGE 1 0 DC 0V
VX 3 2 DC 0V
VCE 3 0 DC 500V
M1 2 1 0 0 MFIN L = 1U W = 1U
5 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
MOSFET
VGS 1 0 DC 0V
VX 3 2 DC 0V
VDS 3 0 DC 500V
M1 2 1 0 0 MQ
.MODEL MFIN NMOS(VT0 = 1 KP = 6.5E-3 CBD = 5P CBS = 2P RD = 5 RB = 0 RS =2
RG= 0 RDS = 1M CHSO = 1P CGDO = 1P CGBO = 1P )
.DC VDC 0 50V 2V VGS 0 5V 1V
.PLOT DC I(VX)
.PROBE
.END
GRAPH
6 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
7 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
RESULT:
Simulation of IGBT & MOSFET is done and the switching characteristics of IGBT &
MOSFET are observed
8 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
Exp- 2
AIM:
To simulate
a. full wave rectifier with RL load
b. full wave rectifier with RL load with LC filter
c. full wave rectifier with RL load with free wheeling diode
APPARATUS:
Design manager, personal computer, PSPICE software.
PROCEDURE:
7. Switch on the computer
8. Enter into design lab Design manager
9. Now click the text edit in the tools, which opens a new page in which the
program is to be return. Save the program in some folder
10. After entering the program , simulate it by using PSPICE A/D in the tools of home
page
11. If the program is correct then it will display simulation completed successfully.
if any error occurs check them using examine output.
12. If the result is in wave forms then go to New and select Run Probe and
observe the wave forms.
9 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
CIRCUIT DIAGRAM:
10 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
11 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
PROGRAM:
12 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
VS 1 3 SIN(0 325 50 0 0 0)
LE 2 8 30.83MH
RX 8 9 80M
CE 9 0 326UF
R 9 10 100
L 10 0 100M
.SUBCKT SCR 1 2 3 2
RG 3 4 50
R261
C 2 6 1U
VX 4 2 DC 0
VY 5 7 DC 0
D 7 2 DMOD
F1 6 2 POLY(2) VX VY 0 50 11
S 1 5 2 6 SMOD
.MODEL DMOD D(IS=2.2E-15 BV=1800 TT= 0)
.MODEL SMOD VSWITCH(RON=0.0125 ROFF=10E+5 VON=0.5 VOFF=0)
.ENDS SCR
XT1 1 2 4 2 SCR
XT2 0 3 6 3 SCR
XT3 3 2 7 2 SCR
XT4 0 1 5 1 SCR
VG1 4 2 PULSE(0 5 2.5M 1N 1N 1M 20M)
VG2 6 3 PULSE(0 5 2.5M 1N 1N 1M 20M)
VG3 7 2 PULSE(0 5 12.5M 1N 1N 1M 20M)
VG4 5 1 PULSE(0 5 12.5M 1N 1N 1M 20M)
.TRAN 2M 100M
.PROBE
.FOUR 50 V(2,0)
.OPTIONS ITL5 = 0 ABSTOL = 1.0U RELTOL = 0.5 VNTOL = 0.01M
.END
FULL WAVE RECTIFIER WITH RLE LOAD AND FREE WHEELING DIODE
VS 1 3 SIN(0 325 50 0 0 0)
R 2 8 100
L 8 9 100M
VE 9 0 50
13 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
DF 0 2 DMOD
.SUBCKT SCR 1 2 3 2
RG 3 4 50
R261
C 2 6 1U
VX 4 2 DC 0
VY 5 7 DC 0
D 7 2 DMOD
F1 6 2 POLY(2) VX VY 0 50 11
S 1 5 2 6 SMOD
.MODEL DMOD D(IS=2.2E-15 BV=1800 TT= 0)
.MODEL SMOD VSWITCH(RON=0.0125 ROFF=10E+5 VON=0.5 VOFF=0)
.ENDS SCR
XT1 1 2 4 2 SCR
XT2 0 3 6 3 SCR
XT3 3 2 7 2 SCR
XT4 0 1 5 1 SCR
VG1 4 2 PULSE(0 5 2.5M 1N 1N 1M 20M)
VG2 6 3 PULSE(0 5 2.5M 1N 1N 1M 20M)
VG3 7 2 PULSE(0 5 12.5M 1N 1N 1M 20M)
VG4 5 1 PULSE(0 5 12.5M 1N 1N 1M 20M)
.MODEL DMOD D( IS = 2.2E-15 BV = 1800 TT=0)
.TRAN 10N 80M
.PROBE
.FOUR 50 V(2,0)
.END
14 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
15 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
16 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
RESULT:
Hence verified the out put voltages of single phase full wave rectifier with RL load, RL
load with LC filter and RLE load with free wheeling diode.
17 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
Exp- 3
THREE PHASE FULL WAVE RECTIFIER
AIM:
To simulate three phase full wave rectifier with RLE load using pspice software.
APPARATUS:
Design manager, personal computer, and PSPICE software.
PROCEDURE:
1. Switch on the computer
2. Enter into design lab Design manager
3. Now click the text edit in the tools, which opens a new page in which the program is
to be return. Save the program in some folder
4. After entering the program , simulate it by using PSPICE A/D in the tools of home
page
5. If the program is correct then it will display simulation completed successfully. if
any error occurs check them using examine output.
6. If the result is in wave forms then go to New and select Run Probe and observe
the wave forms.
CIRCUIT DIAGRAM:
18 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
PROGRAM:
19 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
.SUBCKT SCR 1 2 3 2
RG 3 4 50
R261
C 2 6 1U
VX 4 2 DC 0
VY 5 7 DC 0
D 7 2 DMOD
F1 6 2 POLY(2) VX VY 0 50 11
S 1 5 2 6 SMOD
.MODEL DMOD D(IS=2.2E-15 BV=1800 TT= 0)
.MODEL SMOD VSWITCH(RON=0.0125 ROFF=10E+5 VON=0.5 VOFF=0)
.ENDS SCR
XT1 1 2 5 2 SCR
XT2 11 4 10 4 SCR
XT3 3 2 6 2 SCR
XT4 11 1 8 1 SCR
XT5 4 2 7 2 SCR
XT6 11 3 9 3 SCR
.TRAN 10N 40M
.PROBE
.END
GRAPH:
20 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
RESULT:
Hence verified and drawn the waveforms of three phase rectifier with RLE load
21 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
Exp- 4
APPARATUS:
Design manager, personal computer, and PSPICE software.
PROCEDURE:
1. Switch on the computer
2. Enter into design lab Design manager
3. Now click the text edit in the tools, which opens a new page in which the program is
to be return. Save the program in some folder
4. After entering the program , simulate it by using PSPICE A/D in the tools of home
page
5. If the program is correct then it will display simulation completed successfully. if
any error occurs check them using examine output.
6. If the result is in waveforms then go to New and select Run Probe and observe
the waveforms.
CIRCUIT DIAGRAM:
22 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
23 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
PROGRAM:
SINGLE PHASE AC VOLTAGE CONTROLLER WITH R - LOAD
VS 1 0 SIN(0 325 50 0 0 0)
VG1 3 2 PULSE(0 5 2.5M 1N 1N 1M 20M)
VG2 4 1 PULSE(0 5 12.5M 1N 1N 1M 20M)
R 2 0 10
XT1 1 2 3 2 SCR
XT2 2 1 4 1 SCR
.SUBCKT SCR 1 2 3 2
RG 3 4 50
R261
C 2 6 1U
VX 4 2 DC 0
VY 5 7 DC 0
D 7 2 DMOD
F1 6 2 POLY(2) VX VY 0 50 11
S 1 5 2 6 SMOD
.MODEL DMOD D(IS=2.2E-15 BV=1800 TT= 0)
24 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
VS 1 0 SIN(0 325 50 0 0 0)
VG1 3 2 PULSE(0 5 2.5M 1N 1N 1M 20M)
VG2 4 1 PULSE(0 5 12.5M 1N 1N 1M 20M)
R 2 5 10
L 5 0 10M
XT1 1 2 3 2 SCR
XT2 2 1 4 1 SCR
.SUBCKT SCR 1 2 3 2
RG 3 4 50
R261
C 2 6 1U
VX 4 2 DC 0
VY 5 7 DC 0
D 7 2 DMOD
F1 6 2 POLY(2) VX VY 0 50 11
S 1 5 2 6 SMOD
.MODEL DMOD D(IS=2.2E-15 BV=1800 TT= 0)
.MODEL SMOD VSWITCH(RON=0.0125 ROFF=10E+5 VON=0.5 VOFF=0)
.ENDS SCR
.TRAN 10N 40M
.PROBE
.FOUR 50 V(2,0)
.END
25 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
VS 1 0 SIN(0 325 50 0 0 0)
VG1 3 2 PULSE(0 5 2.5M 1N 1N 1M 20M)
VG2 4 1 PULSE(0 5 12.5M 1N 1N 1M 20M)
R 2 5 10
L 5 6 10M
VE 6 0 50
XT1 1 2 3 2 SCR
XT2 2 1 4 1 SCR
.SUBCKT SCR 1 2 3 2
RG 3 4 50
R261
C 2 6 1U
VX 4 2 DC 0
VY 5 7 DC 0
D 7 2 DMOD
F1 6 2 POLY(2) VX VY 0 50 11
S 1 5 2 6 SMOD
.MODEL DMOD D(IS=2.2E-15 BV=1800 TT= 0)
.MODEL SMOD VSWITCH(RON=0.0125 ROFF=10E+5 VON=0.5 VOFF=0)
.ENDS SCR
.TRAN 10N 40M
.PROBE
.FOUR 50 V(2,0)
.END
GRAPH: a. Single phase ac voltage controller with R - load
b. Single phase ac voltage controller with RL load
c. Single phase ac voltage controller with RLE load
26 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
27 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
28 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
RESULT:
Hence verified and drawn the wave forms of single-phase ac voltage controller with R, RL
and RLE load
29 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
Exp- 5
AIM:
To simulate three phase ac voltage controller using pspice software.
APPARATUS:
Design manager, personal computer, PSPICE software.
PROCEDURE:
1. Switch on the computer
2. Enter into design lab design manager
3. Now click the text edit in the tools, which opens a new page in which the program is
to be return. Save the program in some folder
4. After entering the program , simulate it by using PSPICE A/D in the tools of home
page
5. If the program is correct then it will display simulation completed successfully. if
any error occurs check them using examine output.
6. If the result is in wave forms then go to New and select Run Probe and observe
the wave forms.
CIRCUIT DIAGRAM:
30 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
PROGRAM:
VS1 0 1 SIN(0 230 50 0 0 0)
VS2 0 2 SIN(0 230 50 0 0 -120)
VS3 0 3 SIN(0 230 50 0 0 -240)
VG1 5 11 PULSE(0 5 3.33M 1N 1N 1M 20M)
VG2 6 11 PULSE(0 5 6.67M 1N 1N 1M 20M)
VG3 7 4 PULSE(0 5 10M 1N 1N 1M 20M)
VG4 8 4 PULSE(0 5 13.33M 1N 1N 1M 20M)
VG5 9 12 PULSE(0 5 16.66M 1N 1N 1M 20M)
VG6 10 12 PULSE(0 5 20M 1N 1N 1M 20M)
.SUBCKT SCR 1 2 3 2
RG 3 4 50
R261
C 2 6 1U
VX 4 2 DC 0
VY 5 7 DC 0
D 7 2 DMOD
F1 6 2 POLY(2) VX VY 0 50 11
31 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
S 1 5 2 6 SMOD
.MODEL DMOD D(IS=2.2E-15 BV=1800 TT= 0)
.MODEL SMOD VSWITCH(RON=0.0125 ROFF=10E+5 VON=0.5 VOFF=0)
.ENDS SCR
XT1 1 11 5 11 SCR
XT2 2 11 6 11 SCR
XT3 2 4 7 4 SCR
XT4 2 4 8 4 SCR
XT5 3 12 9 12 SCR
XT6 3 12 10 12 SCR
R0 12 0 100
R1 4 0 100
R2 11 0 100
.TRAN 10N 40M
.PROBE
.END
GRAPH:
32 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
33 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
Result: thus simulation of three phase ac voltage controller using pspice software is verified
34 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
Exp- 6
APPARATUS:
Design manager, personal computer, and PSPICE software.
PROCEDURE:
1. Switch on the computer
2. Enter into design lab Design manager
3. Now click the text edit in the tools, which opens a new page in which the program is
to be return. Save the program in some folder
4. After entering the program, simulate it by using PSPICE A/D in the tools of home
page
5. If the program is correct then it will display simulation completed successfully. if
any error occurs check them using examine output.
6. If the result is in wave forms then go to New and select Run Probe and observe
the wave forms
CIRCUIT DIAGRAM:
35 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
36 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
PROGRAM:
VS 1 0 DC 100
VX 1 2 DC 0
37 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
VY 13 4 DC 0
VG1 6 3 PULSE(0 20 0 1N 1N 10M 20M)
VG2 12 0 PULSE(0 20 0 1N 1N 10M 20M)
VG3 10 4 PULSE(0 20 0 1N 1N 10M 20M)
VG4 8 0 PULSE(0 20 0 1N 1N 10M 20M)
Q1 2 5 3 QMOD
Q2 4 11 0 QMOD
Q3 2 9 4 QMOD
Q4 3 7 0 QMOD
D1 3 2 DMOD
D2 4 0 DMOD
D3 4 2 DMOD
D4 0 3 DMOD
RG1 6 5 100
RG2 12 11 100
RG3 10 9 100
RG4 8 7 100
R 3 13 10
.MODEL QMOD NPN(IS=6.734U BF=416.4 CJC= 23.638P CJE=4.44P TR=235.9N
TF=301.2P)
.MODEL DMOD D(IS=2.2E-15 BV= 1800 TT=0)
.TRAN 10N 40M
.PROBE
.END
GRAPH:
38 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
RESULT:
Thus verified and drawn the wave forms of single phase inverter
39 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
Exp- 7
THREE PHASE BRIDGE INVERTER
AIM:
To simulate three phase bridge inverter using pspice software.
APPARATUS:
Design manager, personal computer, PSPICE software.
PROCEDURE:
1. Switch on the computer
2. Enter into design lab Design manager
3. Now click the text edit in the tools, which opens a new page in which the program is
to be return. Save the program in some folder
4. After entering the program , simulate it by using PSPICE A/D in the tools of home
page
5. If the program is correct then it will display simulation completed successfully. if
any error occurs check them using examine output.
6. If the result is in wave forms then go to New and select Run Probe and observe
the wave forms.
CIRCUIT DIAGRAM:
40 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
41 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
PROGRAM:
VS 1 0 DC 100
VY 1 2 DC 0
VG1 7 3 PULSE(0 5 0M 1N 1N 6.667M 20M)
VG2 9 0 PULSE(0 5 3.33M 1N 1N 6.667M 20M)
VG3 11 4 PULSE(0 5 6.67M 1N 1N 6.667M 20M)
VG4 13 0 PULSE(0 5 10M 1N 1N 6.667M 20M)
VG5 15 5 PULSE(0 5 13.3M 1N 1N 6.667M 20M)
VG6 17 0 PULSE(0 5 16.67M 1N 1N 6.667M 20M)
R1 7 6 100
R2 9 8 100
R3 11 10 100
R4 13 12 100
R5 15 14 100
R6 16 17 100
Q1 2 6 3 QMOD
Q2 5 8 0 QMOD
Q3 2 10 4 QMOD
Q4 3 12 0 QMOD
Q5 2 14 5 QMOD
Q6 4 16 0 QMOD
D1 3 2 DMOD
D2 4 0 DMOD
D3 4 2 DMOD
D4 0 3 DMOD
D5 5 2 DMOD
D6 0 4 DMOD
RR 3 18 200
RY 4 18 200
RB 5 18 200
.MODEL QMOD NPN(IS=6.734U BF=416.4 CJC= 23.638P CJE=4.44P TR=235.9N
TF=301.2P)
.MODEL DMOD D(IS=2.2E-15 BV= 1800 TT=0)
42 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
GRAPH:
43 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
RESULT:
Thus verified and drawn the wave forms of three phase inverter
44 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
Exp- 8
AIM:
To simulate DC-DC Boost converter using PSPICE software.
APPARATUS:
Design manager, personal computer, and PSPICE software.
PROCEDURE:
1. Switch on the computer
2. Enter into design lab Design manager
3. Now click the text edit in the tools, which opens a new page in which the program is
to be return. Save the program in some folder
4. After entering the program, simulate it by using PSPICE A/D in the tools of home
page
5. If the program is correct then it will display simulation completed successfully. if
any error occurs check them using examine output.
6. If the result is in waveforms then go to New and select Run Probe and observe
the waveforms.
CIRCUIT DIAGRAM:
45 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
PROGRAM
DC DC BOOST CONVERTER
VS 1 0 DC 110V
VY 2 5 DC 0V
VG 8 0 PULSE( 0 20 0N 0.1N 0.1N 27.73U 50U)
RB 7 8 250
LE 1 2 681.82U
CE 3 0 8.33U
R 3 4 30
VX 4 0 DC 0V
DM 2 3 DMOD
.MODEL DMOD D(IS = 2.2E-15 BV = 1800 TT =0)
XT1 5 0 7 0 DCSCR
.SUBCKT DCSCR 1 2 3 4
DT 5 2 DMOD
ST 1 5 3 4 SMOD
.MODEL SMOD VSWITCH(RON = 0.1 ROFF = 10E+8 VON = 10 VOFF = 5)
.ENDS DCSCR
.TRAN 1U 1.6M 1.5M
.PROBE
.END
GRAPH:
46 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
RESULT:
47 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
Exp- 9
THEORY:
For the circuit arrangement of single phase IGBT based fully controlled rectifier is shown in
the fig. if highly inductive load so that the load current is continuous in normal direction. But
there we are using IGBT instead of thyristors. So by using another fetching to the circuitand
turn off control is our hand.
By using this IGBT based fully controlled rectifier with PWM control we can implement
pulsated DC output voltage.
By giving the number of turn off and turn on triggering to the IGBT gate terminal so by this
IGBT based fully controlled rectifier with PWM control we can reduce the ripples at output
side.
For normal thyristor circuit to implement PWM control technique we have to forced
commutation circuit, it is expensive and circuit complexity is increased a lot by using IGBT
instead of thyristors there is no need of forced commutation circuit.
CIRCUIT MODEL:
48 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
49 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
PROCEDURE:
1. Start Computer and click on MATLAB icon on the desktop.
2. Click on the SIMULINK on the top of the task bar.
3. Open the new model in the SIMULINK library.
4. Construct the circuit diagram on the model from SIMULINK library.
5. Save and Run the simulation file.
6. Draw the output waveforms and study the performance.
SPECIFICATIONS:
PWM controller: Generator mode Two Arm Bridge
Carrier frequency 1080Hz
Sample time - 5sec
Modulation index 0.6
Output frequency 50Hz
GRAPH:
50 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
RESULT:
Simulation of Single phase IGBT based fully controlled rectifier with PWM control using
MATLAB / SIMULINK is done. And waveforms for
a. Supply voltage
b. Voltage without filter
c. Output voltage with filter
d. Current without filter are drawn.
51 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
Exp- 10
THEORY:
Three phase inverters are normally used for high power applications. Three single phase half
bridge inverters can be connected in parallel. The gating signals of single phase inverters
should be advanced or delayed by 1200 with respect to each other to obtain a three phase
balanced voltages. The transformer primary winding must be isolated from each other.
Whereas the secondary winding may be connected in star or delta.
The instantaneous line line voltage for star connected load is
V ab = sin sin n(wt + )
VL = [ Vs2d(wt)]1/2 = Vs = 0.8165Vs
52 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
53 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
PROCEDURE:
1. Start Computer and click on MATLAB icon on the desktop.
2. Click on the SIMULINK on the top of the task bar.
3. Open the new model in the SIMULINK library.
4. Construct the circuit diagram on the model from SIMULINK library.
5. Save and Run the simulation file.
6. Draw the output waveforms and study the performance
SPECIFICATIONS:
Universal Bridge: 3- arms with IGBT / Diodes
PWM controller: Generator mode Two Arm Bridge
Carrier frequency 1080Hz
Sample time - 5sec
Modulation index 0.6
Output frequency 50Hz
Transformer : winding 1 Y g V1 = 208V R = 0.002 L = 0.08
Winding 2 V1 = 208V R = 0.002 L = 0.08
Magnetizing resistance = 200 ohms
Magnetizing reactance = 200 ohms
Power rating = 1000VA frequency = 50Hz
Load: parallel RC load
Y g = 208V f = 50Hz
Active power = 1000W
Resistance = 0.208ohms
Reactive power = 0.5 KVAR
GRAPH:
54 Dept. of EEE
Universal College of Engineering & Technology System Simulation Lab
RESULT:
Simulation of three phase PWM inverter with pulse width modulation using
MATLAB/SIMULINK is done.
55 Dept. of EEE