problem in finding features of signal for specific range
조회 수: 2 (최근 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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!