Namespaces | |
| correlate | |
Functions | |
| def | correlate.rn_analog () |
Variables | |
| int | correlate.RBUFLEN = 1000 |
| int | correlate.DIGITAL_AMPLITUDE = 600 |
| correlate.signal | |
| correlate.siglen = len(signal) | |
| correlate.bufin = array('H', (2048 + rn_analog() for i in range(RBUFLEN))) | |
| int | correlate.x = RBUFLEN - siglen - 20 |
| int | correlate.s = 1 else -1 |
| correlate.coeffs = array('f', (1 if signal[i] == 1 else -1 for i in range(siglen))) | |
| correlate.op = array('f', (0 for _ in range(RBUFLEN))) | |
| correlate.setup = array('i', [0]*5) | |
| correlate.t = utime.ticks_us() | |
| correlate.n_results = dcf(bufin, op, coeffs, setup) | |
| int | correlate.ns = 0 |
| int | correlate.maxop = 0 |
| correlate.res = op[x] | |
| int | correlate.nextop = 0 |