This is same as Freescale library

Dependencies:   MotionSensor

Dependents:   DSP_Knock_Sensor

Fork of FXOS8700Q by Freescale

Committer:
durvesh
Date:
Sun Oct 29 23:35:42 2017 +0000
Revision:
12:8b16b2101097
Drivers for accelerometers;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
durvesh 12:8b16b2101097 1 /// filter.h
durvesh 12:8b16b2101097 2 // this file was generated using function fir_coeffs.m
durvesh 12:8b16b2101097 3 typedef float float32_t;
durvesh 12:8b16b2101097 4 // filter.h
durvesh 12:8b16b2101097 5 // this file was generated using function fir_coeffs.m
durvesh 12:8b16b2101097 6
durvesh 12:8b16b2101097 7 #define N 41
durvesh 12:8b16b2101097 8
durvesh 12:8b16b2101097 9 float32_t h[N] = {
durvesh 12:8b16b2101097 10 -3.6301E-05,-5.3092E-05,-6.5449E-05,-6.9183E-05,-5.9740E-05,-3.2570E-05,
durvesh 12:8b16b2101097 11 1.6442E-05,9.0528E-05,1.9161E-04,3.1995E-04,4.7389E-04,6.4976E-04,
durvesh 12:8b16b2101097 12 8.4195E-04,1.0431E-03,1.2446E-03,1.4371E-03,1.6109E-03,1.7570E-03,
durvesh 12:8b16b2101097 13 1.8675E-03,1.9364E-03,1.9598E-03,1.9364E-03,1.8675E-03,1.7570E-03,
durvesh 12:8b16b2101097 14 1.6109E-03,1.4371E-03,1.2446E-03,1.0431E-03,8.4195E-04,6.4976E-04,
durvesh 12:8b16b2101097 15 4.7389E-04,3.1995E-04,1.9161E-04,9.0528E-05,1.6442E-05,-3.2570E-05,
durvesh 12:8b16b2101097 16 -5.9740E-05,-6.9183E-05,-6.5449E-05,-5.3092E-05,-3.6301E-05
durvesh 12:8b16b2101097 17 };