From f4e359f774eef5ec2a006a431a546e915b27f02b Mon Sep 17 00:00:00 2001 From: Jörgen Scott Date: Tue, 16 Dec 2014 09:23:31 +0100 Subject: Added static delay via telnet control --- doc/.example.ini.un~ | Bin 0 -> 13605 bytes doc/example.ini | 13 +++++++------ doc/fir-filter/.README.un~ | Bin 0 -> 519 bytes doc/fir-filter/.generate-filter.py.un~ | Bin 0 -> 3536 bytes 4 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 doc/.example.ini.un~ create mode 100644 doc/fir-filter/.README.un~ create mode 100755 doc/fir-filter/.generate-filter.py.un~ (limited to 'doc') diff --git a/doc/.example.ini.un~ b/doc/.example.ini.un~ new file mode 100644 index 0000000..d500812 Binary files /dev/null and b/doc/.example.ini.un~ differ diff --git a/doc/example.ini b/doc/example.ini index 1c25529..49f6eda 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -25,7 +25,7 @@ loop=0 ; When recieving data using ZeroMQ, the source is the URI to be used ;transport=zeromq -;source=zmq+tcp://localhost:8080 +;source=tcp://localhost:8080 [modulator] ; Gain mode: 0=FIX, 1=MAX, 2=VAR @@ -59,7 +59,7 @@ gainmode=2 ; and wide-band noise will be generated. ; ; Be aware that there is a dependency with resampling. -digital_gain=1.0 +digital_gain=0.8 ; Output sample rate. Values other than 2048000 enable ; resampling. @@ -106,8 +106,8 @@ filename=/dev/stdout ; or even a higher factor. ; ; Settings for a USRP B100: -device=master_clock_rate=32768000,type=b100 -txgain=2 +;device=master_clock_rate=32768000,type=b100 +;txgain=2 ; Try first with small gain values ; Also set rate to 2048000 @@ -116,8 +116,9 @@ txgain=2 ; http://opendigitalradio.org/index.php/USRP_B200_Measurements ; ; Settings: +device=master_clock_rate=2048000,type=b200 ;device=master_clock_rate=20480000,type=b200 -;txgain=40 +txgain=40 ; The B200 needs larger gains (up to 89dB) but, ; "Gain settings are application specific, but it is recommended that users ; consider using at least half of the available gain to get reasonable dynamic @@ -140,7 +141,7 @@ channel=13C ; The reference clock to use. ; possible values : internal, external, MIMO -refclk_source=internal +refclk_source=external ; The reference one pulse-per second to use ; possible values : none, external, MIMO diff --git a/doc/fir-filter/.README.un~ b/doc/fir-filter/.README.un~ new file mode 100644 index 0000000..b4a2d9d Binary files /dev/null and b/doc/fir-filter/.README.un~ differ diff --git a/doc/fir-filter/.generate-filter.py.un~ b/doc/fir-filter/.generate-filter.py.un~ new file mode 100755 index 0000000..573ffae Binary files /dev/null and b/doc/fir-filter/.generate-filter.py.un~ differ -- cgit v1.2.3