summaryrefslogtreecommitdiff
path: root/3773/CH15/EX15.6/Ex15_6.sce
blob: 599d343224dff05f51b700c07c5f26fc077c2ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Chapter 15: Antennas for Special Applications
//Example 15-13.3
clc;

//Variable Initialization
lambda_g = 1.5      //Wavelength in guide (lambda)
m = -1  //Mode number

//Calculation
phi = acos((1/lambda_g)+m)*180/%pi //Forward tilt angle (degrees)

//Result
mprintf("The beam angle is %.1f degrees",phi)