lmatch EMTTOOL mstripa

EMTTOOL >> EMTTOOL > lmin

lmin

find locations of voltage minima and maxima

Calling Sequence

[lm,Zm] = lmin(ZL,Z0,ltype)
[lm,Zm] = lmin(ZL,Z0)      (equivalent to ltype='min')

Parameters

ZL

load impedance

Z0

line impedance

ltype

'min', 'max' (default 'min')

lm

location in wavelengths

Zm

real-valued wave impedance at lm

Description

lmin(ZL,Z0,ltype) computes the position of voltage minima and impedance at that point on a transmission line.

Examples

add sample pgm

See Also

Author

Used Functions

This function uses the functions z2g and swr.

lmatch EMTTOOL mstripa