Unable to load Large S2P file (Size is 2MB) using read(rfdata.data ,'File Name'). while same file can be read using sparameters function

2 ビュー (過去 30 日間)
CT
CT 2017 年 12 月 18 日
回答済み: Harish Ramachandran 2017 年 12 月 20 日
I want cascade two s-parameter file. I have read s-parameter file using DUT_1=read(rfdata.data,'Filename.s2p'); But i m not able to read file having file size more than 600KB.
if same file can be read using sparameters('Filename.s2p);
is there any limitations with read function.

回答 (1 件)

Harish Ramachandran
Harish Ramachandran 2017 年 12 月 20 日
By using 'read' command for data store extraction, the default option for ReadSize property is 20000. Try changing the ReadSize property to 'file'. Please do refer to the documentation link above.

カテゴリ

Help Center および File ExchangeGamma Functions についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by