DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
|
Public Member Functions | |
def | var_estimator (first_moment, second_moment, size) |
def | norm_lag0_estimator (mean, variance) |
def | acf_amplitude (norm_acf) |
def statmethods.StatMethods.acf_amplitude | ( | norm_acf | ) |
def statmethods.StatMethods.norm_lag0_estimator | ( | mean, | |
variance | |||
) |
def statmethods.StatMethods.var_estimator | ( | first_moment, | |
second_moment, | |||
size | |||
) |