thomas.haber 24 Report post 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 1 maehne reacted to this Share this post Link to post Share on other sites
maehne 67 Report post 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 Share this post Link to post Share on other sites
Hao Lu 0 Report post 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 Share this post Link to post Share on other sites
thomas.haber 24 Report post 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 Share this post Link to post Share on other sites
thomas.haber 24 Report post 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 1 maehne reacted to this Share this post Link to post Share on other sites
maehne 67 Report post 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 Share this post Link to post Share on other sites
thomas.haber 24 Report post 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 1 maehne reacted to this Share this post Link to post Share on other sites