mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-30 14:13:44 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
981fa9bafd
commit
5717e7cc8f
|
@ -8,6 +8,7 @@ Code based on https://webaudio.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.htm
|
||||||
Alternatively, you can use scipy.signal.butter, which should yield the same results.
|
Alternatively, you can use scipy.signal.butter, which should yield the same results.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
def make_lowpass(
|
def make_lowpass(
|
||||||
frequency: int,
|
frequency: int,
|
||||||
samplerate: int,
|
samplerate: int,
|
||||||
|
@ -234,4 +235,5 @@ def make_highshelf(
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import doctest
|
import doctest
|
||||||
|
|
||||||
doctest.testmod()
|
doctest.testmod()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user