Skip to content

[Feature] Performing certain analysis functions in a window #151

@mdenker

Description

For some analysis functions, such as spike triggered average or spike triggered phases, it is desireable to limit the analysis to a small part of the input data. One option is to cut the input data beforehand, but another option is to use something like the window parameter in the spike triggered average. This is particularly useful if the analysis itself is conducted in a sliding window [-w,+w], such that a user who wants to perform an analysis on the interval [t1, t2] would need to actually cut in an interval [t1-w,t2+w] (i.e., the user requires intrinsic knowledge of the function).

Therefore, a common way to handle such functions should be investigated (i.e., implementation of a window parameter).

Metadata

Assignees

No one assigned

    Labels

    enhancementEditing an existing module, improving something

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions