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.
You are viewing an older revision! See the latest version
Homepage
Sampling Frequency in main.cpp
#define SampleFreq 200 // [Hz]
M-series Random Update Term in main.cpp
// M-series update flag #define M_TERM 200;
Unit is sample count. cf.) 200 equals to 200 [samples] which equals to 1 [second] where SampleFreq = 200 [Hz}. See above.
Auto-stop Timer 15sec after
// auto-stop when 15sec after
if(smpl_cnt>3000){stop_dump();}