q live verified 0.80022 1820013f0 via ptrace, keep FIR enabled TOTAL 0.314

This commit is contained in:
2026-08-30 16:33:38 +03:00
parent a8191d4bc9
commit a208d1b27e
+1 -1
View File
@@ -217,7 +217,7 @@ static inline void fir_min_phase_52b3cd_internal(float* scr, size_t nbin) {
const size_t N = 4096; const size_t N = 4096;
static const double q = []{ static const double q = []{
if (const char* e = getenv("RT_FIR_Q")) return atof(e); if (const char* e = getenv("RT_FIR_Q")) return atof(e);
return 0.8002203702926636; // from .rdata 1820013f0, refines 0.80 (BLOCKMAP 52b3cd) return 0.8002203702926636; // live .rdata 1820013f0 via ptrace /proc/pid/mem (was 0.80 emp, BLOCKMAP 52b3cd)
}(); }();
FFTPlan plan; fft::init_plan(&plan, 12); FFTPlan plan; fft::init_plan(&plan, 12);
double hann[N]; double hann[N];