2023-01-24 01:34 AM
I know that the user has to set a window lenght (for example 104 samples). When you deploy the created algorythm, this window takes jumps the size of the window lenght or does it move sample by sample overlapping some values?
2023-04-12 04:47 AM
Hi @UDos .1,
In ISM330DHCX MLC, all the features are computed within a defined time window, which is also called “window length�? since it is expressed as the number of samples (104 samples in your example).
It is not a moving window (no values overlapping); features are computed just once for every WL sample (where WL is the size of the window).