Sign in

username:

password:



Not a member?

Search blogs



Search tips

Articles by category

Ads

Our Bloggers

See Also

Embedded SystemsFPGAElectronics

Christopher Felton's DSP Blog


Christopher Felton received a B.S.E.C.E from the University of Minnesota, Duluth in 2000 and an M.S.E.E. degree from the University of Colorado, Colorado Springs in 2005. One of Christopher's current favorite activities is implementing DSP digital circuits with MyHDL. More information @ LinkedIn.

Would you like to be notified by email when publishes a new blog?

  

RSS Feed | Add to Technorati Favorites

Python scipy.signal IIR Filter Design

Introduction The following is an introduction on how to design an infinite impulse response (IIR) filters using the Python scipy.signal package. This post, mainly, covers how to use the scipy.signa...

posted by Christopher Felton on May 13 2012 under Basics | Python 
Comments (0) |

Curse you, iPython Notebook!

  First, I think ipython is great. I use it daily and always have an ipython terminal open.  But just recently, I was showing off the ipython 0.12 notebook and in the process created a ...

posted by Christopher Felton on May 1 2012 under Basics | Python 
Comments (0) |

scipy.signal calling all developers

There has been some chatter on the scipy-dev mailing list lately about enhancing the scipy.signal package.  Unfortunately, there seems to be a split.  Some are going off and starting a new p...

posted by Christopher Felton on Jan 19 2012
Comments (2) |

[Book Review] Numpy 1.5 Beginner's Guide

Full Disclosure: The publisher of this book, PACKT, was soliciting reviewers.  I volunteered to review the book and the publisher sent me an e-version of the book. Introduction The followin...

posted by Christopher Felton on Jan 7 2012 under Basics | Python 
Comments (0) |

Python number crunching faster? Part I

Everyone has their favorite computing platform, regardless if it is Matlab, Octave, Scilab, Mathematica, Mathcad, etc.  I have been using Python and the common numerical and scientific packages a...

posted by Christopher Felton on Sep 17 2011 under Matlab | Basics | DSP on the Web | Python 
Comments (4) |

Impulse Response Approximation

Recently, I stumbled upon a stepped-triangular (ST) approximation that can be implemented as a cascade of recursive running sum (RRS) filters.  The following is a short introduction to the steppe...

posted by Christopher Felton on Aug 5 2011 under Tips and Tricks 
Comments (3) |

A Fixed-Point Introduction by Example

Fixed-point is used to represent fractional numbers of finite-word length.  Fixed-point is an interpretation of a 2's compliment number usually signed but not limited to sign representation. &nbs...

posted by Christopher Felton on Apr 25 2011 under FPGA | Basics 
Comments (12) |

Matlab Programming Contest

Every 6 months Mathworks hosts an online Matlab programming contest.  If you love or hate Matlab check out the contest.  The group does a really good job putting together the puzzles.  ...

posted by Christopher Felton on Nov 10 2010 under Matlab | Basics 
Comments (0) |