diff options
Diffstat (limited to 'doc/example.ini')
-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 |