Skip to content
This repository was archived by the owner on Feb 14, 2018. It is now read-only.
This repository was archived by the owner on Feb 14, 2018. It is now read-only.

Convenience function for processing whole array #7

@ixjlyons

Description

@ixjlyons

For offline processing, it would be really convenient to have a function or maybe just a method of Pipeline that consumes a whole array, iterates over it with a given segment length (using segment), and concatenates the output.

x = load_recording(...)
p = build_pipeline(...)
y = p.process_segments(x, 10)

Should be pretty easy to do.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions