how i can find the stride time for each gait cycles
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how i can find the stride time for each gait cycles
0 comentarios
Respuestas (2)
Star Strider
el 2 de Feb. de 2022
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.
0 comentarios
Julius
el 7 de Feb. de 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.
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!