您的位置:首页 > 编程语言 > MATLAB

How to save data in ASCII format in ADS for use in MATLAB

2011-07-25 09:12 661 查看
How to save data in ASCII format in ADS for use in MATLABThere are two ways to export the simluation results of ADS into an ASCII format file that that Matlab can use:
1) In schematic (design) window: you will find a button 'start the instrument server' which is the 3rd one to the right of the button 'simulate'. After a simulation, click on 'start the instrument server', a dialog box will pop up. In this dialog box, you just need to pay attention to the following items (no need to change other items): File Name
Output data format
Read From
File Format to write to: Choose MDIF
You may have selected another format but click back to MDIF, so that 'MDIF Sub File' will show up
In 'MDIF Sub File', choose 'Generic MDIF'.

After everything is set, click on 'Write to File' and you are done.
Find the file and use it in MATLAB for further processing
2) In 'Data Display' window: plot or list data you want to export in the window
select it (just click)
go to - menu File: - Sub menu 'export'
- sub sub menu 'write select item to tab-delimited ASCII'

You are done now, and ready to go to MATLAB.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐