Code Monkey home page Code Monkey logo

dspfilters's Introduction

This repository is designed to hold a variety of demonstration filters. These filters will be discussed and used as examples on the ZipCPU blog at zipcpu.com. If you watch carefully, you may find filters here before they are posted, as I'm going to be doing my development here. Still, there have been many posts already that you may find valuable. These include:

  1. A description (and implementation of) the two simplest filters I know of.

  2. A Generic FIR implementation

  3. A Simpler Generic FIR implementation

  4. A Moving Average/Boxcar Filter

  5. A Linear Feedback Shift Register (LFSR)

  6. Building a generic filtering test harness

  7. Delaying elements in a DSP system

  8. Generating a Pseudorandom noise stream via an LFSR

  9. Testing a generic filter using the test harness

  10. Building a slower filter, one that time-multiplexes a single one hardware multiply across many coefficients.

I have other filters built as well that I am looking forward to both writing about and adding to this repository. These include a symmetric filter, a halfband filter, or even a Hilbert transform. I've also got an example filter implementation that runs between system clocks, or another which allows a larger filter to be created from a simple cascade of smaller filter components--each of which runs between clock steps. These filters are likely to join the ones already present within this repository.

I also have code to support testing a filter in-situ, rather than just with Verilator. Whether or not I get to the point of presenting this code will need to be determined.

License

This repository is released under the terms and conditions of the LGPLv3. If these conditions are not sufficient for you and your purposes, other licenses terms are available for a minimal purchase price.

dspfilters's People

Contributors

zipcpu avatar eddiehung avatar elliottvillars avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.