Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Add note about RTL2832U sample rates #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion config_webrx.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,12 @@
fft_size=4096 #Should be power of 2
fft_voverlap_factor=0.3 #If fft_voverlap_factor is above 0, multiple FFTs will be used for creating a line on the diagram.

"""
Note: RTL2832U can sample from two ranges: 225001 to 300000 and 900001 to 3200000.
"""
# samp_rate = 250000
samp_rate = 2400000
center_freq = 144250000
center_freq = 144.250 * 1000000
rf_gain = 5 #in dB. For an RTL-SDR, rf_gain=0 will set the tuner to auto gain mode, else it will be in manual gain mode.
ppm = 0

Expand Down