Apply FFT to Report Functions

The choices in the Perform FFT on Traces in Reports dialog include:



Note:

The evaluated value of an expression is always interpreted in SI units. However, when an angle quantity is plotted in a report, you have the option to plot values in units other than SI. If you want to plot the polar angle of a complex simulation result, S11 say, you can choose between ang_deg(S11) and ang_rad(S11). Both of these return the exact same angle quantity but in degree and radian units respectively.

Note that when used in expressions, some surprising outcomes might result. For example, the expression "1+ang_deg(S11)" represents an ‘angle’ and the number "1" is treated as "1 rad". The angle SI unit is attached to any unitless number that is added/subtracted from an angle value. If you want to treat "1" as degrees, make it explicit and use "1deg + ang_deg(S11)" instead.

If you are interested in unitless degree values, two additional functions exist: ang_deg_val(S11) and cang_deg_val(S11). These return simple numbers and are treated as such by any expression. If the complex S11 lies on the positive Y axis say, ang_deg_val(S11) would be 90 and "1 + ang_deg_val(S11)" will be 91.