Spike Toolbox |
![]() ![]() |
STAddrSpecChannel
Address specification utility function
Syntax
[stasSpecification] = STAddrSpecChannel(nIgnoreBits, nChannelBits)
[stasSpecification] = STAddrSpecChannel(nIgnoreBits, nChannelBits, bInvert)
Description
This function returns an address specification structure for use with the
Spike Toolbox. This specification will contain a single ignored address
field and a single channel address field, with user-specified widths. The
channel address field is most significant.
The user can optionally supply an argument 'bInvert'. If this boolean value is true, the channel ID address field will have its bits inverted. If not supplied, this argument defaults to false.
This function is used to help identify the bits used for channel ID filtering for monitored spike trains.
See Also
Understanding toolbox addressing,
STDescribe, STOptions
![]() |
STAddrSpecCompare
![]() |