Skip to content

Commit

Permalink
Fixes nominal frequencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
SiggiGue authored Jan 11, 2023
1 parent 5d74af8 commit 87b9bb5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyfilterbank/octbank.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@
from pyfilterbank.butterworth import butter_sos

standardized_nominal_frequencies = array([
0.1, 0.125, 0.16, 0.2, 0.25, 0.315, 0.4, 0.5, 0.6, 3, 0.8,
1, 1.25, 1.6, 2, 2.5, 3.15, 4, 5, 6.3, 8, 10,
12.5, 16, 20, 25, 31.5, 40, 50, 63, 80, 100, 125, 160, 200, 250,
315, 400, 500, 630, 800, 1000, 1250, 1600, 2000, 2500, 3150,
4000, 5000, 6300, 8000, 10000, 12500, 16000, 20000
0.1, 0.125, 0.16, 0.2, 0.25, 0.315, 0.4, 0.5, 0.63, 0.8,
1, 1.25, 1.6, 2, 2.5, 3.15, 4, 5, 6.3, 8,
10, 12.5, 16, 20, 25, 31.5, 40, 50, 63, 80,
100, 125, 160, 200, 250, 315, 400, 500, 630, 800,
1000, 1250, 1600, 2000, 2500, 3150, 4000, 5000, 6300, 8000,
10000, 12500, 16000, 20000
])


Expand Down

0 comments on commit 87b9bb5

Please sign in to comment.