No BSD License  

Highlights from
EC-SIM 1.1

image thumbnail
from EC-SIM 1.1 by Rasmus Anthin
Design circuits, simulate (steady-state and sweep) and define your own models.

contents.m
% Circuit Simulation Toolbox
% Version 1.0  13-Sep-2003
%
% What's new.
%   readme_circ.txt - New features, bug fixes, and changes in this version.
%
% Simulation.
%   ecsim       - The circuit simulation GUI.
%
% Library database.
%   cmlib       - Circuit Model Library utility.
%
% Plotting functions.
%   schplot     - Plots schematic from a schematic matrix.
%   valplot     - Plots voltages and currents on schematic.
%
% Conversion functions.
%   sch2net     - Convert schematic matrix to netlist matrix.
%   net2mat     - Convert netlist matrix to MNA circuit matrices.
%   mat2val     - Convert MNA circuit matrices to values.
%
% Other.
%   install     - Installs the toolbox to the matlab path.
%   uninstall   - Uninstalls the toolbox from the matlab path.
%   checkinstall - Checks installation status.
%
% Demonstrations.
%   bptest      - Frequency sweep of an active BP filter.
%   limiter     - Voltage limiting circuit using diodes.
%   limiter2    - Voltage limiting circuit using zeners.
%   rectifier   - Two-way rectifier with a sinusoid input.
%   ttlinv      - Voltage sweep of a TTL-inverter.
%   zenertest   - An I-V characteristic for a zener diode.
%   bp_passive  - Passive bandpass schematic (mat).
%   rectifier_sch - Schematic for the two-way rectifier (mat).
%   ttlinv_sch  - TTL-inverter schematic (mat).
%   limiter     - schematic and netlist for the limiter demo (mat).
%   rectifier   - netlist for the rectifier demo (mat).

% Copyright (c) 2003-08-14, B. Rasmus Anthin.

Contact us at files@mathworks.com