CORTICAL_INPUT__MATRIX#

CORTICAL_INPUT__MATRIX#

2D floating-point array for cortical input patterns. Shape: (n_motor_units, n_timesteps)

alias of Annotated[ndarray[Any, dtype[floating]], beartype.vale.Is[lambda x: x.ndim == 2]]