• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. RF Design
  3. How to read exactly the value of impedance from the plotting...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 63
  • Views 14892
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to read exactly the value of impedance from the plotting of Gmin vs frequency?

anhnha
anhnha over 11 years ago

 Hi.

I am plotting Gmin ( optimum noise reflection coefficient) of a LNA in Smith chart.
I swept Gmin versus frequency (for example, ranging from 1GHz to 3GHz).

Is there a way to read out optimum noise impedance at my interested frequency, say 2GHz, from the curve?
I know that I can point the cursor over the curve, find the interested frequency and then read out the impedance. However, that method is not exactly at all.

How to read exactly the value of impedance from the plotting of Gmin vs frequency?

  • Gmin vs frequency.png
  • View
  • Hide
  • Cancel
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    Plot the Gmin from the direct plot form and then do Right Mouse->Send to Calculator. This should be this expression:

    gmin(getData("Gopt" ?result "sp_noise") getData("Bopt" ?result "sp_noise") zref(1 ?result "sp"))

    You can then use the value() function in the calculator to find the value at 2G. This will be a complex number - so you might want to take the real() or imag() of it. For example:

    value(gmin(getData("Gopt" ?result "sp_noise") getData("Bopt" ?result "sp_noise") zref(1 ?result "sp")) 2G)

    or:

    imag(value(gmin(getData("Gopt" ?result "sp_noise") getData("Bopt" ?result "sp_noise") zref(1 ?result "sp")) 2G))

    Also, in the graph (assuming you're using IC615 or later) you can turn on the snapping cursor (on the Marker menu) which would make it easier to get the value as you move along the curve - because it would then snap to the simulated points, rather than interpolating between them.

    Kind Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information