ASCII file exported from ADS

Status
Not open for further replies.

searchforknowledge

Junior Member level 2
Joined
Jan 14, 2017
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
175
I have exported ASCII file from ADS which contain DC current, Voltage, frequency and MAG. I need to process the file in Matlab. The problem is that it contains four titles. For each step size, it give new title after some rows. Here is one example.

IBB VCE freq MAG[0, 0, ::]
1.00000000000000000E-7 4.00000000000000000E-1 1.00000000000000000E9 2.26388698656925900E1

after some rows it becomes
IBB VCE freq MAG[0, 1, ::]
1.00000000000000000E-7 8.00000000000000000E-1 1.00000000000000000E9 2.29951594282028270E1

It is time consuming to remove the titles one by one using find and replace. I can not use replace all since this pattern [0,0,::] keeps changing. Any idea, how to generate the text file without titles or is there simple way to remove all titles. This size of the text file is about 12MB.
 


Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…