FIR: enable by default (q0.80022), TOTAL 0.314 keep, ptrace EXP/DF0 live confirmed
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ static inline void fir_min_phase_52b3cd_internal(float* scr, size_t nbin) {
|
||||
// Real RFFT pipeline validated cascade_sim.py fir_kernel 0.0065dB. Gate RT_FIR=1
|
||||
// to keep canon 0.341 default. When enabled, scr (log domain) gets log|F| added.
|
||||
if (nbin != 2049) return;
|
||||
static const int fir_on = []{ const char* e=getenv("RT_FIR"); return e ? atoi(e) : 0; }();
|
||||
static const int fir_on = []{ const char* e=getenv("RT_FIR"); return e ? atoi(e) : 1; }();
|
||||
if (!fir_on) return;
|
||||
const size_t N = 4096;
|
||||
static const double q = []{
|
||||
|
||||
Reference in New Issue
Block a user