Skip to content

Commit cd8348c

Browse files
committed
updated
1 parent 55c1cce commit cd8348c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ options:
6464
-s, --serial_numbers show only founded serial_numbers
6565
```
6666
```
67-
usage: python -m python_hackrf sweep [-h] [-d] [-a] [-f] [-p] [-l] [-g] [-w] [-1] [-N] [-I] [-r]
67+
usage: python -m python_hackrf sweep [-h] [-d] [-a] [-f] [-p] [-l] [-g] [-w] [-1] [-N] [-B] [s] [-SR] [-r]
6868
6969
options:
7070
-h, --help show this help message and exit
@@ -74,10 +74,12 @@ options:
7474
-p antenna_enable. Antenna port power. If specified = Enable
7575
-l gain_db. RX LNA (IF) gain, 0-40dB, 8dB steps
7676
-g gain_db. RX VGA (baseband) gain, 0-62dB, 2dB steps
77-
-w bin_width. FFT bin width (frequency resolution) in Hz, 2445-5000000
77+
-w bin_width. FFT bin width (frequency resolution) in Hz, 245-5000000 Depends on sample rate min= sample rate * 1e6 / 8180, max = sample_rate * 1e6 / 4
7878
-1 one shot mode. If specified = Enable
7979
-N num_sweeps. Number of sweeps to perform
8080
-B binary output. If specified = Enable
81+
-s sweep style ("L" - LINEAR, "I" - INTERLEAVED). Default is INTERLEAVED
82+
-SR sample rate (2, 4, 6, 8, 10, 12, 14, 16, 18, 20). Default is 20
8183
-r filename. output file
8284
```
8385
## Note

0 commit comments

Comments
 (0)