diff options
Diffstat (limited to '761/CH14/EX14.10/14_10.sce')
-rwxr-xr-x | 761/CH14/EX14.10/14_10.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/761/CH14/EX14.10/14_10.sce b/761/CH14/EX14.10/14_10.sce new file mode 100755 index 000000000..189df00dd --- /dev/null +++ b/761/CH14/EX14.10/14_10.sce @@ -0,0 +1,10 @@ +clc;
+//page no 481
+//prob no. 14.10
+//A series tuned ckt tuned at 1GHz
+vf=0.95;c=3*10^8;f=10^9;
+vp=vf*c;//determination of propagation velo.
+wav=vp/f;//Determination of wavelength
+//Determination of length
+L=wav/2;//Since half wavelength section wiil be series resonant
+disp('m',L,'The length should be');
\ No newline at end of file |