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.

how to import ADS data to matlab?

Status
Not open for further replies.

liletian

Full Member level 6
Joined
Mar 5, 2008
Messages
337
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Activity points
3,790
matlab import ads

Hi Guys
Did anyone import ADS output file to matlab? Can you tell me how to format it and how to import? it will be great if you can share the import script with me.
Thanks a lot
B
 

write_var ads

kspalla said:
No such interface.
Its only one direction ADS to Mat lab to ADS.
Mat lab can not invoke ADS.
I might not very clear in my old post, what I want is script for matlab to read ads output data file .dds
Thanks
 

DDS is data display server.
It probably .ds data set.
I am not sure that matlab will understand the ds.
You need to export from .ds to suitable format like touch stone, iccap etc using "data file tool" from ADS.
 

kspalla said:
DDS is data display server.
It probably .ds data set.
I am not sure that matlab will understand the ds.
You need to export from .ds to suitable format like touch stone, iccap etc using "data file tool" from ADS.
How to use data file tool? can matlab read suitable format like touch stone or iccap?
Thanks
 

You can generate a text file using the command

write_var

b3pir2=write_var("b3pr2_img.txt","W","Freq real"," ","s",6, freq, imag(S(18,16)))

Graphically it is a meas Eqn object.

I have done it for my thesis
 
martine1212 said:
You can generate a text file using the command

write_var

b3pir2=write_var("b3pr2_img.txt","W","Freq real"," ","s",6, freq, imag(S(18,16)))

Graphically it is a meas Eqn object.

I have done it for my thesis
Where can I use those command? I am kind of confusion.
Thanks
 

Search for it on the ADS help files...

write_var()

write_var

It is just a command that will write an ASCII file , with the header you want, the number of digits that you specify, etc, etc.
You use that command either in the schematic entry or via command window.

Then you can import it easily to Matlab
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top