Problem exporting data in ADS2011: not the same info in each column
时间:04-06
整理:3721RD
点击:
Hi all. At first, sorry for my english.
Using ADS2011, when I simulate a design and I export the data into a .mdf file, ADS put the data into the file as follows:
% freq(real) S[1,1](complex) S[1,2](complex) S[1,3](complex) S[2,1](complex) S[2,2](complex)
% S[2,3](complex) S[3,1](complex) S[3,2](complex) S[3,3](complex) PortZ[1](complex)
% PortZ[2](complex) PortZ[3](complex)
So, for each simulated frequency there are 3 columns of associated data. However, I need for each frequency, all the associated data are in the same row as follows:
% freq(real) S[1,1](complex) S[1,2](complex) S[1,3](complex) S[2,1](complex) S[2,2](complex) S[2,3](complex) S[3,1](complex) S[3,2 (complex) S[3,3](complex) PortZ[1](complex) PortZ[2](complex) PortZ[3](complex)
because in the first case, I can't import the data in Matlab, beacuse the data into the file is not like in a matrix.
How can I do exporting data in ADS are like in a matrix: one row by frequency, as rows as frequency points and the same parameter information in the same column?
Thanks in advance.
Using ADS2011, when I simulate a design and I export the data into a .mdf file, ADS put the data into the file as follows:
% freq(real) S[1,1](complex) S[1,2](complex) S[1,3](complex) S[2,1](complex) S[2,2](complex)
% S[2,3](complex) S[3,1](complex) S[3,2](complex) S[3,3](complex) PortZ[1](complex)
% PortZ[2](complex) PortZ[3](complex)
So, for each simulated frequency there are 3 columns of associated data. However, I need for each frequency, all the associated data are in the same row as follows:
% freq(real) S[1,1](complex) S[1,2](complex) S[1,3](complex) S[2,1](complex) S[2,2](complex) S[2,3](complex) S[3,1](complex) S[3,2 (complex) S[3,3](complex) PortZ[1](complex) PortZ[2](complex) PortZ[3](complex)
because in the first case, I can't import the data in Matlab, beacuse the data into the file is not like in a matrix.
How can I do exporting data in ADS are like in a matrix: one row by frequency, as rows as frequency points and the same parameter information in the same column?
Thanks in advance.
I've semi-solved the problem:
I export data from ADS2011, I import data into ADS2009 and I export data from ADS2009. So, I have the data from an ADS2011 design in matrix format.
But, I would prefer to obtain the data in the correct format directly from ADS2011...Does anybody knows how to do it?
Thanks in advance.
The S-Parameter output has line breaks to limit the line length, because some circuit simulators have problems to read very long lines.
But this might help you (have not tried it myself):
http://www.home.agilent.com/owc_disc...essageID=64911
exporting Problem column 相关文章:
- Exporting Impedance data from Harmonic Balance after Loadpull analysis in cadence
- exporting PCB design from CST to Altium without drawing tools(Auto Cad etc)
- Exporting .dxf file from CST (Problem in unit)
- exporting ads datafile to excel
- Exporting ADS simulation Results
- Exporting all 6 fields generated from cst to matlab
