Go to the source code of this file.
Namespaces | |
namespace | test_func |
Functions | |
def | test_func.autocorr |
def | test_func.make_func |
Variables | |
tuple | test_func.f1 = make_func(1) |
tuple | test_func.f2 = make_func(2) |
tuple | test_func.m1 = numpy.mean(s1) |
tuple | test_func.m2 = numpy.mean(s2) |
tuple | test_func.r1 = numpy.correlate(s11, s11, mode='full') |
tuple | test_func.r2 = numpy.correlate(s22, s22, mode='full') |
list | test_func.s1 = [1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0] |
test_func.s11 = s1-m1 | |
list | test_func.s2 = [0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1] |
test_func.s22 = s2-m2 | |
list | test_func.s3 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] |
list | test_func.x = [1, 0, 1, 0, 1, 0, 1, 0] |