From a91bb4387b1254e56de2ff64b2db3cda3d0a08e0 Mon Sep 17 00:00:00 2001 From: F5OEO Date: Tue, 11 Dec 2018 17:12:25 +0000 Subject: Add FIR processing with upsampling --- src/output/SDRDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/SDRDevice.h') diff --git a/src/output/SDRDevice.h b/src/output/SDRDevice.h index 90a1123..9796479 100644 --- a/src/output/SDRDevice.h +++ b/src/output/SDRDevice.h @@ -63,7 +63,7 @@ struct SDRDeviceConfig { double txgain = 0.0; double rxgain = 0.0; bool enableSync = false; - + unsigned upsample = 1; // When working with timestamps, mute the frames that // do not have a timestamp bool muteNoTimestamps = false; -- cgit v1.2.3