<?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[Iemlib filters (and filters in general)]]></title><description><![CDATA[<p>Hi</p>
<p>I'm having a problem creating some of the vcf filters from this library. I can create all of the band pass and some of the low pass filters [vcf_lp2], [vcf_lp6] but not [vcf_lp4] or [vcf_lp8]. However, none of the [vcf_hp] objects instantiate.</p>
<p>I tried the svf~ filter aswell, but the arguments to set filter type with messages doesn't work and throw an error in the post window. So I tried iemlib set of filters.</p>
<p>thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 01:52:39 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/862.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 May 2007 00:11:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Iemlib filters (and filters in general) on Tue, 01 May 2007 00:11:22 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>I'm having a problem creating some of the vcf filters from this library. I can create all of the band pass and some of the low pass filters [vcf_lp2], [vcf_lp6] but not [vcf_lp4] or [vcf_lp8]. However, none of the [vcf_hp] objects instantiate.</p>
<p>I tried the svf~ filter aswell, but the arguments to set filter type with messages doesn't work and throw an error in the post window. So I tried iemlib set of filters.</p>
<p>thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general</guid><dc:creator><![CDATA[boonier]]></dc:creator><pubDate>Tue, 01 May 2007 00:11:22 GMT</pubDate></item><item><title><![CDATA[Reply to Iemlib filters (and filters in general) on Tue, 01 May 2007 00:37:57 GMT]]></title><description><![CDATA[<p>Locate them in your filesystem and add that directory to your paths.</p>
<p>Or you can specify a path in the object like [/iemlib/vcf_lp2~]</p>
<p>a.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general/2</guid><dc:creator><![CDATA[obiwannabe]]></dc:creator><pubDate>Tue, 01 May 2007 00:37:57 GMT</pubDate></item><item><title><![CDATA[Reply to Iemlib filters (and filters in general) on Tue, 01 May 2007 08:48:22 GMT]]></title><description><![CDATA[<p>thanks obiwannabe -</p>
<p>In fact since writing that email i discovered that the vcf_hp2/hp4/hp6 etc. are abstractions of vcf_filter~. But they don't appear to have the high pass set, so i think I'm gonna have to make them.</p>
<p>Is that unusual for the extended version?</p>
<p>cheers</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general/3</guid><dc:creator><![CDATA[boonier]]></dc:creator><pubDate>Tue, 01 May 2007 08:48:22 GMT</pubDate></item><item><title><![CDATA[Reply to Iemlib filters (and filters in general) on Tue, 01 May 2007 12:08:46 GMT]]></title><description><![CDATA[<p>So they are, I never noticed that before either.</p>
<p>I guess it's not unusual to have object sets that are a mix of externals, abstractions or abstractions that depend on other abstractions that depend on externals <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /> Franks list-abs is a very interwoven set of objects, elegant in reuse.</p>
<p>I can't find the help files on my system for iem vcfs. Perhaps you can email Thomas (Musil)) if you can't figure it all out.</p>
<p>Andy</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general/4</guid><dc:creator><![CDATA[obiwannabe]]></dc:creator><pubDate>Tue, 01 May 2007 12:08:46 GMT</pubDate></item><item><title><![CDATA[Reply to Iemlib filters (and filters in general) on Tue, 01 May 2007 20:36:47 GMT]]></title><description><![CDATA[<blockquote>
<p>I can't find the help files on my system for iem vcfs. Perhaps you can email Thomas (Musil)) if you can't figure it all out.</p>
</blockquote>
<p>will do.</p>
<p>I've just created the missing abstractions. FOr the inlets I copied the objects used in the vcf_lp2/4/6/8. HOwever, they seem to use different ways of scaling the inlet values.</p>
<ol>
<li>
<p>For example on the cutoff inlet, what does the [iem_cot4] object do?</p>
</li>
<li>
<p>For the Q inlet (most confusingly) it varies from using:</p>
</li>
</ol>
<p>[iem_sqrt4] on the lp4<br />
to [iem_pow4~ 0.333333] on the lp6<br />
and back to [iem_sqrt4] -&gt; [iem_sqrt4~] on the lp8</p>
<p>I hope the above is clear to understand, but I haven't the foggiest what each of the objects does in particular, except to say they're performing maths signal tasks. What is different between a [sqrt~] and [iem_sqrt4~]?</p>
<p>Surely there's a simpler more consistent way to do this? (he says)</p>
<p>cheers, SI</p>
<p>Just out of interest what do you use for your suite of filter duties?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general/5</guid><dc:creator><![CDATA[boonier]]></dc:creator><pubDate>Tue, 01 May 2007 20:36:47 GMT</pubDate></item><item><title><![CDATA[Reply to Iemlib filters (and filters in general) on Wed, 02 May 2007 01:45:29 GMT]]></title><description><![CDATA[<p>Those are quick approximations for functions. I'm not sure but I think in iem_sqrt4~ the 4 means the number of bits it operates on to approximate a root not as accurate as standard [sqrt~] but good enough for jazz. That doesn't mean the signal is 4 bit, the algorithm, which I only glanced at and don't fully get works by shifting bits of the mantissa and exponent of a float separately. It's faster than a normal iterative Newton method. (hint shifting divides or multiplies by two)</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/862/iemlib-filters-and-filters-in-general/6</guid><dc:creator><![CDATA[obiwannabe]]></dc:creator><pubDate>Wed, 02 May 2007 01:45:29 GMT</pubDate></item></channel></rss>