mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
ADD: added a simple averging filter function. input parameter K, can be 1 to 8
ref: http://www.edn.com/design/systems-design/4320010/A-simple-software-lowpass-filter-suits-embedded-system-applications
This commit is contained in:
parent
7aa24806f4
commit
4c543dbd3f
3 changed files with 37 additions and 7 deletions
|
@ -42,4 +42,5 @@ extern int offline;
|
|||
extern int flushAfterWrite; //buzzy
|
||||
|
||||
void iceIIR_Butterworth(int * data, const size_t len);
|
||||
void iceSimple_Filter(int *data, const size_t len, uint8_t k);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue