<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Filtering steep jumps in number flow]]></title><description><![CDATA[<p>Hi pure daters,</p>
<p>I have a flux of numbers which is NOT a signal flux.<br />
just a regular number box, which outputs a more or less constant value.<br />
The problem is that this value jumps down to zero due to some parasites.<br />
Is there an object that filters steep jumps in a float flux ?<br />
Something that outputs the variation rate (derivative) of the flux,<br />
and eventually displays the filtered data.</p>
<p>Should exist as it is basic !<br />
Thanks in advance <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 20:08:39 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/9413.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 12 Jul 2015 14:05:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Filtering steep jumps in number flow on Sun, 12 Jul 2015 14:05:30 GMT]]></title><description><![CDATA[<p>Hi pure daters,</p>
<p>I have a flux of numbers which is NOT a signal flux.<br />
just a regular number box, which outputs a more or less constant value.<br />
The problem is that this value jumps down to zero due to some parasites.<br />
Is there an object that filters steep jumps in a float flux ?<br />
Something that outputs the variation rate (derivative) of the flux,<br />
and eventually displays the filtered data.</p>
<p>Should exist as it is basic !<br />
Thanks in advance <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow</guid><dc:creator><![CDATA[852585]]></dc:creator><pubDate>Sun, 12 Jul 2015 14:05:30 GMT</pubDate></item><item><title><![CDATA[Reply to Filtering steep jumps in number flow on Sun, 12 Jul 2015 14:34:35 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/852585">@852585</a> Hello there...<br />
If it always jumps to zero (which is an error?) then you can filter zero with [select 0]<br />
If you need to smooth the float stream you can use [smooth] or [maxlib/average] which calculates the average of the last &quot;n&quot; floats.  Maybe you should remove the zero's first.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 12 Jul 2015 14:34:35 GMT</pubDate></item><item><title><![CDATA[Reply to Filtering steep jumps in number flow on Sun, 12 Jul 2015 14:55:01 GMT]]></title><description><![CDATA[<p>It is not an error. I am just using cheap rusty sensors.<br />
It actually jumps to -64, sometimes -63.6 .... around these values.<br />
and these parasites are transposed into different ranges when the sensor is used.<br />
So using [select] is out of purpose.</p>
<p>Smoothing is not a solution. Average neither.<br />
I tried, the response delay is too high for both<br />
and the parasite peak is happening too often to be averaged.</p>
<p>A filter would be great though, bypassing steep jumps (high derivative values).</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/3</guid><dc:creator><![CDATA[852585]]></dc:creator><pubDate>Sun, 12 Jul 2015 14:55:01 GMT</pubDate></item><item><title><![CDATA[Reply to Filtering steep jumps in number flow on Sun, 12 Jul 2015 18:22:15 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/852585">@852585</a> Hello again.... I have made you a little filter.<br />
You can set on the right inlet the maximum deviation acceptable between successive floats, and you feed your data to the left inlet.<br />
The outlet will only give floats that were within the acceptable range of (immediate) deviation.<br />
If you have successive bad floats then they will not be caught.  Anything can be solved though!<br />
This probably does exist somewhere else, but anyway... here it is:<br />
<a href="/uploads/files/upload-d0ae9540-ac6f-426b-a66a-1533ee120084.pd">filter_data.pd</a><br />
<a href="/uploads/files/upload-4707abc0-7d77-4f3d-b0a2-b5983f91a1ca.pd">filter_data-help.pd</a><br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 12 Jul 2015 18:22:15 GMT</pubDate></item><item><title><![CDATA[Reply to Filtering steep jumps in number flow on Sun, 12 Jul 2015 18:43:14 GMT]]></title><description><![CDATA[<p>[delta] is a very useful object I did not know !<br />
The filter looks good, but the deviation itself varies a lot in my case (bigger problem).<br />
I'll make something out of this. Thanks for help ! Problem solved (soon).</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/5</guid><dc:creator><![CDATA[852585]]></dc:creator><pubDate>Sun, 12 Jul 2015 18:43:14 GMT</pubDate></item><item><title><![CDATA[Reply to Filtering steep jumps in number flow on Fri, 15 Jul 2022 11:07:14 GMT]]></title><description><![CDATA[<p>Hey there, I'm coming up against this same issue now and wondering how it resolved?<br />
I'm running Pd Vanilla 0.52.2 and have no [delta] object. What library is it in?<br />
Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/6</guid><dc:creator><![CDATA[granular]]></dc:creator><pubDate>Fri, 15 Jul 2022 11:07:14 GMT</pubDate></item><item><title><![CDATA[Reply to Filtering steep jumps in number flow on Fri, 15 Jul 2022 18:36:26 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/granular">@granular</a> Try this vanilla replacement....... <a href="/uploads/files/1657907561890-delta.zip">delta.zip</a><br />
The external was, and probably still is in the maxlib library.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/7</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Fri, 15 Jul 2022 18:36:26 GMT</pubDate></item><item><title><![CDATA[Reply to Filtering steep jumps in number flow on Fri, 15 Jul 2022 20:17:15 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/granular">@granular</a> deken can be <a href="http://deken.puredata.info/search.html?libraries=&amp;objects=delta&amp;descriptions=" rel="nofollow">searched</a>.</p>
<p>Edit: just remembered that searching for objects got added too deken in pd itself, just menu over to Help-&gt;Find Externals and type in the name of the object you are looking for and it will return a list of libraries which contain an object with that name for you to easily install.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9413/filtering-steep-jumps-in-number-flow/8</guid><dc:creator><![CDATA[oid]]></dc:creator><pubDate>Fri, 15 Jul 2022 20:17:15 GMT</pubDate></item></channel></rss>