summaryrefslogtreecommitdiff
path: root/3813/CH3/EX3.14/Ex3_14.sce
blob: 7806b51451f31bfae79354995de60e4e28fc3225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Electric Drives:concepts and applications by V.subrahmanyam
//Publisher:Tata McGraw-Hill 
//Edition:Second 
//Ex3_14
clc;
clear;
t0=1.5;//Time in ms
t1=3;//Time in ms
Vs=200;//Supply voltage in V
gama=t0/t1;
Vl=gama*Vs;
Vrms=sqrt(gama)*Vs;
Rf=(sqrt(1-gama))/(sqrt(gama));
disp(Rf,"Ripple factor is:")