Skip to content

Commit

Permalink
opening up the analog channel a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Jun 14, 2024
1 parent 687615e commit cc33b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk-recorder/recorders/analog_recorder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ analog_recorder::analog_recorder(Source *src, Recorder_Type type, float tone_fre
}

int samp_per_sym = 2;
double bandwidth = 8000;
double bandwidth = 12000;
system_channel_rate = 96000; // 4800 * samp_per_sym;
wav_sample_rate = 16000; // Must be an integer decimation of system_channel_rate

Expand Down

0 comments on commit cc33b6f

Please sign in to comment.