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

Remove incorrect decimation in FFT spectrum #137

Merged
merged 1 commit into from Feb 16, 2020

Conversation

tlecomte
Copy link
Owner

@tlecomte tlecomte commented Feb 16, 2020

Addresses #132. When the FFT spectrum is cropped by lowering the max frequency, the signal was decimated N times by taking one sample every N samples. This is not correct, produces many artifacts. To keep decimation, we would need to use a proper low-pass filter (as implemented for the octave spectum for example), but it does not really seem worth it. We will just apply the FFT on top of the undecimated signal.

Addresse #132. When the FFT spectrum is cropped by lowering the max frequency, the signal was decimated N times by taking one sample every N samples. This is not correct, produces many artifacts. To keep decimation, we would need to use a proper low-pass filter (as implemented for the octave spectum for example), but it does not really seem worth it. We will just apply the FFT on top of the undecimated signal.
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

Successfully merging this pull request may close these issues.

None yet

1 participant