sentauruslab

バージョン 1.4.0.0 (3.98 MB) 作成者: Todd Karin
Tools for importing Synopsys Sentaurus Device simulations into Matlab
ダウンロード: 592
更新 2015/3/10

ライセンスの表示

Description
A few functions were developed to ease the analysis of sentaurus
device simulations in Matlab. In particular, .plt and .tif files
(i.e. converted .tdr files) can be imported in order to perform more
complicated analysis in matlab. These functions are preliminary
versions, and the user should exercise care in trusing the results.
Note these functions were developed for simulations in 2D. They may
need to be modified for 3D.
A typical workflow is given in example_tifProcess.m
IMPORTANT: Sentaurus tdr files can be converted to tif using
Sentaurus data explorer. The command is:

tdx -tf -M 0 inputfile.tdr

where inputfile.tdr is the file to be converted. This command will
produce the file inputfile.tif

Functions

sentaurus_importTif - import a sentaurus .tif file
sentaurus_cutData - cut sentaurus dataset along x or y

引用

Todd Karin (2024). sentauruslab (https://www.mathworks.com/matlabcentral/fileexchange/49951-sentauruslab), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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

Added findElement function

1.3.0.0

added splitByChar.m function

1.2.0.0

edited description

1.1.0.0

added shell script to batch convert tdr to tif

1.0.0.0