Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem exporting data in ADS2011: not the same info in each column

Status
Not open for further replies.

murciano

Newbie level 3
Joined
Aug 13, 2012
Messages
4
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,319
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.
 

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.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top