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

Commit

Permalink
This version of merged gl3 and digitalmods actually works okay
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7ilm committed May 30, 2017
1 parent 1c2e719 commit dd2ca00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config_webrx.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@
#format_conversion="csdr convert_s16_f | csdr gain_ff 30"

# >> /dev/urandom test signal source
samp_rate = 2400000
start_rtl_command="cat /dev/urandom | (pv -qL `python -c 'print int({samp_rate} * 2.2)'` 2>&1)".format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate)
format_conversion="csdr convert_u8_f"
# samp_rate = 2400000
# start_rtl_command="cat /dev/urandom | (pv -qL `python -c 'print int({samp_rate} * 2.2)'` 2>&1)".format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate)
# format_conversion="csdr convert_u8_f"

# >> Pre-recorded raw I/Q file as signal source
# You will have to correctly specify: samp_rate, center_freq, format_conversion in order to correctly play an I/Q file.
Expand Down
2 changes: 1 addition & 1 deletion openwebrx.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
sw_version="v0.15"
sw_version="v0.17"
#0.15 (added nmux)

import os
Expand Down

0 comments on commit dd2ca00

Please sign in to comment.