diff options
Diffstat (limited to '2219/CH10/EX10.10/Ex10_10.sce')
-rwxr-xr-x | 2219/CH10/EX10.10/Ex10_10.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2219/CH10/EX10.10/Ex10_10.sce b/2219/CH10/EX10.10/Ex10_10.sce new file mode 100755 index 000000000..271fa56c1 --- /dev/null +++ b/2219/CH10/EX10.10/Ex10_10.sce @@ -0,0 +1,11 @@ +// Chapter 10 example 10
+//------------------------------------------------------------------------------
+clc;
+clear;
+//Given data
+disp('Let the operating frequency of first radar = f1');
+disp('Let the operating frequency of second radar = f2');
+disp('Third blind speed of Radar = (3*c/(2*f1)')
+disp('fifth blind speed of Radar = (5*c/(2*f1)')
+disp('(3*c/(2*f1) = (5*c/(2*f1)');
+disp('(f1/f2) = 3/5')
|