mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-25 23:39:37 -05:00
Fix for merge-breakage. Argh.
This commit is contained in:
parent
3f299c74c6
commit
28be223ace
@ -40,6 +40,7 @@ constexpr iir_biquad_config_t audio_hpf_300hz_config {
|
|||||||
constexpr iir_biquad_config_t non_audio_hpf_config {
|
constexpr iir_biquad_config_t non_audio_hpf_config {
|
||||||
{ 0.51891061f, -0.95714180f, 0.51891061f },
|
{ 0.51891061f, -0.95714180f, 0.51891061f },
|
||||||
{ 1.0f , -0.79878302f, 0.43960231f }
|
{ 1.0f , -0.79878302f, 0.43960231f }
|
||||||
|
};
|
||||||
|
|
||||||
// scipy.signal.butter(1, 300 / 24000.0, 'lowpass', analog=False)
|
// scipy.signal.butter(1, 300 / 24000.0, 'lowpass', analog=False)
|
||||||
// NOTE: Technically, order-1 filter, b[2] = a[2] = 0.
|
// NOTE: Technically, order-1 filter, b[2] = a[2] = 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user