RateToSpaceCode¶
RateToSpaceCode(
name: str,
shape: tuple,
limits: tuple,
center: tuple | None = None,
amplitude: float = 1.0,
sigma: tuple | None = None,
cyclic: bool = False,
)
Converts a scalar or low-dimensional rate code into a spatial Gaussian activation pattern.
Slots¶
| Slot | Description |
|---|---|
| Inputs | in0 rate-coded value |
| Outputs | out0 spatial activation with shape |
Import¶
Notes¶
limitsdefine the represented value range.- If
centeris omitted, the midpoint of each limit interval is used. - If
sigmais omitted, a width of1.0is used in each dimension.