summaryrefslogtreecommitdiff
path: root/2414/CH3/EX3.8
diff options
context:
space:
mode:
Diffstat (limited to '2414/CH3/EX3.8')
-rwxr-xr-x2414/CH3/EX3.8/Ex3_8.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2414/CH3/EX3.8/Ex3_8.sce b/2414/CH3/EX3.8/Ex3_8.sce
new file mode 100755
index 000000000..6858826b3
--- /dev/null
+++ b/2414/CH3/EX3.8/Ex3_8.sce
@@ -0,0 +1,10 @@
+clc;
+clear all;
+//chapter 3
+//page no 90
+//example 3.8
+mprintf('(a) The RF burst frequency is 500 MHz\n');
+mprintf(' (b) The pulse repetition rate is 1 MHz\n');
+f0=10*10^6; //Zero crossing frequency in Hz
+tau=1/f0; //in second
+mprintf(' (c) The pulse width is %.1f micro second\n',tau*10^6);