<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Frequency split</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79122/frequency-split</link><description>Hello, I have and audio source and i would need to divide it beetween two frequencies (&amp;lt;95Hz and &amp;gt;=95Hz). 
 Im trying this thing with a nRF52840 and i was looking at DSP libraries, but i don&amp;#39;t understand where to start. Do you have some advice on how</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Sep 2021 06:55:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79122/frequency-split" /><item><title>RE: Frequency split</title><link>https://devzone.nordicsemi.com/thread/327706?ContentTypeID=1</link><pubDate>Thu, 02 Sep 2021 06:55:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b06d9b8-dc2b-4c50-b7b7-4facf8e6f41a</guid><dc:creator>GaelDeuterioIII</dc:creator><description>&lt;p&gt;Thanks for the all the info!&amp;nbsp;&lt;br /&gt;I&amp;#39;ll try what you suggested!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Frequency split</title><link>https://devzone.nordicsemi.com/thread/327573?ContentTypeID=1</link><pubDate>Wed, 01 Sep 2021 11:17:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5b5d757-bc59-4a28-b579-a9a60aafba2f</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Which SDK are you looking to use?&lt;/p&gt;
&lt;p&gt;The ARM CMSIS libraries include functions for running FIR and IIR filters, which allows you to do things such as high pass and low pass filters:&lt;br /&gt;&lt;a href="https://arm-software.github.io/CMSIS_5/DSP/html/group__groupFilters.html"&gt;https://arm-software.github.io/CMSIS_5/DSP/html/group__groupFilters.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The challenge is to generate the coefficients to use with the filters, in order to achieve the filter characteristics that you require.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is some information about this &lt;a href="https://community.arm.com/developer/ip-products/system/b/embedded-blog/posts/an-introduction-to-digital-filtering-with-arm-microcontrollers"&gt;here&lt;/a&gt;, just be aware they link to a tool of their own at the bottom (which you have to pay for).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A colleague of mine also pointed me to a set of Python tools to do coefficient generation for FIR filters, &lt;a href="https://docs.scipy.org/doc/scipy/reference/signal.html"&gt;here&lt;/a&gt; and &lt;a href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.firwin.html#scipy.signal.firwin"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;These are free to use, but probably not as user friendly as the applications you can buy.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>