[Discuss-gnuradio] PSK demod

2015-06-01 Thread Surya Agam
Hello everyone, I try to simulate PSK modulation and demodulation without channel model to calculate BER. The flow graph as shown below. ​​ ​​From File Source to PSK Mod is working, I can see the constellation even with ISI. But after PSK demod there's no output. Is there's anything wrong

[Discuss-gnuradio] PSK Demod block

2014-10-31 Thread Daniel Batista
Hi, do you know if the default PSK Demodulation block does any frecuency correction or time recovery? After running some tests, I have noticed that when I use a Channel Model between PSK mod and PSK demod, I successfully decode my data even I have a small frecuency offset or time offset

Re: [Discuss-gnuradio] PSK Demod block

2014-10-31 Thread Daniel Batista
Thank you Karl! On Saturday, November 1, 2014 12:25 AM, Karl Koscher super...@cs.washington.edu wrote: I believe so; see gnuradio/gr-digital/python/digital/generic_mod_demod.py: ... # symbol timing recovery with RRC data filter taps =

Re: [Discuss-gnuradio] PSK Demod block

2014-10-31 Thread Karl Koscher
I believe so; see gnuradio/gr-digital/python/digital/generic_mod_demod.py: ... # symbol timing recovery with RRC data filter taps = filter.firdes.root_raised_cosine(nfilts, nfilts*self._samples_per_symbol, 1.0, self._excess_bw,