• 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. Custom IC Design
  3. Total integrated noise figure

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 125
  • Views 18988
  • 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

Total integrated noise figure

itos
itos over 9 years ago

Hi,

I would like to get the total integrated noise figure.

With "Direct Plot" in ADE L I can obtain the integrated value for pnoise but not for noise. Why?

So I would like to do it manually but I do not know how.

If I use iinteg(getData("/NF" ?result "noise")) I get not the real result. My assumption is that the data is in logarithmic scale.

So how do I get the actual noise figure (integrated) for pnoise and noise?

Thanks!

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    It's a bit more complicated than that. You can't really integrate the noise figure directly, because it's in dB, plus the fact that you really need to properly take into account the load noise and so on.

    I used the direct plot form for pnoise and then used the "Add to outputs" and get this expression:

    10*log10(integ((getData("out" ?result "pnoise")**2-pv("PORT3" "total" ?result "pnoise")) 1K 10M)/integ((getData("out" ?result "pnoise")**2-pv("PORT3" "total" ?result "pnoise"))/(10**(getData("NF" ?result "pnoise")/10)) 1K 10M))

    The 1K and 10M are the integration limits, and the ?result "pnoise" would need to change the ?result "noise". The PORT3 is the name of my output port (the load). The "out" is the total output noise, not the name of a signal - so that would be unchanged - similarly "NF" is the output noise figure.

    Of course, this should really be available from the Direct Plot form for noise analysis too - you should contact customer support to request that.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    It's a bit more complicated than that. You can't really integrate the noise figure directly, because it's in dB, plus the fact that you really need to properly take into account the load noise and so on.

    I used the direct plot form for pnoise and then used the "Add to outputs" and get this expression:

    10*log10(integ((getData("out" ?result "pnoise")**2-pv("PORT3" "total" ?result "pnoise")) 1K 10M)/integ((getData("out" ?result "pnoise")**2-pv("PORT3" "total" ?result "pnoise"))/(10**(getData("NF" ?result "pnoise")/10)) 1K 10M))

    The 1K and 10M are the integration limits, and the ?result "pnoise" would need to change the ?result "noise". The PORT3 is the name of my output port (the load). The "out" is the total output noise, not the name of a signal - so that would be unchanged - similarly "NF" is the output noise figure.

    Of course, this should really be available from the Direct Plot form for noise analysis too - you should contact customer support to request that.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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