<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Christopher Felton Blog on DSPRelated.com</title>
<link>https://www.dsprelated.com/blogs-1/nf/Christopher_Felton.php</link>
<description><![CDATA[RSS Feed for Christopher Felton Blog on DSPRelated.com]]></description>
<image><title>Christopher Felton Blog on DSPRelated.com</title>
<link>https://www.dsprelated.com/blogs-1/nf/Christopher_Felton.php</link>
<url>https://d23s79tivgl8me.cloudfront.net/user/profilepictures/33762.jpg</url>
</image>
<atom:link href="https://www.dsprelated.com/blogs_rss.php?bloggerid=33762" rel="self" type="application/rss+xml"></atom:link>
<language>en-US</language>
<lastBuildDate>Sun, 07 Jun 2026 02:07:57 +0000</lastBuildDate>
<pubDate>1780798077</pubDate>
<item>
<title>Constrained Integer Behavior</title>
<link>https://www.dsprelated.com/showarticle/580.php</link>
<description><![CDATA[The wheels go round and round, round and round ...

<p>Integer arithmetic is ubiquitous in digital hardware implementations,&nbsp;it's prolific in the control and data-paths. &nbsp;When using&nbsp;fixed width (constrained) integers, overflow and underflow is&nbsp;business as usual.
</p>
Building with Integers
<p>The subtitle of this post mentions a wheel - before I&nbsp;get to the&nbsp;wheel I want...]]></description>
<pubDate>Mon, 26 May 2014 16:26:13 +0000</pubDate>
<author>Christopher Felton</author>
</item>
<item>
<title>Python scipy.signal IIR Filtering: An Example</title>
<link>https://www.dsprelated.com/showarticle/194.php</link>
<description><![CDATA[
                      

Introduction
<p>In the last posts I reviewed how to use the Python scipy.signal package to design digital infinite impulse response (IIR) filters, specifically, using the iirdesign function (<a class="reference external" href="/showarticle/164.php">IIR design I</a> and <a class="reference external" href="/showarticle/170.php">IIR design II</a> ). &nbsp;In this post I am going to conclude the IIR filter design review with an example.</p>
   
<p>Previous posts:</p>

<ul...]]></description>
<pubDate>Sun, 19 May 2013 14:58:37 +0000</pubDate>
<author>Christopher Felton</author>
</item>
<item>
<title>Python scipy.signal IIR Filter Design Cont.</title>
<link>https://www.dsprelated.com/showarticle/170.php</link>
<description><![CDATA[
<p>In the <a class="reference external" href="/showarticle/164.php">previous post</a> the Python scipy.signal iirdesign function was disected. &nbsp;We reviewed the basics of filter specification and reviewed how to use the iirdesign function to design IIR filters. &nbsp;The <a class="reference external" href="/showarticle/164.php">previous post</a> I only demonstrated low pass filter designs. &nbsp;The following are examples how to use the iirdesign&nbsp;function for highpass, bandpass, and stopband filters...]]></description>
<pubDate>Tue, 19 Jun 2012 04:17:48 +0000</pubDate>
<author>Christopher Felton</author>
</item>
<item>
<title>Python scipy.signal IIR Filter Design</title>
<link>https://www.dsprelated.com/showarticle/164.php</link>
<description><![CDATA[
Introduction
<p>The following is an introduction on how to design an infinite impulse response (IIR) filters using the Python <a href="http://docs.scipy.org/doc/scipy/reference/signal.html" rel="nofollow">scipy.signal</a> package. &nbsp;This post, mainly, covers how to use the <a href="http://docs.scipy.org/doc/scipy/reference/signal.html" rel="nofollow">scipy.signal</a> package and is not a thorough introduction to IIR filter design. &nbsp;For complete coverage of IIR filter design and structure see one of the references.</p>


Filter...]]></description>
<pubDate>Mon, 14 May 2012 02:30:06 +0000</pubDate>
<author>Christopher Felton</author>
</item>
<item>
<title>Curse you, iPython Notebook!</title>
<link>https://www.dsprelated.com/showarticle/162.php</link>
<description><![CDATA[<p style="text-align: center;"></p>

&nbsp;
<p>First, I think <a href="http://ipython.org/" rel="nofollow">ipython</a> is great. I use it daily and always have an ipython terminal open. &nbsp;But just recently, I was showing off the ipython 0.12 notebook and in the process created a lengthy example while demonstrating the cool features of the ipython notebook. &nbsp;The example included LaTeX equations, plots, etc. &nbsp;Since the notebook session was on something of...]]></description>
<pubDate>Wed, 02 May 2012 02:16:34 +0000</pubDate>
<author>Christopher Felton</author>
</item>
<item>
<title>scipy.signal calling all developers</title>
<link>https://www.dsprelated.com/showarticle/158.php</link>
<description><![CDATA[<p>There has been some chatter on the <a class="reference external" href="http://dir.gmane.org/gmane.comp.python.scientific.devel" rel="nofollow">scipy-dev</a> mailing list lately about enhancing the scipy.signal package.&nbsp; Unfortunately, there seems to be a split.&nbsp; Some are going off and starting a new package scikit-signal.&nbsp; The original developer, <a class="reference external" href="http://technicaldiscovery.blogspot.com/" rel="nofollow">Travis Oliphant</a>, appears to have strong interest in seeing the scipy.signal evovle.&nbsp; If you are...]]></description>
<pubDate>Thu, 19 Jan 2012 13:01:01 +0000</pubDate>
<author>Christopher Felton</author>
</item>
<item>
<title>[Book Review] Numpy 1.5 Beginner&#039;s Guide</title>
<link>https://www.dsprelated.com/showarticle/157.php</link>
<description><![CDATA[<p>Full Disclosure: The publisher of this book, <a class="reference external" href="http://bit.ly/xh0TIX" rel="nofollow">PACKT</a>, was soliciting reviewers.&nbsp; I volunteered to review the book and the publisher sent me an e-version of the book.</p>


Introduction
<p>The following is a review of "<a href="http://bit.ly/Ax0bGO" rel="nofollow">Numpy 1.5 Beginner's Guide</a>", "Learn by doing: less theory, more results" by <a class="reference external" href="http://linkd.in/zD47J8" rel="nofollow">Ivan Idris</a>.&nbsp; As the title...]]></description>
<pubDate>Sat, 07 Jan 2012 21:08:22 +0000</pubDate>
<author>Christopher Felton</author>
</item>
<item>
<title>Python number crunching faster?  Part I</title>
<link>https://www.dsprelated.com/showarticle/151.php</link>
<description><![CDATA[<p>Everyone has their favorite computing platform, regardless if it is Matlab, Octave, Scilab, Mathematica, Mathcad, etc.&nbsp; I have been using Python and the common numerical and scientific packages available.&nbsp; Personally, I have found this to be very useful in my work.&nbsp; Lately there has been some chatter on speeding up Python.
</p>
<p>From another project I follow, <a class="reference external"...]]></description>
<pubDate>Sat, 17 Sep 2011 05:28:17 +0000</pubDate>
<author>Christopher Felton</author>
</item>
<item>
<title>Impulse Response Approximation</title>
<link>https://www.dsprelated.com/showarticle/138.php</link>
<description><![CDATA[<p>Recently, I stumbled upon a stepped-triangular (ST) approximation that can be implemented as a cascade of recursive running sum (RRS) filters.&nbsp; The following is a short introduction to the stepped-triangular approximation.The stepped-triangular approximation was introduced by Jovanovic-Dolecek and Mitra [1] as a quantized approximation of a low-pass filter (LPF).&nbsp; Figure 1 shows an...]]></description>
<pubDate>Sat, 06 Aug 2011 02:40:43 +0000</pubDate>
<author>Christopher Felton</author>
</item>
<item>
<title>A Fixed-Point Introduction by Example</title>
<link>https://www.dsprelated.com/showarticle/139.php</link>
<description><![CDATA[
Introduction
<p>The finite-word representation of fractional numbers is&nbsp;known as fixed-point. &nbsp;Fixed-point is an interpretation of a 2's compliment number&nbsp;usually signed but not limited to sign representation. &nbsp;It extends&nbsp;our finite-word length from a finite set of integers to a finite&nbsp;set of rational real numbers <a title="Yates, Randy, " fixed-point="" arithmetic:="" an="" introduction""=""...]]></description>
<pubDate>Mon, 25 Apr 2011 09:58:23 +0000</pubDate>
<author>Christopher Felton</author>
</item>
<item>
<title>Matlab Programming Contest</title>
<link>https://www.dsprelated.com/showarticle/121.php</link>
<description><![CDATA[<p>Every 6 months Mathworks hosts an online <a href="http://www.mathworks.com/matlabcentral/contest/" rel="nofollow">Matlab programming contest</a>. &nbsp;If you love or hate Matlab check out the contest. &nbsp;The group does a really good job putting together the puzzles. &nbsp;The contest runs for a week and starts today at noon EST (10 Nov 2010). &nbsp;</p>
<p>If you are an experienced Matlab programmer or new to Matlab it is worth checking out. &nbsp;Even if you do not...]]></description>
<pubDate>Wed, 10 Nov 2010 14:52:37 +0000</pubDate>
<author>Christopher Felton</author>
</item>
</channel>
</rss>