-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig1.json
96 lines (95 loc) · 1.65 KB
/
config1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{"features": [
"temp_abs_energy",
"temp_median_absdiff",
"temp_sumabsdiff",
"temp_abs_energy",
"temp_centroid",
"temp_centroid_cum",
"temp_maxpks",
"temp_minpks",
"temp_meandiff",
"temp_mean_absdiff",
"temp_dist",
"temp_tenergy",
"temp_auc",
"temp_abs_energy",
"stat_interq",
"stat_kurt",
"stat_ske",
"stat_c_max",
"stat_c_min",
"stat_c_mean",
"stat_c_median",
"stat_c_std",
"stat_c_var",
"stat_m_abs_dev",
"stat_med_abs_dev",
"stat_rms_s",
"stat_rms_s_mrem",
"spec_s_dist",
"spec_f_f",
"spec_m_freq",
"spec_kurt",
"spec_skew",
"spec_spread",
"spec_roff",
"spec_ron",
"spec_entropy"
],
"not_used": [
"temp_sumabsdiff",
"temp_abs_energy",
"temp_centroid",
"temp_maxpks",
"temp_minpks",
"temp_meandiff",
"temp_mean_absdiff",
"temp_median_absdiff",
"temp_dist",
"temp_sumabsdiff",
"temp_zcr",
"temp_zcr_m",
"temp_tenergy",
"temp_mslope",
"temp_auc",
"temp_abs_energy",
"temp_pk2pk",
"stat_interq",
"stat_kurt",
"stat_ske",
"stat_c_max",
"stat_c_min",
"stat_c_mean",
"stat_c_median",
"stat_c_std",
"stat_c_var",
"stat_m_abs_dev",
"stat_med_abs_dev",
"stat_rms_s",
"stat_rms_s_mrem",
"spec_s_dist",
"spec_f_f",
"spec_m_freq",
"spec_kurt",
"spec_skew",
"spec_spread",
"spec_roff",
"spec_ron",
"spec_entropy",
"spec_m_coeff",
"spec_m_flux",
"spec_cumsum_spectogram",
"spec_max_spectogram",
"spec_mean_spectogram",
"spec_spectral_flux",
"spec_wav_entropy",
"spec_power_band",
"spec_human_r_energy",
"spec_max_pks",
"spec_var",
"spec_slope",
"spec_decrease",
"spec_centroid",
"spec_median_f",
"spec_max_p_spec"
]}