Spike Toolbox |
![]() ![]() |
STAddrSpecIgnoreSynapseNeuron
Address specification utility function
Syntax
[stasSpecification] = STAddrSpecIgnoreSynapseNeuron(nIgnoreBits, nSynapseBits, nNeuronBits)
[stasSpecification] = STAddrSpecIgnoreSynapseNeuron(nIgnoreBits, nSynapseBits, nNeuronBits, ...
nSynapseMax, nNeuronMax, ...
bInvertSynapse, bInvertNeuron)
Description
This function returns an address specification structure for use with the
Spike Toolbox. This specification will contain a single ignored address
field, a single synapse address field and a single neuron address field,
all with user-specified widths. The neuron address field is most significant.
The user can optionally specify an integer maximum for each field. If this is supplied, then addresses will be range checked. If a width of zero is specified for any field, this field will not be included in the specification.
See Also
Understanding toolbox addressing,
STDescribe, STOptions
![]() |
STAddrSpecSynapse2DNeuron
![]() |