|
DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
|


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... | |