mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-25 15:29:37 -05:00
Tweak (and document!) audio HPF IIR.
This commit is contained in:
parent
4ee0385530
commit
ef7aeaafa9
@ -24,9 +24,10 @@
|
|||||||
|
|
||||||
#include "dsp_iir.hpp"
|
#include "dsp_iir.hpp"
|
||||||
|
|
||||||
|
// scipy.signal.butter(2, 300 / 24000.0, 'highpass', analog=False)
|
||||||
constexpr iir_biquad_config_t audio_hpf_config {
|
constexpr iir_biquad_config_t audio_hpf_config {
|
||||||
{ 0.93346032f, -1.86687724f, 0.93346032f },
|
{ 0.97261390f, -1.94522780f, 0.97261390f, },
|
||||||
{ 1.0f , -1.97730264f, 0.97773668f }
|
{ 1.00000000f, -1.94447766f, 0.94597794f, }
|
||||||
};
|
};
|
||||||
|
|
||||||
constexpr iir_biquad_config_t non_audio_hpf_config {
|
constexpr iir_biquad_config_t non_audio_hpf_config {
|
||||||
|
Loading…
Reference in New Issue
Block a user