diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-05-20 20:58:54 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-05-20 20:58:54 +0200 |
commit | 9522c159dcca6acbb22c2f8ff04d76f4c6104c34 (patch) | |
tree | 7b05ce20b5cc6296af1b4662c62529f7a3d38c83 /doc | |
parent | 76302cd1f4441187e8481eeb2365669105081204 (diff) | |
download | dabmod-9522c159dcca6acbb22c2f8ff04d76f4c6104c34.tar.gz dabmod-9522c159dcca6acbb22c2f8ff04d76f4c6104c34.tar.bz2 dabmod-9522c159dcca6acbb22c2f8ff04d76f4c6104c34.zip |
Add subdevice to UHD configuration
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/example.ini b/doc/example.ini index 7f4e315..0f5dfe2 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -41,6 +41,11 @@ digital_gain=1.0 ; Output sample rate rate=2048000 +; The USRP1 does not have flexible clocking, you will need +;rate=3200000 +; and +;dac_clk_rate=128000000 + [firfilter] enabled=0 filtertapsfile=simple_taps.txt @@ -77,9 +82,9 @@ txgain=2 ; For the USRP1 ;device=type=usrp1 -; you must change the rate in [modulator] ! The USRP1 does not have flexible -; clocking -;rate=3200000 +; the usrp1 can have two daughterboards, the subdevice parameter allows you +; to choose which one to use +;subdevice=A:0 ; you must specify either frequency or channel ;frequency=234208000 |