MLC settings for LIS2DUX12
for MLC target, based on ST Edge AI Core Technology 2.2.0
Available settings
{
"name": "LIS2DUX12",
"accelerometer_fs": ["2 g", "4 g", "8 g", "16 g"],
"accelerometer_odr": ["12.5 Hz", "25 Hz", "50 Hz", "100 Hz", "200 Hz", "400 Hz", "800 Hz"],
"mlc_odr": ["12.5 Hz", "25 Hz", "50 Hz", "100 Hz", "200 Hz"],
"temp_sensitivity": "19D1",
"input_type": ["accelerometer_only", "accelerometer+temperature"],
"window_length": {"min": 1, "max": 255},
"decision_tree_count": {"min": 0, "max": 4},
"max_dectrees": 4,
"max_results_per_dt": 16,
"subgroups_per_dt": 4,
"max_nodes": 128,
"filters": [
{
"filter_type": "HP",
"input": ["Acc_XYZ", "Acc_V", "Acc_V2", "Temp_XYZ", "Temp_V", "Temp_V2"],
},
{
"filter_type": "BP",
"input": ["Acc_XYZ", "Acc_V", "Acc_V2", "Temp_XYZ", "Temp_V", "Temp_V2"],
"a2": "float",
"a3": "float",
"gain": "float"
},
{
"filter_type": "IIR1",
"input": ["Acc_XYZ", "Acc_V", "Acc_V2", "Temp_XYZ", "Temp_V", "Temp_V2"],
"b1": "float",
"b2": "float",
"a2": "float"
},
{
"filter_type": "IIR2",
"input": ["Acc_XYZ", "Acc_V", "Acc_V2", "Temp_XYZ", "Temp_V", "Temp_V2"],
"b1": "float",
"b2": "float",
"b3": "float",
"a2": "float",
"a3": "float"
}
],
"features": [
{
"feature_name": "MEAN",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool"
},
{
"feature_name": "VARIANCE",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool"
},
{
"feature_name": "ENERGY",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool"
},
{
"feature_name": "PEAK_TO_PEAK",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool"
},
{
"feature_name": "ZERO_CROSSING",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool",
"threshold": "float"
},
{
"feature_name": "POSITIVE_ZERO_CROSSING",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool",
"threshold": "float"
},
{
"feature_name": "NEGATIVE_ZERO_CROSSING",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool",
"threshold": "float"
},
{
"feature_name": "PEAK_DETECTOR",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool",
"threshold": "float"
},
{
"feature_name": "POSITIVE_PEAK_DETECTOR",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool",
"threshold": "float"
},
{
"feature_name": "NEGATIVE_PEAK_DETECTOR",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool",
"threshold": "float"
},
{
"feature_name": "MINIMUM",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool"
},
{
"feature_name": "MAXIMUM",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool"
},
{
"feature_name": "RECURSIVE_MEAN_RMS_VARIANCE",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool",
"b1": "float",
"b2": "float",
"a2": "float"
},
{
"feature_name": "RECURSIVE_MAX_MIN_PEAKTOPEAK",
"input": ["Acc_X", "Acc_Y", "Acc_Z", "Acc_V", "Acc_V2", "Temp_X", "Temp_Y", "Temp_Z", "Temp_V", "Temp_V2"],
"signed": "bool",
"ths": "float",
"c_start": "float"
}
]
}