a

Committer:
JesiMiranda
Date:
Tue Jul 09 23:36:51 2019 +0000
Revision:
17:f2e2692762ac
Parent:
12:6efce6d008f8
gg

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jahutchi 12:6efce6d008f8 1 #ifndef FILTER_H
jahutchi 12:6efce6d008f8 2 #define FILTER_H
jahutchi 12:6efce6d008f8 3
jahutchi 12:6efce6d008f8 4 float lowPass(float sample);
jahutchi 12:6efce6d008f8 5 float complement(float x, float y , float ratio);
jahutchi 12:6efce6d008f8 6 float boxcar(float sample);
jahutchi 12:6efce6d008f8 7 #endif