mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
added txfilter for custom modes...finally...
This commit is contained in:
parent
3100ec016b
commit
a759f2defa
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue