discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] question on gmsk mod block


From: Matt Ettus
Subject: Re: [Discuss-gnuradio] question on gmsk mod block
Date: Wed, 09 May 2007 10:13:00 -0700
User-agent: Thunderbird 1.5.0.10 (X11/20070302)

Anastasopoulos Achilleas wrote:
Hi,

I noticed that the Gaussian pulse is convolved with a rectangular window
in the GMSK modulator. Why is that so?

The pulse is convolved with a rectangular window because the incoming data is not. For example, if you wanted to send 1011 and had 4X interpolated data, the data stream into the gaussian filter would look like:

1,1,1,1,-1,-1,-1,-1,1,1,1,1,1,1,1,1

however, the input to the block in question is:

1,0,0,0,-1,0,0,0,1,0,0,0,1,0,0,0

It was easier to precombine the zero-order hold with the gaussian filter by convolving it rather than having 2 separate filters in the real-time portion of the code.

Matt




reply via email to

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