What is the preferred way to interface MATLAB with SPICE?
Mostrar comentarios más antiguos
I have a lot of experience with MATLAB, and very little experience with SPICE (did some stuff back in university). I'd like to setup a simulation in matlab involving some electronic circuits, and preferably be able to change parameters and plot results from MATLAB. I have googled this but did not find anything conclusive?
1 comentario
Aaron Mattmiller
el 20 de Feb. de 2019
Editada: Aaron Mattmiller
el 20 de Feb. de 2019
This is an old question, but here is an article that describes how to do it:
Respuestas (3)
ngadiyar93
el 21 de Mayo de 2020
2 votos
Gerard
el 3 de Feb. de 2017
1 voto
We have customers who work a lot with Spice simulation and Matlab. In general the Spice simulation is done by one of the numerous commercial simulators or an open source simulator like NgSpice. The the simulation results can then be read by a specialized toolbox and processed in Matlab. You can find some simple solutions for reading simulation outputs on stackexchange:
We have wrapped our C/C++ solution in a Matlab toolbox for our customers who use Matlab for post-processing, model extraction and characterization. This toolbox is little more complicated to use but it can handle many different file formats, it can handle huge files and it is quite fast. You can find further informations at
Saif Awwad
el 8 de Mayo de 2015
0 votos
Hi.
The circuit description must be compiled by SPICE. You can use MATLAB to generate such circuit description, compile the circuit in SPICE and then use SPICE's log files to plot results in MATLAB.
The issue depends on what kind of simulation/plot you are targeting. Let me know more details and maybe I can be of some help.
Categorías
Más información sobre SPICE files en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!