summaryrefslogtreecommitdiff
path: root/863/CH1/EX1.9/Ex1_9.txt
diff options
context:
space:
mode:
Diffstat (limited to '863/CH1/EX1.9/Ex1_9.txt')
-rw-r--r--863/CH1/EX1.9/Ex1_9.txt12
1 files changed, 12 insertions, 0 deletions
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