added txfilter for custom modes...finally...

This commit is contained in:
DJ2LS 2024-05-05 16:31:45 +02:00
parent 3100ec016b
commit a759f2defa

View file

@ -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)