Author Topic: Transmission Lines - S Parameters  (Read 3651 times)

0 Members and 1 Guest are viewing this topic.

Offline fourierpwnTopic starter

  • Regular Contributor
  • *
  • Posts: 77
Transmission Lines - S Parameters
« on: June 01, 2016, 12:39:51 pm »
Hi, could someone please me help understand how to approach this question:

A transmission line with a characteristic impedance of 50 ohms is connected to a load. The load impedance is (30 +𝑗60) ohms. Calculate the dB value of S11 at the load.

The answer is -1.99dB, though I don't understand how to calculate this.  :-//
 

Offline jpb

  • Super Contributor
  • ***
  • Posts: 1771
  • Country: gb
Re: Transmission Lines - S Parameters
« Reply #1 on: June 01, 2016, 05:13:03 pm »
S11 is just the fraction of the energy that is reflected - this classic HP app note explains it very well:

http://cp.literature.agilent.com/litweb/pdf/5952-1087.pdf
 

Offline Howardlong

  • Super Contributor
  • ***
  • Posts: 5319
  • Country: gb
Re: Transmission Lines - S Parameters
« Reply #2 on: June 01, 2016, 05:24:16 pm »
Another approachable text is Chris Bowick's RF Circuit Design, very approachable for engineers in practical terms, and thankfully free of unnecessary academic fluff.

It seems to be available in PDF if you google it.
 

Offline rfeecs

  • Frequent Contributor
  • **
  • Posts: 807
  • Country: us
Re: Transmission Lines - S Parameters
« Reply #3 on: June 01, 2016, 05:25:12 pm »
Your answer seems to be wrong.  Off by a factor of 2.

S11 is the complex reflection coefficient.

Convert complex impedance to reflection coefficient, take the magnitude.  Just Google it.

Magnitude is 20*log(mag(S11)) because S11 is a voltage ratio.
« Last Edit: June 01, 2016, 06:35:08 pm by rfeecs »
 

Offline danadak

  • Super Contributor
  • ***
  • Posts: 1875
  • Country: us
  • Reactor Operator SSN-583, Retired EE
Re: Transmission Lines - S Parameters
« Reply #4 on: June 01, 2016, 07:09:24 pm »
Love Cypress PSOC, ATTiny, Bit Slice, OpAmps, Oscilloscopes, and Analog Gurus like Pease, Miller, Widlar, Dobkin, obsessed with being an engineer
 

Offline Howardlong

  • Super Contributor
  • ***
  • Posts: 5319
  • Country: gb
Re: Transmission Lines - S Parameters
« Reply #5 on: June 01, 2016, 09:49:54 pm »
To the OP:

If you look on pages 115 and 116 of Chris Bowick's RF Circuit Design book there's an example of how to do this with a Smith Chart.

Alternatively, here's the way we're more likely to do it nowadays, with the math(s) behind it: http://chemandy.com/calculators/return-loss-and-mismatch-calculator.htm

 

Offline fourierpwnTopic starter

  • Regular Contributor
  • *
  • Posts: 77
Re: Transmission Lines - S Parameters
« Reply #6 on: June 01, 2016, 10:08:05 pm »
S11 is just the fraction of the energy that is reflected - this classic HP app note explains it very well:

http://cp.literature.agilent.com/litweb/pdf/5952-1087.pdf

Thank you for the app note. I understand what S parameters are, though I don't see how they got this answer.

Another approachable text is Chris Bowick's RF Circuit Design, very approachable for engineers in practical terms, and thankfully free of unnecessary academic fluff.

It seems to be available in PDF if you google it.

Thanks. I actually have a copy of this book already!  :-+

Your answer seems to be wrong.  Off by a factor of 2.

S11 is the complex reflection coefficient.

Convert complex impedance to reflection coefficient, take the magnitude.  Just Google it.

Magnitude is 20*log(mag(S11)) because S11 is a voltage ratio.

Yes, I agree. This is why I posted the thread. I don't see how they got that answer.

For now I think I'll just assume that the given answer is wrong.

Thanks for the replies.
 

Offline G0HZU

  • Super Contributor
  • ***
  • Posts: 3015
  • Country: gb
Re: Transmission Lines - S Parameters
« Reply #7 on: June 01, 2016, 10:59:19 pm »
Back in the days of QuickBasic I wrote a little program for this kind of thing and transferred it across to MSDOS back in the 1990s.

You can see it in the black DOS window in the image below. The background is an old copy of Eagleware Genesys showing the analysis of your load impedance and it seems to agree with my ancient DOS program.

It gives a result of -3.979dB for S11. You might also find some of the other analysis info in the image to be useful?
 
The following users thanked this post: fourierpwn

Offline fourierpwnTopic starter

  • Regular Contributor
  • *
  • Posts: 77
Re: Transmission Lines - S Parameters
« Reply #8 on: June 01, 2016, 11:04:23 pm »
Back in the days of QuickBasic I wrote a little program for this kind of thing and transferred it across to MSDOS back in the 1990s.

You can see it in the black DOS window in the image below. The background is an old copy of Eagleware Genesys showing the analysis of your load impedance and it seems to agree with my ancient DOS program.

It gives a result of -3.979dB for S11. You might also find some of the other analysis info in the image to be useful?

What a nifty little program!

While I am familiar with Genesys, I have never used it...

Thanks for the taking the time to check the result for me.  :-+

Edit: I just did a quick sim. in AWR and produced the same results as you.

« Last Edit: June 01, 2016, 11:16:00 pm by fourierpwn »
 

Offline G0HZU

  • Super Contributor
  • ***
  • Posts: 3015
  • Country: gb
Re: Transmission Lines - S Parameters
« Reply #9 on: June 02, 2016, 12:40:09 am »
It's late and I'm tired and I don't have a microphone here but try this silent youtube vid that shows how to get the magnitude of the reflection coefficient and then the return loss for your chosen load impedance using a simple excel sheet.

Hope it's OK. It will probably fail if you put zero in for the real part but you get the idea how it works. The opening few seconds show part of the initial start screen of my old DOS program.

https://www.youtube.com/watch?v=eZmV4CeXobg&feature=youtu.be

Note that I haven't done this vector based algebra since I wrote that program over 20 years ago so there are probably bugs in the way I've done it from memory. I always use a computer for this stuff. I do remember that I had to do some extra computation in the program to get the angles to display correctly for all possible load impedances.
« Last Edit: June 02, 2016, 12:59:16 am by G0HZU »
 
The following users thanked this post: fourierpwn

Offline fourierpwnTopic starter

  • Regular Contributor
  • *
  • Posts: 77
Re: Transmission Lines - S Parameters
« Reply #10 on: June 02, 2016, 04:02:45 am »
It's late and I'm tired and I don't have a microphone here but try this silent youtube vid that shows how to get the magnitude of the reflection coefficient and then the return loss for your chosen load impedance using a simple excel sheet.

Hope it's OK. It will probably fail if you put zero in for the real part but you get the idea how it works. The opening few seconds show part of the initial start screen of my old DOS program.

https://www.youtube.com/watch?v=eZmV4CeXobg&feature=youtu.be

Note that I haven't done this vector based algebra since I wrote that program over 20 years ago so there are probably bugs in the way I've done it from memory. I always use a computer for this stuff. I do remember that I had to do some extra computation in the program to get the angles to display correctly for all possible load impedances.

Mate, you went above and beyond the call of duty with that post. I highly appreciate your effort!

I think it say safe to say that we can conclude that the given answer is incorrect  ;) :-+

Thanks again!
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf