thomas.haber Posted July 3, 2014 Author Report Share Posted July 3, 2014 Hi Torsten, all the issues in the first mail are correct (beside dat :-) ). Most of them are known but still on a list somewhere. Will keep you updated on them. For the second mail, i might make you happy. With the next release there will be productions available. One is based on javascript. The script is designed in a way so that you can create any kind of signal with it. A simple one looks like: for (var iter = new SamplesIterator(input);iter.hasNext(){ var current = iter.next(); out0.write(current,false,in0.floatValue()*Math.sin(current/1000.));} Will overlay a signal with a sin curve. Would be great to have a first user ! Guess it will be released next week. Docu will follow. cheers, thomas maehne 1 Quote Link to comment Share on other sites More sharing options...
maehne Posted July 4, 2014 Report Share Posted July 4, 2014 Hello Thomas, Thank you for your quick feedbackI I'm looking very much forward to the evolution of Impulse. Your Javascript based approach to create post-processed signals looks very promising! I will be happy to test it once it becomes available. I guess that with SamplesIterator(time) or SamplesIterator(frequency), you will be able to access the time or frequency, respectively, associated to the sampled input signal? How will you deal with signals, for which not for all time points samples are available? I guess these Javascript snippets can be added by editing the configuration file created by Impulse for each trace file? Will you register that configuration file with Eclipse as a Javascript file? Regards, Torsten Quote Link to comment Share on other sites More sharing options...
Hao Lu Posted August 25, 2014 Report Share Posted August 25, 2014 Hello Thomas, Let me introduce myself first. I am working on creating validation tools for RTL design. Now I am using your pattern log viewer to create log viewer for a trace file called tarmac trace. I found it is super convenient and easy to use. And now I am learning to extend Impulse to write my own format viewer. I will keep watching this topic as well as your website to catch up with any update! Thanks, Lu Quote Link to comment Share on other sites More sharing options...
thomas.haber Posted August 26, 2014 Author Report Share Posted August 26, 2014 Hello Thomas, Let me introduce myself first. I am working on creating validation tools for RTL design. Now I am using your pattern log viewer to create log viewer for a trace file called tarmac trace. I found it is super convenient and easy to use. And now I am learning to extend Impulse to write my own format viewer. I will keep watching this topic as well as your website to catch up with any update! Thanks, Lu You're welcome. Best Regards, thomas Quote Link to comment Share on other sites More sharing options...
thomas.haber Posted September 22, 2014 Author Report Share Posted September 22, 2014 Hi Torsten, took quite a long time but now there is a log 10 domain axis available. You can set it for the whole configuration tree or per folder. cheers, thomas maehne 1 Quote Link to comment Share on other sites More sharing options...
maehne Posted September 22, 2014 Report Share Posted September 22, 2014 Hello Thomas, Thank you for these good news! I will give this new feature a try in the coming days. Regards, Torsten Quote Link to comment Share on other sites More sharing options...
thomas.haber Posted November 14, 2014 Author Report Share Posted November 14, 2014 Hi all, there is a new linkedin group for impuse specific questions https://www.linkedin.com/groups/Eclipse-Impulse-Users-8204269. thanks, thomas maehne 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.