Hi I am trying to demodulated a GFSK signal using gnu radio I connected an osmocom source to FIR filter and the filter to Quadrature demod (which output the signal to a file) as shown here: my flow graph
the Quadrature demod gain is - samp_rate/(2*pi*deviation/8).
Using Audacity I opened the file containing the demodulated signal. however no matter what packet I send (even if I don't send anything) I don't see the peeks which suppose to stand for a packet.
demodulated signal shown in audacity
you can see hear an example ,it seems that my device is sending packets constantly. what am i doing wrong?