Skip to content

slice in https://github.com/scipy/scipy-cookbook/blob/master/ipython/SignalSmooth.ipynb #23

Open
@louking

Description

@louking

Sorry not sending pull request as I am not sure I am correct. But I tried returning the slice suggested and had different output length. I am not sure of the math and how numpy.convolve works but my correction seems to pull the "middle" slice. E.g,. for window_len = 5 my suggested slice omits first two and last two elements.

NOTE: length(output) != length(input), to correct this: return y[(window_len/2-1):-(window_len/2)] instead of just y.

be

NOTE: length(output) != length(input), to correct this: return y[(window_len/2):-(window_len/2)] instead of just y.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions