• 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. How to find rms input referred noise

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 125
  • Views 26131
  • 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 find rms input referred noise

Deepansh
Deepansh over 10 years ago

Hello all,

I'm working on the design of an operational amplifier using Virtuoso 6.1.3. On doing a Noise Analysis and then Print->Noise Summary and then printing the  noise integrated  in a bandwidth of 50Hz to 8kHz, I got a statement in the Results Display Window which says 'Total input referred noise is 2.778e-06. Is this the rms value? I'm asking so because I need to find the rms value. If it is not, can someone please guide me on how to compute it?

Thank You

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 10 years ago

    rmsNoise() will give you the integrated output noise in V/sqrt(Hz), and it will match what is shown on the noise summary (for output noise) if you set the units to V (and give the same integration range). If you want it in V^2/Hz, you can of course square the result.

    If you want to compute integrated input referred noise, you'd do:

    sqrt(integ(getData("in" ?result "noise")**2 1 1G))

    This is integrating between 1Hz and 1GHz in my case, and is also giving the result in V/sqrt(Hz). This will match what you see on the noise summary for input referred noise. So both the figures on the noise summary are RMS (if the units are in V rather than V^2, otherwise they are mean-square rather than root-mean-square).

    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