From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1583/CH4/EX4.4/FSNT_Ex_4_4.sce | 12 ++++++++++++ 1583/CH4/EX4.4/Result_of_Chapter_4_Ex4_4.jpg | Bin 0 -> 157111 bytes 2 files changed, 12 insertions(+) create mode 100755 1583/CH4/EX4.4/FSNT_Ex_4_4.sce create mode 100755 1583/CH4/EX4.4/Result_of_Chapter_4_Ex4_4.jpg (limited to '1583/CH4/EX4.4') 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 new file mode 100755 index 000000000..d3f2fe022 Binary files /dev/null and b/1583/CH4/EX4.4/Result_of_Chapter_4_Ex4_4.jpg differ -- cgit