aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.cpp
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2017-03-17 16:12:47 -0700
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2017-03-22 18:30:53 +0000
commit1c0b8b355ccbb31048973e838933d0e29039ad32 (patch)
tree21d43d5d0dc02ae0e9e3f3ffa6e14e1df7f9bbd6 /Transceiver52M/Transceiver.cpp
parent1dd05cf35a8c5e3c2acfbc4e23e26d41ea4a9aa9 (diff)
sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity.
Diffstat (limited to 'Transceiver52M/Transceiver.cpp')
-rw-r--r--Transceiver52M/Transceiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index 3df482f..3f624d0 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -583,7 +583,7 @@ SoftVector *Transceiver::demodulate(signalVector &burst, complex amp,
if (type == EDGE)
return demodEdgeBurst(burst, mSPSRx, amp, toa);
- return demodulateBurst(burst, mSPSRx, amp, toa);
+ return demodGmskBurst(burst, mSPSRx, amp, toa);
}
void writeToFile(radioVector *radio_burst, size_t chan)