discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] AWAL root raised cosine filter in the GRC trunk?


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] AWAL root raised cosine filter in the GRC trunk?
Date: Fri, 12 Dec 2008 14:19:54 -0800

On Fri, Dec 12, 2008 at 1:47 PM, Josh Blum <address@hidden> wrote:

> However, I would like to make these convenience blocks for some of the
> combinations. Would RRC FIR be useful? Any other suggestions for some
> practical combinations?

A rational resampler that used RRC taps would be useful as a transmit
side RRC interpolator.

A common MPSK transmitter chain is to create a symbol stream at a
particular number of samples per symbol (related to your input data),
perform RRC filtering, then resample to meet the rate expected by the
USRP at some particular hardware interpolation rate.

You can economize CPU cycles by merging the RRC and resampling filter
stages, that is, by using properly calculated RRC taps in the place of
the resampler lowpass filter.

You could make a GRC wrapper for this.  Come to think of it, this
would be a good opportunity to make a hierarchical block for the blks2
namespace.

-Johnathan




reply via email to

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