Re: [Discuss-gnuradio] RRC Polyphase Filter in generic modulator

2013-02-22 Thread Almohanad Fayez
Thanks martin for your explanation. I modified the dbpsk_loopback.grc example to where my input sampling frequency is 16khz and instead of looping back i'm using a uhd sink block with a sampling rate of 256khz. Looking at the constellation on my spectrum analyzer i'm getting a dbpsk signal with a

Re: [Discuss-gnuradio] RRC Polyphase Filter in generic modulator

2013-02-22 Thread Tom Rondeau
On Fri, Feb 22, 2013 at 9:29 AM, Almohanad Fayez almohanad.fa...@gmail.com wrote: Thanks martin for your explanation. I modified the dbpsk_loopback.grc example to where my input sampling frequency is 16khz and instead of looping back i'm using a uhd sink block with a sampling rate of 256khz.

[Discuss-gnuradio] RRC Polyphase Filter in generic modulator

2013-02-21 Thread Almohanad Fayez
I've been trying to understand what's happening under the hood with the polyphase filter bank in the generic_mod_demod.py. Here's what I think is happening, since nfilt=32 which is also used the sampling rate of the firdes.root_raised_cosine filter means that the highest rate the polyphase filter

Re: [Discuss-gnuradio] RRC Polyphase Filter in generic modulator

2013-02-21 Thread Martin Braun (CEL)
Almohanad, perhaps the examples in gr-digital/examples/demod are more suitable to understand the internals. A couple of notes: On Thu, Feb 21, 2013 at 08:58:42PM -0500, Almohanad Fayez wrote: I've been trying to understand what's happening under the hood with the polyphase filter bank in the