Jared's DAC Code
Dependencies: mbed
Fork of Chemical_Sensor_DMA by
SignalProcessing.h
- Committer:
- baxterja
- Date:
- 2015-10-31
- Revision:
- 3:a85b742be262
- Parent:
- 2:3771b3195c7b
- Child:
- 6:63de50ac29be
File content as of revision 3:a85b742be262:
#ifndef SIGNAL_PROCESSING_H #define SIGNAL_PROCESSING_H void pre_compute_tables(); void filter100K(int sample1, int sample2); #endif