public:calculator:progs:dm32_progs
This is an old revision of the document!
Table of Contents
DM32 Progs
Description
Return Loss & SWR from Complex Impedance
Input Rs and Xs to calculate |z|, |ρ|, VSWR and R.Loss
The DM32 handles complex numbers by treating X as Real, Y and Imaginary for one complex number, and Z as Real and T as Imaginary for a second complex number.
Then various “Complex” functions are access by SHIFTCMPLXFunction for example to add
Z1 = (10 + j20) and Z2 = (30 - j25) = Z3
20 ENTER 10 ENTER 25 CHS ENTER 30 SHIFT CMPLX +
The display will show
20.0000 10.0000 -5.0000 40.0000
X has the real part of Z3 (40) and Y has the imaginary part of Z3 (-5)
Z3 = 40 - j 5
Section Two
— John Pumford-Green 19/07/23 06:08
Further Information
public/calculator/progs/dm32_progs.1690212745.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)