added classification, results are bad...
This commit is contained in:
8
toni/octave/settings.m
Normal file
8
toni/octave/settings.m
Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user