how i can find the stride time for each gait cycles

8 Ansichten (letzte 30 Tage)
nour osman
nour osman am 2 Feb. 2022
Beantwortet: Julius am 7 Feb. 2022
how i can find the stride time for each gait cycles

Antworten (2)

Star Strider
Star Strider am 2 Feb. 2022
Use findpeaks or islocalmax to find and isolate the peaks that describe the stride.
Use findpeaks on the negative of the signal or islocalmin to define the ‘valleys’ if that is how the gait states are described in the data.

Julius
Julius am 7 Feb. 2022
if you define stride time as being the time between heel strikes of the same leg, so the stride time is diff(gait_data(hs))*deltaT (where hs is heel strike event, deltaT is 1/sampling_freq). Assuming you have identified gait events from your gait data.

Kategorien

Mehr zu Introduction to Installation and Licensing 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!

Translated by