How do I export 8 lists of S-parameters into one s2p file?
15 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Julius
am 6 Sep. 2022
Kommentiert: Julius
am 6 Sep. 2022
Hello, i have a Program, that measures all the S-Parameters of a 2 Port Network Analyzer and I want to export the data in the s2p format.
The Data is split up in 8 Lists: S11 Imag(inary), S11 Real, S12 Imag, S12 Real, S21I, S21R, S22 I and S22R. Another list contains the Frequencies that get measured. Using python I want to export the data into the s2p format.
Any help would be greatly appreciated.
0 Kommentare
Akzeptierte Antwort
Abderrahim. B
am 6 Sep. 2022
Bearbeitet: Abderrahim. B
am 6 Sep. 2022
Hi!
Using python I want to export the data into the s2p format . Assuming you wanted to say Using MATLAB.....
Use rfwrite, check learn below for more details:
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!