KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
models.motorunit.Fuglevand Class Reference

Fuglevand: More...

Detailed Description

Fuglevand:

Documentation Update:
Author
Daniel Wirtz
Date
2014-05-23
New in 0.7:
(Daniel Wirtz, 2014-05-23) Added this class.

This class is part of the framework

KerMor - Model Order Reduction using Kernels

Definition at line 19 of file Fuglevand.m.

Public Member Functions

 Fuglevand ()
 Defines the frequency change will know how to increase the level of the contraction frequency becomes maximum when the force reaches to 60% more? the minimum force recruitment. More...
 
function forces = getForces (colvec< double > mu, T)
 

Static Public Member Functions

static function  test_ForceResponse ()
 

Public Attributes

 fsamp = 1000
 sampling rate [samples / s] More...
 
 len = 10
 length of stimulation in [s] More...
 
 RR = 30
 range of recruitment threshold values More...
 
 fmin = 8
 min discharge rate More...
 
 fmax = 35
 max discharge rate More...
 
 sd_ISI = 0.1
 Standard dev. of ISI [Standard dev. del Jitter medio]. More...
 
 RP = 100
 range of twitch forces RP More...
 
 RT = 3
 range of contraction times RT More...
 
 lengthWin = 1000
 duration of a single twitch in [ms] More...
 
 Resolution = 100
 
 pende
 
 Seed
 
- Public Attributes inherited from handle
 addlistener
 Creates a listener for the specified event and assigns a callback function to execute when the event occurs. More...
 
 notify
 Broadcast a notice that a specific event is occurring on a specified handle object or array of handle objects. More...
 
 delete
 Handle object destructor method that is called when the object's lifecycle ends. More...
 
 disp
 Handle object disp method which is called by the display method. See the MATLAB disp function. More...
 
 display
 Handle object display method called when MATLAB software interprets an expression returning a handle object that is not terminated by a semicolon. See the MATLAB display function. More...
 
 findobj
 Finds objects matching the specified conditions from the input array of handle objects. More...
 
 findprop
 Returns a meta.property objects associated with the specified property name. More...
 
 fields
 Returns a cell array of string containing the names of public properties. More...
 
 fieldnames
 Returns a cell array of string containing the names of public properties. See the MATLAB fieldnames function. More...
 
 isvalid
 Returns a logical array in which elements are true if the corresponding elements in the input array are valid handles. This method is Sealed so you cannot override it in a handle subclass. More...
 
 eq
 Relational functions example. See details for more information. More...
 
 transpose
 Transposes the elements of the handle object array. More...
 
 permute
 Rearranges the dimensions of the handle object array. See the MATLAB permute function. More...
 
 reshape
 hanges the dimensions of the handle object array to the specified dimensions. See the MATLAB reshape function. More...
 
 sort
 ort the handle objects in any array in ascending or descending order. More...
 

Constructor & Destructor Documentation

models.motorunit.Fuglevand.Fuglevand ( )

Defines the frequency change will know how to increase the level of the contraction frequency becomes maximum when the force reaches to 60% more? the minimum force recruitment.

Definition at line 131 of file Fuglevand.m.

References fmax, fmin, pende, and Seed.

Member Function Documentation

function forces = models.motorunit.Fuglevand.getForces ( colvec< double mu,
  T 
)

Definition at line 144 of file Fuglevand.m.

References fmax, fmin, fsamp, k, lengthWin, pende, Resolution, RP, RR, RT, and sd_ISI.

static function models.motorunit.Fuglevand.test_ForceResponse ( )
static

Definition at line 245 of file Fuglevand.m.

References k, handle.reshape, and t.

Member Data Documentation

models.motorunit.Fuglevand.fmax = 35

max discharge rate


Default: 35

Definition at line 70 of file Fuglevand.m.

Referenced by Fuglevand(), and getForces().

models.motorunit.Fuglevand.fmin = 8

min discharge rate


Default: 8

Definition at line 63 of file Fuglevand.m.

Referenced by Fuglevand(), and getForces().

models.motorunit.Fuglevand.fsamp = 1000

sampling rate [samples / s]


Default: 1000

Definition at line 41 of file Fuglevand.m.

Referenced by getForces().

models.motorunit.Fuglevand.len = 10

length of stimulation in [s]


Default: 10

Definition at line 48 of file Fuglevand.m.

models.motorunit.Fuglevand.lengthWin = 1000

duration of a single twitch in [ms]


Default: 1000

Definition at line 101 of file Fuglevand.m.

Referenced by getForces().

models.motorunit.Fuglevand.pende

Definition at line 114 of file Fuglevand.m.

Referenced by Fuglevand(), and getForces().

models.motorunit.Fuglevand.Resolution = 100

Definition at line 109 of file Fuglevand.m.

Referenced by getForces().

models.motorunit.Fuglevand.RP = 100

range of twitch forces RP


Default: 100

Definition at line 86 of file Fuglevand.m.

Referenced by getForces().

models.motorunit.Fuglevand.RR = 30

range of recruitment threshold values


Default: 30

Definition at line 56 of file Fuglevand.m.

Referenced by getForces().

models.motorunit.Fuglevand.RT = 3

range of contraction times RT


Default: 3

Definition at line 93 of file Fuglevand.m.

Referenced by getForces().

models.motorunit.Fuglevand.sd_ISI = 0.1

Standard dev. of ISI [Standard dev. del Jitter medio].


Default: 0.1

Definition at line 78 of file Fuglevand.m.

Referenced by getForces().

models.motorunit.Fuglevand.Seed

Definition at line 126 of file Fuglevand.m.

Referenced by Fuglevand().


The documentation for this class was generated from the following file: