eripe970 / go-dsp-utils

53 stars 7 forks source link

support very low frequency for highpass filter and lowpass filter #5

Closed sio4 closed 1 year ago

sio4 commented 1 year ago

Hi @eripe970,

This PR could be a quick workaround for the issue #4. It added a private function fakedFreq() to make calculatable integer frequencies from the given very low frequencies.

fixes #4

eripe970 commented 1 year ago

Nice! 👍 thanks a lot for the fix!