23.01.2015 Views

Download - Wolfram Research

Download - Wolfram Research

Download - Wolfram Research

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

3.7 Numerical Analyses 287<br />

To solve only for one<br />

variable, specify the<br />

variable as second<br />

argument.<br />

Display the simulation<br />

result with BodePlot.<br />

In[6]:= ACAnalysis[lowpasseqs, V$3, {f, 1., 1.*^6}]<br />

Out[6]=<br />

V$3 InterpolatingFunction1., 1. 10 6 , <br />

In[7]:= BodePlot[acsweep, {V$2[f]}, {f, 1., 1.*^6}]<br />

Magnitude (dB)<br />

0<br />

-10<br />

-20<br />

-30<br />

-40<br />

-50<br />

1.0E0 1.0E1 1.0E2 1.0E3 1.0E4 1.0E5 1.0E6<br />

Frequency<br />

Phase (deg)<br />

0<br />

-20<br />

-40<br />

-60<br />

-80<br />

1.0E0 1.0E1 1.0E2 1.0E3 1.0E4 1.0E5 1.0E6<br />

Frequency<br />

V$2[f]<br />

Out[7]= Graphics <br />

3.7.4 NoiseAnalysis<br />

NoiseAnalysis[dae, invar, outvar, {f, fstart, fstop}]<br />

computes the output noise and the equivalent input noise<br />

for a linear DAEObject dae where the input signal is<br />

specified by invar and the output by outvar<br />

Command structure of NoiseAnalysis.<br />

This functions allows for carrying out a numerical noise analysis. The output noise and the equivalent<br />

input noise are computed from a linear DAEObject dae, where the parameter invar denotes the input<br />

and the variable outvar denotes the output, respectively. Use GetParameters to get a valid list of<br />

input symbols and GetVariables for a list of valid output symbols.<br />

NoiseAnalysis returns the result according to the Analog Insydes numerical data format (see<br />

Section 3.7.1) for the output noise (denoted by the symbol OutputNoise), the equivalent input<br />

noise (denoted by the symbol InputNoise), the output variable outvar, and each noise source. The<br />

computed values for the noise sources are given in A Hz and V Hz, input and output noise in<br />

A Hz and V Hz, respectively.<br />

The result of the numerical noise analysis can be displayed with Analog Insydes graphics functions<br />

such as BodePlot (Section 3.9.1).<br />

The DAEObject dae must be set up symbolically (use ElementValues −> Symbolic during equation<br />

setup). Note that at least all sources (noise sources and the one small-signal input source invar)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!