Improved performance of DC correction

This commit is contained in:
Ryzerth
2021-07-28 02:18:54 +02:00
parent b9e35e6558
commit 8290284586
5 changed files with 49 additions and 11 deletions

View File

@ -64,7 +64,7 @@ namespace dsp {
stream<complex_t> out;
// TEMPORARY FOR DEBUG PURPOSES
bool bypass = true;
bool bypass = false;
complex_t offset;
private: