Re: [Discuss-gnuradio] PSK/QAM Demodulation Issue

2017-05-19 Thread Cinaed Simson
On 05/18/2017 05:33 AM, Mojtaba Mansour Abadi wrote: > Thanks a lot Cinaed for the tips, in particular, the symmetry order and > CMA equaliser. > > I did what you suggested about sps variable. However, it didn't help. If it was working under DPSK Mod/DPSK Demond, then all you have to do is replac

Re: [Discuss-gnuradio] PSK/QAM Demodulation Issue

2017-05-18 Thread Marcus Müller
Hi Mansour, > Besides as far as I know form GNURadio documentation, samples/symbol > is referring to the samples representing a single constellation symbol > so increasing this parameter is equivalent to interpolating the > signal. It doesn't have to do anything with the modulation scheme. > Pleas

Re: [Discuss-gnuradio] PSK/QAM Demodulation Issue

2017-05-18 Thread Mojtaba Mansour Abadi
Thanks a lot Cinaed for the tips, in particular, the symmetry order and CMA equaliser. I did what you suggested about sps variable. However, it didn't help. Besides as far as I know form GNURadio documentation, samples/symbol is referring to the samples representing a single constellation symbol

Re: [Discuss-gnuradio] PSK/QAM Demodulation Issue

2017-05-17 Thread Cinaed Simson
m-psk for m=2, has 2 samples/symbol and log2(m)=1 - or 1 bit per symbol. Also, the polyphase clock has an input of 4 samples and output of 1 sps. It should have input of 2 sps and output of 1 sps. Just change the sps everywhere to 2. Also, note there are only 2 symbols in the symbol map of the C