diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1583/CH4/EX4.4 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1583/CH4/EX4.4')
-rwxr-xr-x | 1583/CH4/EX4.4/FSNT_Ex_4_4.sce | 12 | ||||
-rwxr-xr-x | 1583/CH4/EX4.4/Result_of_Chapter_4_Ex4_4.jpg | bin | 0 -> 157111 bytes |
2 files changed, 12 insertions, 0 deletions
diff --git a/1583/CH4/EX4.4/FSNT_Ex_4_4.sce b/1583/CH4/EX4.4/FSNT_Ex_4_4.sce new file mode 100755 index 000000000..44fef7c0d --- /dev/null +++ b/1583/CH4/EX4.4/FSNT_Ex_4_4.sce @@ -0,0 +1,12 @@ +clc
+//Chapter 4:Frequency selective networks and transformers
+//example 4.4 page no 121
+//given
+L1=25*10^-6//primary inductance
+L2=400*10^-6//secondary inductane
+n=(sqrt(L1/L2))//equivalent turns ratio
+CT=(8+(2/n^2))*1e-12//total primary capacitance
+RL=25*10^3//load resistance reflected to the primary
+wo=(sqrt(L1*CT))^-1//resonant frequency
+Q=RL/(wo*L1)//quality point
+mprintf('the resonant frequency is %3.2e rad/s \n Q = %f',wo,Q)
diff --git a/1583/CH4/EX4.4/Result_of_Chapter_4_Ex4_4.jpg b/1583/CH4/EX4.4/Result_of_Chapter_4_Ex4_4.jpg Binary files differnew file mode 100755 index 000000000..d3f2fe022 --- /dev/null +++ b/1583/CH4/EX4.4/Result_of_Chapter_4_Ex4_4.jpg |