ca.nengo.model.muscle.impl
Class CriticallyDampedMuscle
java.lang.Object
ca.nengo.model.muscle.impl.SkeletalMuscleImpl
ca.nengo.model.muscle.impl.CriticallyDampedMuscle
- All Implemented Interfaces:
- SkeletalMuscle, Node, Probeable, Resettable, SimulationMode.ModeConfigurable, VisiblyMutable, java.io.Serializable, java.lang.Cloneable
public class CriticallyDampedMuscle
- extends SkeletalMuscleImpl
A simple, phenomenological muscle model in which activation-force dynamics are
modelled with a linear 2nd-order low-pass filter (see e.g. Winter, 1990,
Biomechanics and Motor Control of Human Movement).
This type of model is most viable in isometric conditions.
- Author:
- Bryan Tripp
- See Also:
- Serialized Form
| Methods inherited from class ca.nengo.model.muscle.impl.SkeletalMuscleImpl |
addChangeListener, clone, getDocumentation, getForce, getHistory, getMode, getName, getOrigin, getOrigins, getTermination, getTerminations, listStates, removeChangeListener, reset, run, setDocumentation, setLength, setMode, setName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CriticallyDampedMuscle
public CriticallyDampedMuscle(java.lang.String name,
float cutoff,
float maxForce)
throws StructuralException
- Parameters:
name - Name of musclecutoff - Cutoff frequency of filter model (Hz)
- Throws:
StructuralException