aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/soapy.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-03-18 09:30:26 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2017-05-15 21:46:27 +0200
commit9dda9e1efc2ff5b820438524c666900f93fe3a72 (patch)
treee43aa8afb434e394ded1b5ff7198fc103dd7e641 /src/common/soapy.h
parent1445ca2facfebfb175ff6234a3ab27b21123d2d7 (diff)
SDR: Add option to set IF bandwidth. If not defined, sampling rate is used.
Diffstat (limited to 'src/common/soapy.h')
-rw-r--r--src/common/soapy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/soapy.h b/src/common/soapy.h
index dcfadde..c51d34e 100644
--- a/src/common/soapy.h
+++ b/src/common/soapy.h
@@ -1,5 +1,5 @@
-int soapy_open(const char *device_args, double tx_frequency, double rx_frequency, double rate, double rx_gain, double tx_gain);
+int soapy_open(const char *device_args, double tx_frequency, double rx_frequency, double rate, double rx_gain, double tx_gain, double bandwidth);
int soapy_start(void);
void soapy_close(void);
int soapy_send(float *buff, int num);