summaryrefslogtreecommitdiff
path: root/761/CH14/EX14.5/14_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '761/CH14/EX14.5/14_5.sce')
-rwxr-xr-x761/CH14/EX14.5/14_5.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/761/CH14/EX14.5/14_5.sce b/761/CH14/EX14.5/14_5.sce
new file mode 100755
index 000000000..36be8557a
--- /dev/null
+++ b/761/CH14/EX14.5/14_5.sce
@@ -0,0 +1,11 @@
+clc;
+//page no 472
+//prob no. 14.5
+//Standard coaxial cable RG-8/U with 45 degree phase shift at 200MHz
+p=45;f=200*10^6;c=3*10^8;//Speed of light in m/s
+vf=0.66;//velo. factor for this line
+vp=vf*c;//Determination of propagation velo.
+wav=vp/f;//Determination of wavelength of signal
+//Determination of reqd length for 45 degree phase shift
+L=wav*(p/360);
+disp('m',L,'The length reqd for phase shift is'); \ No newline at end of file