Why do I receive the error 'Incomplete noise parameters' when using the READ function in RF Toolbox 1.1 (R14SP2) to read a Touchstone ".s2p" file with comments or empty lines between data lines?
Ältere Kommentare anzeigen
I am trying to read a Touchstone ".s2p" file, which has comments and empty lines between data lines. The execution of the READ command on this file results in the following error:
??? Error using ==> rfdata.data.read>readsnp
Incomplete noise parameters.
Reproduction Steps:
h = read(rfdata.data,'Test.s2p');
where "Test.s2p" is a Touchstone file with comments or empty lines between data lines.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Visualization and Data Export finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!