Is RF toolbox able to read touchstone v2 (.ts) files ?

6 ビュー (過去 30 日間)
Quenson Damien
Quenson Damien 2015 年 12 月 4 日
コメント済み: John Wincn 2020 年 1 月 27 日
I want to know what touchstone formats Matlab and RF toolbox can read. Touchstone v1 (.s2p, .s4p, .s8p, ...?) Touchstone v2 (.ts) ?
Thanks ! Damien

採用された回答

Mark
Mark 2015 年 12 月 4 日
編集済み: Walter Roberson 2015 年 12 月 4 日
RF Toolbox can read Touchstone v1, e.g.
>> S = sparameters('default.s4p')
If the file doesn't end in .sNp, the sparameters function throws a warning but it still works, e.g.
>> S = sparameters('passive.ts')
Mark
  1 件のコメント
John Wincn
John Wincn 2020 年 1 月 27 日
It seems R2019a does't like all aspects of *.tx file format:
>> s = sparameters('TX3-RX3_1.5m_2020jan27.ts');
Warning: The extension .ts is unrecognized. Attempting to read the file using the Touchstone format.
> In rf.internal.netparams.AllParameters/readRFFile
In rf.internal.netparams.AllParameters
In rf.internal.netparams.ScatteringParameters
In sparameters (line 80)
Error using rf.file.touchstone.Data/read
The following line of data is inconsistent with Touchstone format:
[Number of Ports] 4
Error in rf.file.touchstone.Data
Error in rf.internal.netparams.AllParameters/readRFFile
Error in rf.internal.netparams.AllParameters
Error in rf.internal.netparams.ScatteringParameters
Error in sparameters (line 80)
obj = obj@rf.internal.netparams.ScatteringParameters(varargin{:});

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeVisualization and Data Export についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by