Definitions for "Circular Buffer"
Keywords:  buffer, modulo, reclaimed, dsp, memory
a finite segment of the DSP's memory defined by the programmer that is used to store samples for processing
a memory allocation scheme where memory is reused (reclaimed) when an index, incremented modulo the buffer size, writes over a previously used location
a memory area that has been set aside for an index to store data and another index to retrieve the data