matlab import ads
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
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.
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
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
