You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In section 3.2.1 Determine stroke_frq fluking rate and cut-off frequency the value t_max is not updated automatically with a calculated value. The default value of 2.5 seconds entered in cfg_glide.yml is used for the rolling average.
This could be updated to function similar to Lucia's script, but my doing this appeared to create erroneous values for t_max, so further diagnosing should be done.
# Store user input cutoff and stroke frequenciescfg['cutoff_frq'] =cutoff_frqcfg['stroke_frq'] =stroke_frqcfg['stroke_ratio'] =stroke_ratio# TODO seting to hardcode t-max, not calculate from stroke_frq## Calculate maximum duration of glides from stroke frequency#cfg['t_max'] = 1 /cfg['stroke_frq'] # seconds
The text was updated successfully, but these errors were encountered:
In section
3.2.1 Determine stroke_frq fluking rate and cut-off frequency
the valuet_max
is not updated automatically with a calculated value. The default value of2.5
seconds entered incfg_glide.yml
is used for the rolling average.This could be updated to function similar to Lucia's script, but my doing this appeared to create erroneous values for
t_max
, so further diagnosing should be done.The text was updated successfully, but these errors were encountered: