mirror of
https://github.com/aicodix/dsp.git
synced 2026-04-27 14:30:36 +00:00
init lpf to 0.5
This commit is contained in:
parent
c7f3cdd565
commit
793283850f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class NormalizeSine
|
|||
DSP::BlockDC<TYPE, TYPE> hpf;
|
||||
DSP::EMA<TYPE, TYPE> lpf;
|
||||
public:
|
||||
constexpr NormalizeSine() : lpf(1)
|
||||
constexpr NormalizeSine() : lpf(0.5)
|
||||
{
|
||||
}
|
||||
void samples(int s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue