Go to the source code of this file.
Namespaces | |
namespace | hrl_lib::smooth |
Functions | |
def | hrl_lib::smooth.smooth |
Variables | |
list | hrl_lib::smooth.l = ['original signal', 'signal with noise'] |
tuple | hrl_lib::smooth.t = linspace(-4,4,100) |
list | hrl_lib::smooth.windows = ['flat', 'hanning', 'hamming', 'bartlett', 'blackman'] |
int | hrl_lib::smooth.ws = 31 |
tuple | hrl_lib::smooth.x = sin(t) |
tuple | hrl_lib::smooth.xn = x+randn(len(t)) |
tuple | hrl_lib::smooth.y = smooth(x) |