From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3816/CH10/EX10.5/10_5.png | Bin 0 -> 34249 bytes 3816/CH10/EX10.5/10_5.sce | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 3816/CH10/EX10.5/10_5.png create mode 100644 3816/CH10/EX10.5/10_5.sce (limited to '3816/CH10/EX10.5') diff --git a/3816/CH10/EX10.5/10_5.png b/3816/CH10/EX10.5/10_5.png new file mode 100644 index 000000000..2a90d1a69 Binary files /dev/null and b/3816/CH10/EX10.5/10_5.png differ diff --git a/3816/CH10/EX10.5/10_5.sce b/3816/CH10/EX10.5/10_5.sce new file mode 100644 index 000000000..38ca24ef6 --- /dev/null +++ b/3816/CH10/EX10.5/10_5.sce @@ -0,0 +1,18 @@ +clc; +clear; +xad=1.5; +xaq=0.60; +x=0.1; +xf=0.13; +Vq=1; +theta_0=0; +xd1=((xad*xf)/(xad+xf))+x; +xsq=xaq+x; +Ifo=1; +t=[0:0.1:20]; +Ia=4.5*(cos(t)-3-(1.5*(cos(2*t)))); +If=4.2*(1-cos(t))+Ifo; +plot(t,Ia) +plot(t,If) +xlabel('Rotor position') +ylabel('Rotor field current') -- cgit