rawspice5.m
by John Giolma
09 Aug 1999
Functions for converting the output of Berkely Spice simulations (.raw files) into a format.
|
Watch this File
|
| File Information |
| Description |
An m-file function for converting the output of Berkely Spice simulations (.raw files) into a format suitable for manipulation in Matlab (version 5). The ouputs are in the form of two cell arrays of strings (header and variables) and one numeric array (data):
'header' contains the header info generated by a Spice simulation (Title, time stamp, type of simulation, data type, number of variables, and number of outputs per variable).
'variables' contains one line per variable (variable #, name and units)
'data' contains the numeric output of the simulation, each column contains the data from one variable. The columns are in the order identified in the variables string.
Tested under Matlab 5.2 and 5.3 and the Student version 5, and under Spice 3f5 only. |
| MATLAB release |
MATLAB 5.2 (R10)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com