summaryrefslogtreecommitdiff
path: root/1997/CH3/EX3.6/example6.sce
blob: cc9bf6e764f47f00768ea46478dde18317ead41b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Chapter-3, Problem 3.6 , Page106
//===========================================================================
clc;
clear;

//INPUT DATA
lamda = 3*10^-2;//wavelength in m
PRF   = 1000;  //pulse repetitive frequency in Hz
Vo    = 3*10^8;// velocity in m/s

//Calculations

Ruamb = (Vo)/(2*PRF);//max unambiguous range in m
//Output
mprintf('Maximum unambiguous range is %g Kms',Ruamb/1000);