Contents Chapter 1: Introduction 2: Simple Diode Circuits 3: Simple SCR Circuits 4: Fully Controlled 1 PH 5: Fully Controlled 3 PH 6: Semi - Controlled Rectifier Circuits 7: Switch MOde PowerSupply previous page Section Contents next page

 

Chapter 4
Fully Controlled 1 - PH SCR Bridge Rectifier

Section 3
Operation with Source Inductance

 

 

Simulation Using C

Instead of a Matlab program, a C program is presented below. You can download this file by clicking on the image displayed below. This file, called fcb_1pha.cpp, can be complied just as a C program and no feature of C++ has been used in this program. This program produces an output file called tran_v1.csv and stores in it in the same directory in which the source file is located. This file can be opened by a spreadsheet program like EXCEL and the plots displayed can be obtained.

The responses obtained for L1=1.5, L2=0.2 and a = 30o are produced below.

Another C program is presented below. This program carries out the harmonic analysis. This file, called fcb_1phb.cpp, can be downloaded. It can also be compiled as a C program. It produces an output file, called harm_v1.csv.

The results obtained are presented below.


TO THE TOP