The official code that runs on the FRDM board for the chlorine sensor.

Dependencies:   MBed_Adafruit-GPS-Library SDFileSystem mbed GSM_Library

Fork of DCS by Brandon Crofts

param.h

Committer:
es_marble
Date:
2015-04-28
Revision:
18:fcce48e94191
Parent:
14:97611177509b

File content as of revision 18:fcce48e94191:

#define SAMPLE_LENGTH       6000 
#define SAMPLE_RATE         10000
#define SIN_LENGTH          500
#define OUTAVG_LENGTH       100
#define CARRIER_FREQ        220
#define TIME_CONST          0.0001
#define PI                  3.14159265
#define FILTER_LENGTH       513
#define DEC_FACTOR          2