diff options
author | Jörgen Scott <jorgen.scott@gmail.com> | 2014-12-16 09:23:31 +0100 |
---|---|---|
committer | Jörgen Scott <jorgen.scott@gmail.com> | 2014-12-16 09:23:31 +0100 |
commit | f4e359f774eef5ec2a006a431a546e915b27f02b (patch) | |
tree | 27aad5426ae25a5abc513aec35434d80979feebb /doc | |
parent | 855311975814891f531577f90115bfb5fa6ed252 (diff) | |
download | dabmod-f4e359f774eef5ec2a006a431a546e915b27f02b.tar.gz dabmod-f4e359f774eef5ec2a006a431a546e915b27f02b.tar.bz2 dabmod-f4e359f774eef5ec2a006a431a546e915b27f02b.zip |
Added static delay via telnet control
Diffstat (limited to 'doc')
-rw-r--r-- | doc/.example.ini.un~ | bin | 0 -> 13605 bytes | |||
-rw-r--r-- | doc/example.ini | 13 | ||||
-rw-r--r-- | doc/fir-filter/.README.un~ | bin | 0 -> 519 bytes | |||
-rwxr-xr-x | doc/fir-filter/.generate-filter.py.un~ | bin | 0 -> 3536 bytes |
4 files changed, 7 insertions, 6 deletions
diff --git a/doc/.example.ini.un~ b/doc/.example.ini.un~ Binary files differnew file mode 100644 index 0000000..d500812 --- /dev/null +++ b/doc/.example.ini.un~ 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~ Binary files differnew file mode 100644 index 0000000..b4a2d9d --- /dev/null +++ b/doc/fir-filter/.README.un~ diff --git a/doc/fir-filter/.generate-filter.py.un~ b/doc/fir-filter/.generate-filter.py.un~ Binary files differnew file mode 100755 index 0000000..573ffae --- /dev/null +++ b/doc/fir-filter/.generate-filter.py.un~ |