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?
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Visualization and Data Export en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!