rawspice5.m

Functions for converting the output of Berkely Spice simulations (.raw files) into a format.
1.3K Downloads
Updated 9 Aug 1999

No License

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.

Cite As

John Giolma (2024). rawspice5.m (https://www.mathworks.com/matlabcentral/fileexchange/238-rawspice5-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R10
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0