From b8acf58798018f5fb4d84d470badadce5dd3a08d Mon Sep 17 00:00:00 2001 From: mattprost Date: Thu, 16 Dec 2021 13:48:26 -0600 Subject: n310: Add Filter API to n310 Add the Filter API to n3xx specifically for the AD937x device. The TX filter is limited to 32 taps, and the RX filter is limited to 48 taps. This feature requires MPM version 4.2 or later on the device. Co-authored-by: bpadalino Signed-off-by: mattprost --- host/python/pyuhd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/python/pyuhd.cpp') diff --git a/host/python/pyuhd.cpp b/host/python/pyuhd.cpp index ca06f2d97..7022a5287 100644 --- a/host/python/pyuhd.cpp +++ b/host/python/pyuhd.cpp @@ -7,6 +7,7 @@ #include #include +#include #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include -- cgit v1.2.3