summaryrefslogtreecommitdiff
path: root/761/CH14/EX14.10/14_10.sce
blob: 189df00dd3e5486f61d5c52837529bdaf8f86aa1 (plain)
1
2
3
4
5
6
7
8
9
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');