Calculate the circuit model of attention. More...
Functions | |
| function [rL4, rL2, supFeatRet, supSpatialRet] = | calculateModel (in input, in aSpatial, in aFeat, in this, in plotResponses) |
Calculate the circuit model of attention.
| function [rL4, rL2, supFeatRet, supSpatialRet] = calculateModel | ( | in | input, |
| in | aSpatial, | ||
| in | aFeat, | ||
| in | this, | ||
| in | plotResponses | ||
| ) |
| input | Input from previous visual area (size: L x X) |
| aFeat | Feature-based amplification from a higher cortical area like PFC (size: L x 1) |
| aSpatial | Spatial amplification from FEF or LIP (size: 1 x X) |
| this | Model object, containing all parameters |
| plotResponses | If true, plot the neuronal responses at converged state |
1.8.1.2