From a759f2defa261a7ceef98a577f79fb7554c56633 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Sun, 5 May 2024 16:31:45 +0200 Subject: [PATCH] added txfilter for custom modes...finally... --- freedata_server/codec2_filter_coeff.py | 1 - 1 file changed, 1 deletion(-) diff --git a/freedata_server/codec2_filter_coeff.py b/freedata_server/codec2_filter_coeff.py index 830b20fd..5a9a6d3f 100644 --- a/freedata_server/codec2_filter_coeff.py +++ b/freedata_server/codec2_filter_coeff.py @@ -1,6 +1,5 @@ import numpy as np #from scipy.signal import freqz -import matplotlib.pyplot as plt import ctypes testFilter = (ctypes.c_float * 3)(1.000000,1.000000,1.000000)