added classification, results are bad...

This commit is contained in:
Toni
2016-01-09 23:30:44 +01:00
parent 1af38ba3b5
commit 901291932e
14 changed files with 42297 additions and 47754 deletions

8
toni/octave/settings.m Normal file
View File

@@ -0,0 +1,8 @@
#global trainsetPerClass = 6; #number of used trainsets for one class
global setDataDir = "/home/toni/Documents/handygames/HandyGames/daten/";
global setWindowSize = 256; #in samples per window. even integer!
global setWindowSliding = 320; #in ms - (sampling rate is 10 ms.. so numSamples*10)
global setAutocorrelationBinSize = 5;
global setPSDBinSize = 10;
global samplerateHZ = 100;