DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
Classes
monitor_channel.hpp File Reference
#include <cstdint>
#include <cmath>
#include "./../types.hpp"
Include dependency graph for monitor_channel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MonitorChannel< true >
 Template specialization. More...
 
class  MonitorChannel< false >
 Specialization -> Counter Monitor (degenerated mean monitor). More...
 
class  ZeroLagMonitor
 Measures the zeroth auto-correlation, which is equal to the second moment of the sampled time series. This object was intended for experimentation with Linear-autocorrelators, which start from lag1, instead of lag0. More...
 
class  RTCoarseGrainer
 An object that can accumulate data into a fixed size bin before changing its output value. More...