I'm working on an activity recognition project using smartphone sensors data and I want to implement feature extraction phase.

Assume the frequency of data collection is 20Hz and the sliding window is of size 2 sec. It means we have 40 data samples in each window. So, when we do feature extraction, we will have just one feature extracted data point for each sliding window. For example, if we use "Mean" as a feature, we should calculate the mean of all 40 data samples for each window. In fact, we have a kind of data reduction process here, from 40 raw data samples to 1 feature extracted data.

I would really appreciate it if anyone could help me which parts of my understanding are right and which parts are wrong.

More Meysam Vakili's questions See All
Similar questions and discussions