Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 246 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 246 Bytes

Median Filter

An embedded friendly, fast one-dimensional median filter algorithm implementation in C and C++

Useful for spike and noise removal from analog signals or other DSP

Also known as "salt-and-pepper noise" or "impulse noise" filter