Distortion Analysis

Distortion analysis controls whether SPICE computes the distortion characteristic of the circuit in a small-signal mode as a part of the AC small-signal sinusoidal steady-state analysis. The analysis is performed assuring that one or two signal frequencies are imposed at the input; let the two frequencies be f1 (the nominal analysis frequency) and f2 (=SKW2*f1). The program then computes the following distortion measures, which can be printed or plotted:

DR. SPICE takes in both SPICE2 and SPICE3 formats for distortion analysis.

SPICE2 general format:

.DISTO RLOAD <INTER <SKW2 <REFPWR <SPW2>>>> 

Example:

.DISTO RL 2 0.95 1.0E-3 0.75 

The following list describes each abbreviation:

SPICE3 general format:

.DISTO {DEC/LIN/OCT} NP FSTART FSTOP <F2_OVER_F1> Vname n+ n- . . . DISTOF1 <MAGNITUDE> 
<PHASE> + DISTOF2 <MAGNITUDE> <PHASE> 

Example:

.DISTO DEC 5 100 10MEG 0.9 
Vs 1 0 AC 1 DISTOF1 1.0 0.0 DISTOF2 0.1 -90 

The following list describes each abbreviation:

Return to main help menu