DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
|
Teensy specific Front back discarder implementation. More...
#include <discarder.hpp>
Public Member Functions | |
template<typename LinCorrType > | |
void | output (const LinCorrType &channel) const |
unsigned int | discard_count () const |
Returns the number of elements discarded by the discarder object. More... | |
Teensy specific Front back discarder implementation.
|
inline |
Returns the number of elements discarded by the discarder object.
|
inline |