discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GMSK at 768kb/sec and other good stuff


From: Robert McGwier
Subject: Re: [Discuss-gnuradio] GMSK at 768kb/sec and other good stuff
Date: Mon, 21 Nov 2005 17:35:55 +0000
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)


Dawei:

You have understood it. Can you suggest a less expensive way than a single pole iir filter (integrator) to compute the running average of the data so we can subtract that mean? That was the only thought. We needed a very low frequency cut off and this is computationally cheap.

Bob


Dawei Shen wrote:

Hi Eric and other dudes

I am studying the GMSK2 code now. The code is very clean and obviously designed sophisticatedly. I feel excited to read the code. Could you please help explain the following code to me?

    alpha = 0.0002   # FIXME, maybe 0.0008/spb
    self.freq_offset = gr.single_pole_iir_filter_ff(alpha)
    self.sub = gr.sub_ff()

    fg.connect(self.fmdemod, (self.sub, 0))
    fg.connect(self.fmdemod, self.freq_offset, (self.sub, 1))

This part is following the FM demodulator. My guess is you are going to remove the DC offset, is that right? But why do you use an IIR filter?

I plan to add comments to the codes and put them on my website once I finish studying them.

Thanks for your time

Dawei


------------------------------------------------------------------------

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


--
Laziness is the number one inspiration for ingenuity.  Guilty as charged!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]