Stream Inspector v2

Post any examples or modules that you want to share here
Post Reply
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Stream Inspector v2

Post 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 25808 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.
Attachments
streaminspector2.fsm
(10.73 KiB) Downloaded 1552 times
Last edited by MyCo on Wed Nov 28, 2012 1:43 am, edited 1 time in total.
User avatar
trogluddite
Posts: 1730
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: Stream Inspector v2

Post by trogluddite »

Many thank, MyCo, that is such a useful tool to have! :D
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Tronic
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: Stream Inspector v2

Post by Tronic »

Thx, started MyCo tool-box folder ;)
User avatar
Walter Sommerfeld
Posts: 250
Joined: Wed Jul 14, 2010 6:00 pm
Location: HH - Made in Germany
Contact:

Re: Stream Inspector v2

Post by Walter Sommerfeld »

Yup - perfect... :D
keep on doing!
philton
Posts: 25
Joined: Fri Nov 02, 2012 5:30 am

Re: Stream Inspector v2

Post by philton »

thx a lot Myco! very usefull :)
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: Stream Inspector v2

Post by MyCo »

updated
there were some minor glitches with the Reset and Run/Stop button
User avatar
digitalwhitebyte
Posts: 106
Joined: Sat Jul 31, 2010 10:20 am

Re: Stream Inspector v2

Post by digitalwhitebyte »

Yes, it is needed.
Post Reply