DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
MonitorChannel< MeanChannel > Class Template Reference

A simple Averager Class that calculates the estimated mean. Template parameter Construct specifies a template specialization that either constructs a functional object when it is true or constructs a near zerp-signature dummy object when set to false. More...

Detailed Description

template<bool MeanChannel = true>
class MonitorChannel< MeanChannel >

A simple Averager Class that calculates the estimated mean. Template parameter Construct specifies a template specialization that either constructs a functional object when it is true or constructs a near zerp-signature dummy object when set to false.


The documentation for this class was generated from the following file: