problem in finding features of signal for specific range
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!