Page 1 of 1

Stream Inspector v2

Posted: Mon Nov 19, 2012 3:06 am
by MyCo
Hi,

I've converted my "Stream Inspector" Debug tool to FS and on the way I just found a better solution. So now, here is Stream Inspector v2:
streaminspector.gif
streaminspector.gif (7.1 KiB) Viewed 25806 times


It counts the "events" inside a stream eg. if there is "not a number" or "infinite" which can cause serious problems. It can also detect denormals.
The new version, does the detection in pure x86 assembler, so even when there are denormals, they don't have a huge effect on the counter. It is also more accurate, so it basically can't miss one sample.

I've included a DC Lowpass, that tries to find the DC Offset. It does that directly in stream, and it can go down into denormals (it is supposed to be so)... so when there are denormals, there are CPU spikes.

Hope it's usefull.

Re: Stream Inspector v2

Posted: Mon Nov 19, 2012 9:52 am
by trogluddite
Many thank, MyCo, that is such a useful tool to have! :D

Re: Stream Inspector v2

Posted: Mon Nov 19, 2012 3:34 pm
by Tronic
Thx, started MyCo tool-box folder ;)

Re: Stream Inspector v2

Posted: Mon Nov 19, 2012 11:14 pm
by Walter Sommerfeld
Yup - perfect... :D
keep on doing!

Re: Stream Inspector v2

Posted: Fri Nov 23, 2012 2:20 am
by philton
thx a lot Myco! very usefull :)

Re: Stream Inspector v2

Posted: Wed Nov 28, 2012 1:44 am
by MyCo
updated
there were some minor glitches with the Reset and Run/Stop button

Re: Stream Inspector v2

Posted: Wed Nov 28, 2012 4:47 pm
by digitalwhitebyte
Yes, it is needed.