LTSPICE,how to Import ltspice circuit by matlab
조회 수: 19 (최근 30일)
이전 댓글 표시
hello every one
ltspice s.w including some components as A\D converter some of it's types optimum design
how can i recall this design and open it with matlab?
댓글 수: 0
답변 (1개)
Rahul
2024년 9월 18일
I understand that you wish to find a way to use components created using the 'LTSPICE' software in MATLAB.
You can utilize the function 'subcircuit2ssc' to convert SPICE sub circuits to Simscape components.
This is also mentioned in this MATLAB Answer: https://www.mathworks.com/matlabcentral/answers/534063-adding-ltspice-component-to-matlab
You can also use this submission on MATLAB File Exchange to convert '.raw' files from the LTSPICE simulator to MATLAB: https://www.mathworks.com/matlabcentral/fileexchange/23394-fast-import-of-compressed-binary-raw-files-created-with-ltspice-circuit-simulator
You can refer to the following Mathworks documentation to know more about 'subcircuit2ssc':
Hope this helps ! Thanks.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Circuits and Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!