diff options
Diffstat (limited to '1583/CH4/EX4.2/FSNT_Ex_4_2.sce')
-rwxr-xr-x | 1583/CH4/EX4.2/FSNT_Ex_4_2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1583/CH4/EX4.2/FSNT_Ex_4_2.sce b/1583/CH4/EX4.2/FSNT_Ex_4_2.sce new file mode 100755 index 000000000..d93b18e03 --- /dev/null +++ b/1583/CH4/EX4.2/FSNT_Ex_4_2.sce @@ -0,0 +1,9 @@ +clc
+//Chapter 4:Frequency selective networks and transformers
+//example 4.2
+//given
+//Forty decibles corresponds to a voltage ratio of 100:1 therefore since A(jwo)=1
+Ajwo=0.01
+n=5//no. of harmonics
+Q=n/(Ajwo*(n^2-1))//quality point
+mprintf('the minimum circuit Q is =Qmin = %f ',Q)
|