Spike Toolbox |
![]() ![]() |
STAddrSpecIgnoreNeuronSynapse
Address specification utility function
Syntax
[stasSpecification] = STAddrSpecIgnoreNeuronSynapse(nIgnoreBits, nNeuronBits, nSynapseBits)
[stasSpecification] = STAddrSpecIgnoreNeuronSynapse(nIgnoreBits, nNeuronBits, nSynapseBits, ...
nNeuronMax, nSynapseMax, ...
bInvertNeuron, bInvertSynapse)
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 neuron address field and a single synapse address field,
all with user-specified widths. The synapse 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
![]() |
STAddrSpecIgnoreSynapseNeuron
![]() |