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

Central band suppression using non-linear filters #11

Open
paulmueller opened this issue Jan 12, 2018 · 1 comment
Open

Central band suppression using non-linear filters #11

paulmueller opened this issue Jan 12, 2018 · 1 comment

Comments

@paulmueller
Copy link
Member

paulmueller commented Jan 12, 2018

This is interesting when the sideband filter is large and thus the interference pattern becomes visible in the phase/amplitude data.

literature e.g.

@paulmueller
Copy link
Member Author

paulmueller commented Jan 12, 2018

This could be combined with a sinc filter:

cutoff = 1/fsize/2
afilter = 2 * cutoff * np.sinc(2 * cutoff * fx) * np.sinc(2 * cutoff * fy)
afilter /= afilter.max()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant