The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 20th, 2024, 6:34am
Pages: 1
Send Topic Print
How do I get the self-resonant frequency in Calculator? (Read 2558 times)
ywguo
Community Fellow
*****
Offline



Posts: 943
Shanghai, PRC
How do I get the self-resonant frequency in Calculator?
Nov 19th, 2008, 9:23pm
 
Hi Guys,

How do I get the frequency where the maximum magnitude is for a bandpass filter? The design environment is ADE+wavescan in Cadence ICFB 5.10.41. I want to calculate/measure it automatically.

Thanks
Yawei
Back to top
 
 
View Profile   IP Logged
pancho_hideboo
Senior Fellow
******
Offline



Posts: 1424
Real Homeless
Re: How do I get the self-resonant frequency in Calculator?
Reply #1 - Nov 19th, 2008, 10:06pm
 
ocnHelp 'xmax

PROTOTYPE    xmax( o_waveform x_numberOfPeaks ) =>
                            o_waveform/g_value/l_value/nil

DESCRIPTION  Computes the value of the independent variable
            (X) at which the Y value attains its maximum value.

EXAMPLE(S)
            xmax( v( "/net9" ) 1 )

             Gets the time value (X-axis value) at which the voltage of
             "/net9" attains its first peak value.

             xmax( v( "/net9" ) 0 )

            Gets the list of time values (X-axis values) at which the
            voltage of "/net9" attains each of its peak values.
Back to top
 
 
View Profile WWW Top+Secret Top+Secret   IP Logged
ywguo
Community Fellow
*****
Offline



Posts: 943
Shanghai, PRC
Re: How do I get the self-resonant frequency in Calculator?
Reply #2 - Nov 20th, 2008, 1:06am
 
Pancho_hideboo,

That's great. Thank you.
Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.