From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2414/CH3/EX3.8/Ex3_8.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 2414/CH3/EX3.8/Ex3_8.sce (limited to '2414/CH3/EX3.8/Ex3_8.sce') 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); -- cgit