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

Fixed incorrect normalized cutoff frequency computation in butterworth. #21

Merged
merged 2 commits into from
May 27, 2014

Conversation

moorepants
Copy link
Owner

The nomarlized cutoff frequency for Butterworth filters should be:

Wn = cutoff / (0.5 * samplerate)

But I was using:

Wn = cutoff / 2.0 / samplerate

The nomarlized cutoff frequency for Butterworth filters should be:

Wn = cutoff / (0.5 * samplerate)

But I was using:

Wn = cutoff / 2.0 / samplerate
@moorepants moorepants added the bug label May 27, 2014
moorepants added a commit that referenced this pull request May 27, 2014
Fixed incorrect normalized cutoff frequency computation in butterworth.
@moorepants moorepants merged commit 1d98176 into master May 27, 2014
@moorepants moorepants deleted the issue-20 branch May 27, 2014 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant