BatchDrake / sigutils

Small signal processing utility library
https://batchdrake.github.io/sigutils
GNU General Public License v3.0
76 stars 29 forks source link

Implement GMSK equalizer #13

Open BatchDrake opened 4 years ago

BatchDrake commented 4 years ago

Although GMSK signals can be treated as regular FSK signals most of the time, the error rate may be reduced even further by implementing a proper GMSK equalizer. This equalizer may bias the decision threshold depending on the history of previous decisions.