problem in finding features of signal for specific range

1 view (last 30 days)
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

Answers (0)

Categories

Find more on Get Started with Signal Processing Toolbox in Help Center and File Exchange

Tags

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!