From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 863/CH1/EX1.9/Ex1_9.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 863/CH1/EX1.9/Ex1_9.txt (limited to '863/CH1/EX1.9/Ex1_9.txt') diff --git a/863/CH1/EX1.9/Ex1_9.txt b/863/CH1/EX1.9/Ex1_9.txt new file mode 100644 index 000000000..a6211fc5a --- /dev/null +++ b/863/CH1/EX1.9/Ex1_9.txt @@ -0,0 +1,12 @@ +//Caption:Determine upper and lower Frequencies +//Ex:1.9 +clc; +clear; +close; +tr=30//Rise time(in micro sec) +PRF=2000//Pulse repetition Frequency(in pps) +t=0.082//Tilt(in %) +Pw=220//Pulse width(in micro sec) +fh=0.35*10^(6)/tr +fl=t*10^6/(2*%pi*Pw) +disp(fl,fh,'Upper and lower frequencies(in hz)=') \ No newline at end of file -- cgit