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

Using prepsubband for only a fraction of a dataset #172

Closed
k-perez opened this issue Jul 19, 2022 · 3 comments
Closed

Using prepsubband for only a fraction of a dataset #172

k-perez opened this issue Jul 19, 2022 · 3 comments

Comments

@k-perez
Copy link

k-perez commented Jul 19, 2022

Hi Scott,

I have a long filterbank file, and am wondering what is the best way, if any, to analyze only a chunk of the data. While prepfold has the -start and -end options, prepdata and prepsubband are missing the -end option.

Thank-you

@scottransom
Copy link
Owner

You can get the same effect as -end by specifying -numout (and that is "more precise" since the resulting file size can be tuned to be good for FFTs, for example.

@k-perez
Copy link
Author

k-perez commented Jul 19, 2022

Ah, I see. So -numout will specify the number of points after whichever -start point I use? Example: -start 0.25 -numout 4000 will take the 4000 points starting at the quarter point of the data?

@scottransom
Copy link
Owner

Exactly.

@k-perez k-perez closed this as completed Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants