Spike Toolbox |
![]() ![]() |
STAddrPhysicalConstruct
Determine a synapse physical address
Syntax
[addrPhys] = STAddrPhysicalConstruct(nAddr1, nAddr2, ...)
[addrPhys] = STAddrPhysicalConstruct(stasSpecification, nAddr1, nAddr2, ...)
Description
STAddrLogicalConstruct will return the logical address corresponding to a
synapse address provided by the addressing fields. The returned address will
take the form defined by the addressing specification. If a specification
is not supplied in the argument list, the default output address
specification will be taken from the toolbox options.
Fields will be taken from the command line in least to most significant order. STAddrPhysicalConstruct uses the floor of all addressing fields. STAddrPhysicalConstruct is also vectorised.
See Also
Understanding toolbox addressing,
STAddrPhysicalExtract, STAddrLogicalConstruct, STAddrLogicalExtract
![]() |
STAddrPhysicalExtract
![]() |