added distance based correlation function in matlab and java

This commit is contained in:
toni
2018-12-14 16:29:34 +01:00
parent 42e38bd929
commit 6bb8bb6b4f
11 changed files with 1681 additions and 289 deletions

View File

@@ -247,6 +247,7 @@ public class MainActivity extends WearableActivity implements WorkerFragment.OnF
mLastSendBPM = currentBPM;
}
//künstlicher delay.
if(mReadyToSend){
mReadyToSend = false;
new java.util.Timer().schedule(

View File

@@ -10,7 +10,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.1.3'
// NOTE: Do not place your application dependencies here; they belong