A collection of blocks that count numbers of signals or values over time.
Counter - Count signals
FastCounter - Like the Counter
but simpler
NumericCounter - Count values on signals rather than the number of signals
ResettableCounter - A Counter that allows resetting a group with an incoming signal via a new block input.
TallyCounter - A counter that reports the cumulative counts for all groups at once.
None