From 7d69f4110afd041613f1c3fac8af86869cd6e877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Thu, 2 Jan 2025 13:02:39 +0800 Subject: [PATCH] default lockin scale --- dsp_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsp_lib.h b/dsp_lib.h index 10817ac..066b1a4 100644 --- a/dsp_lib.h +++ b/dsp_lib.h @@ -43,7 +43,7 @@ class Lowpass { template class Lockin { private: - double scale; + double scale = 1.0; phase_t phase = 0; Lowpass, order> lpf; public: