I am reading the GMSK2 code again and have met some interesting questions.
1. At the receiver side, why would we use such a channel filter? The
sampling rate is set to the spd value and the cutoff freq. is simply
1. Could any friend tell me the meaning of these values and what the
channel filter is used for? I am confused because obviously the actual
sampling rate is spd*bit rate.
2. The channel filter is created using:
self.chan_filt = gr.fft_filter_ccc(sw_decim, chan_coeffs)
why do we use a "fft" filter here, instead of the "gr.fir_filter_ccf" one?
3. What will happen if we don't use this channel filter?
Thank you for your time
Dawei
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio