table of contents
| HACKRF_SWEEP(1) | User Commands | HACKRF_SWEEP(1) |
NAME¶
hackrf_sweep - control frequency sweep of hackrf
DESCRIPTION¶
hackrf_sweep Usage:
- [-h] # this help
- [-d serial_number] # Serial number of desired HackRF
- [-a amp_enable] # RX RF amplifier 1=Enable, 0=Disable
- [-f freq_min:freq_max] # minimum and maximum frequencies in MHz
- [-p antenna_enable] # Antenna port power, 1=Enable, 0=Disable
- [-l gain_db] # RX LNA (IF) gain, 0-40dB, 8dB steps
- [-g gain_db] # RX VGA (baseband) gain, 0-62dB, 2dB steps
- [-w bin_width] # FFT bin width (frequency resolution) in Hz
- [-P estimate|measure|patient|exhaustive] # FFTW plan type, default is 'measure'
- [-1] # one shot mode
- [-N num_sweeps] # Number of sweeps to perform
- [-B] # binary output
- [-I] # binary inverse FFT output
- [-n] # keep the same timestamp within a sweep
- -r filename # output file
Output fields:¶
- date, time, hz_low, hz_high, hz_bin_width, num_samples, dB, dB, . . .
SEE ALSO¶
The primary source of documentation is the wiki on github:
| July 2021 | hackrf_sweep |