chebtr2 EMTTOOL circint

EMTTOOL >> EMTTOOL > chebtr3

chebtr3

Chebyshev design of broadband reflectionless quarter-wave transformer

Calling Sequence

[n,a,b,DF] = chebtr3(na,nb,M,A)

Parameters

na,nb

refractive indices of left and right media

M

number of quarter-wave sections

A

dB attenuation of reflectionless band (relative to unmatched case)

n

designed refractive indices = [na,n(1),n(2),...,n(M),nb]

a,b

order-M denominator and numerator polynomials of reflection response

DF

fractional bandwidth about center frequency f0, DF = Df/f0

Description

chebtr3(na,nb,M,A) is used for Chebyshev design of broadband reflectionless quarter-wave transformer. implements the Collin/Riblet design of broadband quarter-wave transmission line transformers; stopband specs are in terms of the reflection response. similar to chebtr, except here M,A are specified instead of A,DF, see also chebtr2 in which M,DF are specified. the left and right bandedges are at F1 = 1 - DF/2, F2 = 1 + DF/2, the phase thickness of layers is = delta = (pi/2)*(f/f0) = (pi/2)*(la0/la), at f=f0, la=la0, the layers are quarter-wave, the reflection response is Gamma(z) = B(z)/A(z), z=exp(2*j*delta) = exp(j*pi*f/f0). the refractive indices satisfy: n(i)*n(M+1-i) = na*nb, i=1,2,...,M. for transmission lines, replace n = [na,n(1),n(2),...,n(M),nb] by the characteristic admittances Y = [Ya,Y(1),Y(2),...,Y(M),Yb], that is, [Y,a,b,DF] = chebtr2(Ya,Yb,M,A), with Ya=line, Yb=load (Ya,Yb must be real)

Examples

add sample pgm

See Also

Author

Used Functions

This function uses the functions bkwrec and poly2.

chebtr2 EMTTOOL circint