PSpice binary import

버전 1.10.0.0 (7.36 KB) 작성자: Frank Sommerhage
lightning fast import for PSpice binary *.dat files
다운로드 수: 3.9K
업데이트 날짜: 2011/12/12

라이선스 보기

This M-File imports data from binary *.dat files, created with PSpice. It has been tested for PSpice 6.0 (DOS), 9.1 (Student), 10.0.3 and 16.2.0. If you are using other versions of PSpice, you might need to adjust the code!

The M-file further has been tested with PSpice's transient analysis, AC and frequency sweeps. However, it might not be able to import digital data.

I would be happy to help out, if you can provide a small sample file created with another version of PSpice or containing a different data type

인용 양식

Frank Sommerhage (2024). PSpice binary import (https://www.mathworks.com/matlabcentral/fileexchange/21452-pspice-binary-import), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 SPICE files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.10.0.0

Fixed output structure and plot function for frequency related data to support real and imaginary parts. Data files were provided by Fernando Schlemm Ribeiro from Rio de Janeiro State University, Brazil.

1.7.0.0

updated the format of output variables to support frequency sweeps and adjusted plots to contain phase data if present

1.6.0.0

added compatibility for PSpice 16.2.0 (file was gently provided by Lars Bartschat from UniBw München)

1.4.0.0

n/a

1.1.0.0

fixed an error for Matlab R2009a since hex2bin.m turned very picky (reported by Enea Bianda from ETH Zurich, Switzerland)
fixed an error before calling uigetfile.m using the previous path

1.0.0.0

fclose(fid) was missing - is fixed now