Kategorie: Processing
Buffer and Average
For Embedded system projects, one of the most used data structure is the ring Buffer (also called circular buffer). This Buffer...
Crc
The Crc interface class has as its main purpose the computation of cyclic redundancy check (CRC) of the input data. The...
Pid Controller
The PidController class is a discrete proportional integral derivative controller. It has as its main purpose the computation of the next...
DataStream
A DataStream is a binary stream of encoded information which is 100% independent of the host computers' operating system, CPU or...