codes to import touchstone files into matlab?
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Adewale Alao
il 5 Lug 2016
Risposto: Jay Kurland
il 12 Lug 2021
imp_file = 'TSO.s2p'; S_parameter_obj sparameters(imp_file);
0 Commenti
Risposta accettata
Walter Roberson
il 5 Lug 2016
https://www.mathworks.com/matlabcentral/answers/258865-is-rf-toolbox-able-to-read-touchstone-v2-ts-files
0 Commenti
Più risposte (2)
Shashwat Bajpai
il 11 Giu 2021
Touchstone files can be imported into MATLAB by using the
sparameters function.
spar = sparameters('default.s2p')
The below Links give more insight about this:
0 Commenti
Jay Kurland
il 12 Lug 2021
i am having trouble importing S parameter files from a netwark analyzer. How should the s parameter file be formated and what should put into matlab to load id.
0 Commenti
Vedere anche
Categorie
Scopri di più su Multirate Signal Processing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!