blob: dd77d59a4474a7620b8d0af76fda380f08fe18d5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
clc;
close();
clear();
//page no 471
//prob no. 14.1
f=1*10^6; //Hz
lembda=3*10^8/f; //m
mprintf('The free space wavelength is = %i m \n',lembda);
l=.1*lembda;
mprintf(' Length ,l= %i m',l);
|