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?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Visualization and Data Export in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!