Sliding window algorithm for activiting recognition MATLAB
- by csc
I want to write a sliding window algorithm for use in activity recognition.
The training data is <1xN so I'm thinking I just need to take (say window_size=3) the window_size of data and train that. I also later want to use this algorithm on a matrix
.
I'm new to matlab so i need any advice/directions on how to implement this correctly.