Skip to content

Latest commit

 

History

History
62 lines (53 loc) · 2.57 KB

literature_review.md

File metadata and controls

62 lines (53 loc) · 2.57 KB

Literature Review

I have examined all the Arduino DSP libraries on Github and categorized them by features. I used the following search terms:

  • Arduino dsp (All 6 pages)
  • Arduino FFT
  • Arduino filter (I stopped after page 7)

I excluded projects (non-libaries) and libraries that require external hardware.

Realtime high-order filtering

Low-order filtering

Statistical Filtering

FFT and Post-Processing

Kalman filtering

Other