<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>hrmshield filtering and graphing</title><link>/members-area/personalblogs/b/blog/posts/hrmshield-filtering-and-graphing</link><description>I wrote a quick overview of how the hrmshield sketch works in my last post , so in this post I&amp;#39;d like explain what I do with the data it produces. All the code along with sample data are in the hrmshield github repo . ParseAfter doing a tes...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: hrmshield filtering and graphing</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/hrmshield-filtering-and-graphing</link><pubDate>Thu, 03 May 2012 08:53:21 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6cddc073-1e2b-4c7e-8faa-0dd376538da8</guid><dc:creator>YT2095</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I can think of a couple of simple ways that May help, One would be read each data point and If it goes above or below 10 units of the last data point, then it equals new data point + or - only 10.&lt;/p&gt;&lt;p&gt;that would clip the spikes.&lt;/p&gt;&lt;p&gt;another way would be sampling a whole array of data points, where each point has a number in a row, and where it deviates wildly, those points between Valid ones are ignored and filled in with either flat line between the last 2 valid data points, or left blank and not graphed at all.&lt;/p&gt;&lt;p&gt;so if we have points: 1,3,5,25,50,11,13...&lt;/p&gt;&lt;p&gt;it would &amp;quot;see&amp;quot; that all was well as valid jumps between numbers up until we get to 25 and 50, so those get withheld, and you have 1,3,5,blank,blank,11,13.&lt;/p&gt;&lt;p&gt;this could either be printed as is, or a line ploted between the 2 points 5 and 11.&lt;/p&gt;&lt;p&gt;that line would cross the logical 7 and 9 that were missing because of the spike.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just an idea &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-6cddc073-1e2b-4c7e-8faa-0dd376538da8/contentimage_5F00_3.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14220&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>