23.01.2015 Views

Download - Wolfram Research

Download - Wolfram Research

Download - Wolfram Research

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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

420 3. Reference Manual<br />

3.13 Miscellaneous Functions<br />

3.13.1 ConvertDataTo2D<br />

ConvertDataTo2D[data]<br />

converts numerical simulation data into two-dimensional<br />

interpolating functions<br />

Command structure of ConvertDataTo2D.<br />

All Analog Insydes functions which return numerical data, e. g. ACAnalysis (Section 3.7.3),<br />

NoiseAnalysis (Section 3.7.4), NDAESolve (Section 3.7.5), or ReadSimulationData (Section 3.10.3)<br />

use the data format described in Section 3.7.1. This format is suitable for representing one, two, and<br />

multi-dimensional numerical data. As standard Mathematica graphic functions do not support the<br />

multi-dimensional Analog Insydes data format, ConvertDataTo2D converts the data such that it can<br />

be plotted with standard Mathematica graphic functions such as Plot3D.<br />

The input data must be two-dimensional data as described in Section 3.7.1, for example:<br />

Data format for<br />

two-dimensional numerical<br />

simulation data.<br />

{<br />

{<br />

V$1 −> InterpolatingFunction[{{t1, t2}}, ],<br />

,<br />

SweepParameters −> {VIN −> v1}<br />

},<br />

,<br />

{<br />

V$1 −> InterpolatingFunction[{{t1, t2}}, ],<br />

,<br />

SweepParameters −> {VIN −> v2}<br />

}<br />

}<br />

The data will then be converted to a set of two-dimensional interpolating functions:<br />

Converted data format. {<br />

V$1 −> InterpolatingFunction[{{v1, v2}, {t1, t2}}, ],<br />

,<br />

}<br />

Please note the order of the parameters for the two-dimensional interpolating function.<br />

interpolation order is set to {1, 1}.<br />

See also: Section 3.7.1, Section 3.7.2.<br />

The

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

Saved successfully!

Ooh no, something went wrong!