Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: xtoff2 RF24Network mbed
Fork of xtoff3 by
Maths.h
00001 #ifndef Maths_h 00002 #define Maths_h 00003 00004 class Maths 00005 { 00006 private: 00007 00008 00009 public: 00010 static int comp(const void* elem1, const void* elem2); 00011 static float mean(float *samples, int n, int n2); 00012 static float median(float *samples, int n); 00013 static float stdev(float * samples, int n); 00014 static float meanNoOutliers(float data[] , int n); 00015 00016 }; 00017 00018 #endif 00019 00020 00021 00022 00023
Generated on Tue Jul 19 2022 01:01:54 by
