• 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. Extracting Frequency Component from FFT

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 125
  • Views 14516
  • 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

Extracting Frequency Component from FFT

MenghanSun
MenghanSun over 9 years ago

Dear all,

I wish to extract frequency component from the FFT the result.

At the moment, in the ADE XL, in the outputs setup tab, I have such an expression,

dft("xxx" 99u 100u 65536 "Rectangular" 1 "default" 1)/dft("yyy" 99u 100u 65536 "Rectangular" 1 "default" 1)

After the simulation run, in the results tab, the result of the above expression is a waveform. Then, I have to open the waveform, zooming into 915MHz(as I'm getting many frequency component over a wide band), changing the type from magnitude to real or to imaginary, to get the real and imaginary part of the signal.  It's very annoying.

I'm wondering if we could do all that with a script, finding the 915MHz component and extract the real and imaginary component. Any help is very much appreciated.

Menghan

Tool version: ic616 mmsim141

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    Hi Menghan,

    You just need to use real(value(... 915M)) or imag(value(... 915M)) . You could leave this output as is, and add a new output:

    real(value(calcVal("dftResults") 915M))

    etc. This is assuming that the output is called "dftResults".

    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