Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mdenker opened this issue Apr 3, 2018 · 0 comments · May be fixed by #405 or #491
Open

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

mdenker opened this issue Apr 3, 2018 · 0 comments · May be fixed by #405 or #491
Labels
enhancement Editing an existing module, improving something

Comments

@mdenker
Copy link
Member

mdenker commented Apr 3, 2018

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).

@mdenker mdenker added the enhancement Editing an existing module, improving something label Apr 3, 2018
@dizcza dizcza linked a pull request Feb 25, 2021 that will close this issue
1 task
@dizcza dizcza linked a pull request Mar 4, 2021 that will close this issue
1 task
@dizcza dizcza removed a link to a pull request Mar 4, 2021
1 task
@Moritz-Alexander-Kern Moritz-Alexander-Kern changed the title Performing certain analysis functions in a window [Feature] Performing certain analysis functions in a window Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Editing an existing module, improving something
Projects
None yet
1 participant