sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity.

Change-Id: Ibcef8d7d4a2c06865bed7e4091ccc8dbbd494d77
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 @@
   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)