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

Decimate the signal after low-pass filetering #17

Open
chrisgorgo opened this issue Jan 1, 2018 · 2 comments
Open

Decimate the signal after low-pass filetering #17

chrisgorgo opened this issue Jan 1, 2018 · 2 comments

Comments

@chrisgorgo
Copy link
Collaborator

Since low-pass filtering changes the effective TR it might be worth decimating (downsampling) the output to save space. This can be performed (in one step together with low-pass filtering) by one of the following functions:

Important: the output file header information needs to be updated with the new effective TR

@chrisgorgo
Copy link
Collaborator Author

Started a discussion on NeuroStars about potential drawbacks of such approach: https://neurostars.org/t/decimate-downsample-fmri-data-in-time-after-low-pass-filtering/1173

@chrisgorgo
Copy link
Collaborator Author

Downsampling can also be done independently of filtering with https://docs.scipy.org/doc/scipy-0.15.1/reference/generated/scipy.ndimage.interpolation.zoom.html (with prefilter=False).

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

1 participant