Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Update LRIT and HRIT symbol rates
Browse files Browse the repository at this point in the history
  • Loading branch information
sam210723 authored Jun 2, 2019
1 parent 6408bba commit 9fd004c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/goesrecv/demodulator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ using namespace util;
Demodulator::Demodulator(Demodulator::Type t) {
switch (t) {
case LRIT:
symbolRate_ = 293883;
symbolRate_ = 128000; // COMS-1 LRIT Symbol Rate (128 kSps)
break;
case HRIT:
symbolRate_ = 927000;
symbolRate_ = 3000000; // COMS-1 HRIT Symbol Rate (3 MSps)
break;
default:
ASSERT(false);
Expand Down

0 comments on commit 9fd004c

Please sign in to comment.