Sliding window algorithm for activiting recognition MATLAB
Posted
by csc
on Stack Overflow
See other posts from Stack Overflow
or by csc
Published on 2010-02-04T19:12:59Z
Indexed on
2010/03/20
2:11 UTC
Read the original article
Hit count: 403
matlab
|matlab-deployment
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.
© Stack Overflow or respective owner