EC-SIM 1.1

バージョン 1.0.0.0 (49.2 KB) 作成者: Rasmus Anthin
Design circuits, simulate (steady-state and sweep) and define your own models.
ダウンロード: 5.5K
更新 2003/9/24

ライセンスがありません

This toolbox contains a main GUI that allows you to design a circuit and simulate it, very similar to Pspice. You can use nonlinear devices such as diodes and bipolar transistors, or why not define your own component model.

If you feel more comfortable with netlist, there are routines for calculating the resulting node voltages and currents from netlists. Netlists and schematics are entered in matrix format, where each row corresponds to a schematic item or a component.

There is a model library tool that enables you (and the simulator) to keep track on your models. All models are assigned a unique pointer/ID which is used for the schematic and netlist matrices. The model library does not contain information about inherent "models" such as resistors, capacitors or ideal op-amps.

The simulator make use of the MNA formulation of a circuit. See [1] Eric Cheever, http://www.swarthmore.edu/NatSci/echeeve1/Ref/mna

The tar.gz version is available on my homepage:
http://www.etek.chalmers.se/~e8rasmus/eng/matlab_programs.html

This version is very beta since it took about one and a half month to develop. So don't expect it to be perfect. :-)

(See the accompanying readme-file about important notes and planned updates.)

引用

Rasmus Anthin (2024). EC-SIM 1.1 (https://www.mathworks.com/matlabcentral/fileexchange/3956-ec-sim-1-1), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R10
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSPICE files についてさらに検索
謝辞

ヒントを得たファイル: SCAM- A tool for symbolically solving circuit equations

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Fixed a bug concerning node-numbering in the NET2MAT routine. The error occured when using VALPLOT.I've altered EC-SIM so that the sweeping of a particular component won't affect its value in the schematic. More info in the readme file.