j054n / pdm_fir

PDM bitstream FIR filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDM bitstream FIR filter

The code utilizes 2 simple approaches to minimize computational efforts:

  • circular buffer
  • work with words rather than individual bits of the PDM stream

The latter requires using more memory for coefficients but flush is pretty cheep now. The provided python script is used to automate coefficients generation.

About

PDM bitstream FIR filter

License:Other


Languages

Language:Objective-C 94.7%Language:C 3.5%Language:Python 1.8%