Spike Toolbox

STAddrSpecCompare
Compare two or more addressing specifications

Syntax
[bEquivalent] = STAddrSpecCompare(stasSpec1, stasSpec2, ...) [bEquivalent] = STAddrSpecCompare(caStas1, caStas2, ...)

Description
STAddrSpecCompare will return true if all the supplied addressing specifications are binary-equivalent (same number of fields, same bit widths for fields, same bit-reversal specification, etc.)

Addressing specifications can be supplied in cell arrays of specifications or as individual arguments.

See Also
Understanding toolbox addressing


$Id: STAddrSpecCompare.html 1783 2005-08-31 21:05:51Z dylan $