DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
|
#include <cstdint>
Go to the source code of this file.
Typedefs | |
using | counter_t = uint32_t |
Data type received from the pulse counter. It is the fundamental type used for representing series data. More... | |
using | index_t = uint_fast8_t |
It is used as the array indices and thus determine the maximum size of the Channel_array and the Series_array. More... | |
using counter_t = uint32_t |
Data type received from the pulse counter. It is the fundamental type used for representing series data.
using index_t = uint_fast8_t |
It is used as the array indices and thus determine the maximum size of the Channel_array and the Series_array.