A perception model models the perception of an agent.
An agent perceives stimuli from the environment like for example a sound or visual information (see Stimulus for stimuli available).
Basically, the perception model behaves like a filter for stimuli.
Only stimuli whose intensity exceed a certain threshold are forwarded to the CognitionModel .
Please find the Sensory threshold theory for background on the theory.
Note that any function could be implemented to model the sensory process.
In SimplePerceptionModel and MultiPerceptionModel, we model the sensory process in a very simplistic way.
Please see the respective model descriptions.
A perception model models the perception of an agent.
An agent perceives stimuli from the environment like for example a sound or visual information (see Stimulus for stimuli available). Basically, the perception model behaves like a filter for stimuli. Only stimuli whose intensity exceed a certain threshold are forwarded to the CognitionModel . Please find the Sensory threshold theory for background on the theory. Note that any function could be implemented to model the sensory process. In SimplePerceptionModel and MultiPerceptionModel, we model the sensory process in a very simplistic way. Please see the respective model descriptions.