Open StefanD986 opened 9 years ago
Here the example file for Qucstrans:
# QucsTranscalc 0.0.18 /Users/stefan/Desktop/Untitled.trc
# Generated on Do. Sep. 3 2015 at 17:28:17.
# It is not suggested to edit the file, use QucsTranscalc instead.
<Rectangular>
Er 1.69 NA
Mur 1 NA
Cond 4.1e+20 NA
Tand 0 NA
TanM 0 NA
Freq 2 GHz
a 10 cm
b 4.4 cm
L 4000 mil
Z0 461.069 Ohm
Ang_l 259.187 Deg
</Rectangular>
Hello,
I don't have that book (nor I could find it on the Internet ), but from the Pozar's book (Page 113. Equation 3.86) I've found that Z{TE{1,0}} should be 354.66 Ohm, so it seems that you are right. I'll try to take a look to the waveguide component and see what's going on.
Note: I've employed the following Sage script to calculate the impedance: https://dl.dropboxusercontent.com/u/21294824/impedanceZTE
When calculating the impedance of a rectangular waveguide filled with a dielectric (Er > 1) the result is wrong. It looks like a factor of sqrt(Er) was forgotten in the equation:
Example: given a rect. waveguide a=100mm, b=44.4mm filled with an Er=1.69 the wave impedance for the TE10 mode should be: Z_F = (Z_0/sqrt(Er)) / sqrt(1 - lambda0 / lambdaCE)
with Z_0 = free space impedance (120Pi Ohm) Er = 1.69 lambda0 = c_0/f lambdaCE = lambdaC * sqrt(Er) lambdaC = 2/sqrt( (m/a)^2 + (n/a)^2 ) = 2*a for the TE10 mode.
The expected result should be Z_F = 355 Ohm Qucs / Qucstrans gives a value of Z_F = 461 Ohm for this example. I played around with the equation and it looks like that in the qucs source code Z_0 is not multiplied with sqrt(Er).
Sources for the Z_F equation I used is "Taschenbuch der Hochfrequenztechnik, Band 2 - Meinke / Gundlach", Chapter K.4.3. Side note to that: When the relative permeability is also taken into account I assume that the equation should be (but this case is not considered in my source): Z_F = (Z_0sqrt(Mur / Er)) / sqrt(1 - lambda0 / lambdaCE) with lambdaCE = lambdaC \ sqrt(Er / Mur)
For quick comparison this might be helpful: http://www.amanogawa.com/archive/RectWaveGuide/RectWaveGuide-2.html
I have tested this in qucs 0.0.18 qucstrans on OSX 10.10.5 (via homebrew). Example circuit: