Ejemplo n.º 1
0
def conv(x, y, mode=2):
    'convolve x with y'
    return convolve(x,y,mode)
Ejemplo n.º 2
0
def conv(x, y, mode=2):
    'convolve x with y'
    return convolve(x, y, mode)