diff options
Diffstat (limited to '1583/CH4/EX4.1')
-rwxr-xr-x | 1583/CH4/EX4.1/FSNT_Ex_4_1.sce | 10 | ||||
-rwxr-xr-x | 1583/CH4/EX4.1/Result_of_Chapter_4_Ex4_1.jpg | bin | 0 -> 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 Binary files differnew file mode 100755 index 000000000..5bd144efc --- /dev/null +++ b/1583/CH4/EX4.1/Result_of_Chapter_4_Ex4_1.jpg |