jgaeddert / liquid-dsp

digital signal processing library for software-defined radios
http://liquidsdr.org
MIT License
1.9k stars 443 forks source link

Header payload validity at the receiving side #366

Closed Mas313 closed 4 months ago

Mas313 commented 5 months ago

Hi, In the gmskframesync example, when k=208, m=4 , BT=0.4 and sampling rate of 2 Msps used the gmskframesync_create_set() function does not invoke call back instead application crashes with core dumped. I have used same values with GNUradio GMSK modulator for AIS , where data rate of 9600 bps is used as described in the following project [(https://github.com/Mictronics/ais-simulator)] What i have found that number of samples are quite high with 2 Msps but then how gnuradio managing it and sending it through SDR. Same is received correctly at the other end through other machine running gnuradio with same parameteres and SDR. Any ideas or configuration missing

Thanks