problem in finding features of signal for specific range
1 次查看(过去 30 天)
显示 更早的评论
file 38000x1
Data04Features(i,1)=Function04aFeatureMAV(Data03Windowed(i,1).HandGrip(:,m), length(Data03Windowed(i,1).HandGrip));
Data03Windowed(i,1).HandGrip(:,m) = this take whole lenght of signal like 38000 values but I need to find the feature of first 2000 values then another 2000 values (2001-4000) till 38000 values.Like at end i got 19 values of MAV.
length(Data03Windowed(i,1).HandGrip) how to change it like a packact of 2000 values till 38000 values.
Thank you
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!