Skip to content

How to discard the first N seconds of the neural data before sorting? #2085

Closed Answered by JoeZiminski
georginjacob asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Georgin,

I think one option is the silence periods preprocessing tool. This can be used to set all samples within a region (expresssed in indicies) to zero. In your case, to remove the first 5 seconds (assuming you have only 1 segment) the input to the list_periods argument I believe should be [(0, 125000)] (assuming a sampling rate of 25 kHz or 25000 Hz rather than 25000 kHz).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@georginjacob
Comment options

@alejoe91
Comment options

Answer selected by georginjacob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
preprocessing Related to preprocessing module
3 participants