Skip to content

Commit

Permalink
Revert "Fix BANDWIDTH value"
Browse files Browse the repository at this point in the history
This reverts commit ade542f.
  • Loading branch information
moh53n committed Jul 1, 2023
1 parent 1769d65 commit af3634e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autonoaa/Recorder/capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def rec(id, device_conf, satellite, duration):
CAPTURE_TIME = duration,
freq = satellite.frequency,
FREQ_OFFSET = device_conf.freq_correction,
BANDWIDTH = satellite.bandwidth * 2,
BANDWIDTH = satellite.bandwidth,
GAIN = device_conf.gain,
OUT_FILE = os.getenv('HOME') + "/.autonoaa/captures/" + f"{id}.wav"
)
Expand Down

0 comments on commit af3634e

Please sign in to comment.