Calculating the raw features from my accelerometer sensor

Hello, I just want to know how edge impulse calculates the raw features from an accelerometer?

Hi @Ghazi , the raw features are just the raw sensor values for the accelerometer flattened (so x0, y0, z0, x1, y1, z1, x2, y2, etc.) where 0=the frame ID.