summaryrefslogtreecommitdiff
path: root/1583/CH4/EX4.1
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1583/CH4/EX4.1
downloadScilab-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.1')
-rwxr-xr-x1583/CH4/EX4.1/FSNT_Ex_4_1.sce10
-rwxr-xr-x1583/CH4/EX4.1/Result_of_Chapter_4_Ex4_1.jpgbin0 -> 134392 bytes
2 files changed, 10 insertions, 0 deletions
diff --git a/1583/CH4/EX4.1/FSNT_Ex_4_1.sce b/1583/CH4/EX4.1/FSNT_Ex_4_1.sce
new file mode 100755
index 000000000..83cd06deb
--- /dev/null
+++ b/1583/CH4/EX4.1/FSNT_Ex_4_1.sce
@@ -0,0 +1,10 @@
+clc
+//Chapter 4:Frequency selective networks and transformers
+//example 4.1 page no 108
+//given
+R=50//load resistance in ohm
+B=100//bandwidth in KHz
+Cf=5//filter center frequency in MHz
+L=R/(2*%pi*10^5)//inductance in micro henry
+C=((L)*(2*%pi*Cf*10^6)^2)^-1//capacitance
+mprintf('the inductance is %f uH \n the capacitance is %f pF ',L*1e6,C*1e12)
diff --git a/1583/CH4/EX4.1/Result_of_Chapter_4_Ex4_1.jpg b/1583/CH4/EX4.1/Result_of_Chapter_4_Ex4_1.jpg
new file mode 100755
index 000000000..5bd144efc
--- /dev/null
+++ b/1583/CH4/EX4.1/Result_of_Chapter_4_Ex4_1.jpg
Binary files differ