summaryrefslogtreecommitdiff
path: root/2219/CH7/EX7.7/Ex7_7.sce
blob: 6ef19c66ff59be6f9a0cb0616648451148ae51fb (plain)
1
2
3
4
5
6
7
8
9
10
11
// chapter 7 example 7
//-----------------------------------------------------------------------------
clc;
clear;
// given data
// given (lamda/10) wire dipole
// Radiation resistance of short dipoles is Rr  = 790*(1/lamda)^2;
// Rr   = 790*(lamda/(10*lamda))^2;
// Rr   = 7.9;
mprintf('Radiation resistance = 7.9 ohms');
//------------------------------------------------------------------------------