File: hackrf_sweep.1

package info (click to toggle)
hackrf 2026.01.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 38,216 kB
  • sloc: ansic: 60,696; python: 6,072; xml: 3,424; perl: 2,730; makefile: 601; asm: 514; vhdl: 319; sh: 179; awk: 20
file content (43 lines) | stat: -rw-r--r-- 1,141 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.TH HACKRF_SWEEP "1" "July 2021" "hackrf_sweep" "User Commands"
.SH NAME
hackrf_sweep \- control frequency sweep of hackrf
.SH DESCRIPTION
hackrf_sweep
Usage:
.IP
[\-h] # this help
.IP
[\-d serial_number] # Serial number of desired HackRF
.IP
[\-a amp_enable] # RX RF amplifier 1=Enable, 0=Disable
.IP
[\-f freq_min:freq_max] # minimum and maximum frequencies in MHz
.IP
[\-p antenna_enable] # Antenna port power, 1=Enable, 0=Disable
.IP
[\-l gain_db] # RX LNA (IF) gain, 0\-40dB, 8dB steps
.IP
[\-g gain_db] # RX VGA (baseband) gain, 0\-62dB, 2dB steps
.IP
[\-w bin_width] # FFT bin width (frequency resolution) in Hz
.IP
[-P estimate|measure|patient|exhaustive] # FFTW plan type, default is 'measure'
.IP
[\-1] # one shot mode
.IP
[\-N num_sweeps] # Number of sweeps to perform
.IP
[\-B] # binary output
.IP
[\-I] # binary inverse FFT output
.IP
[-n] # keep the same timestamp within a sweep
.IP
\fB\-r\fR filename # output file
.SS "Output fields:"
.IP
date, time, hz_low, hz_high, hz_bin_width, num_samples, dB, dB, . . .
.SH "SEE ALSO"
The primary source of documentation is the wiki on github:

https://github.com/mossmann/hackrf/wiki