Skip to content

Commit

Permalink
Adjusted hackrf_transfer gain settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilker Temir committed Jun 29, 2015
1 parent 3412565 commit bb2d02c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ select the highest gain supported automatically.

Example with hackrf_transfer:

hackrf_transfer -r output.sb -f 1090000000 -s 2000000 -p 0 -a 0 -l 40 -g 62
hackrf_transfer -r output.sb -f 1090000000 -s 2000000 -p 0 -a 0 -l 32 -g 48
sox -r 2000000 -c 1 output.sb output.ub

In the example RX/TX RF amplifier is disabled, IF gain is set to 40dB and baseband
gain is set to 62dB (maximum values). As opposed to RTL SDR devices, HackRF returns
In the example RX/TX RF amplifier is disabled, IF gain is set to 32dB and baseband
gain is set to 48dB (80% of maximum). As opposed to RTL SDR devices, HackRF returns
signed IQ values, so [SoX](http://sox.sourceforge.net/) is used to convert them to
unsigned IQ values.

Expand Down

0 comments on commit bb2d02c

Please sign in to comment.