Re: [Discuss-gnuradio] ber calculation

2019-04-22 Thread CEL
Hi Anubhav, we have absolutely no idea what you're looking at. You'll have to describe what you're doing in great detail. Best regards, Marcus On Mon, 2019-04-22 at 12:29 +0530, ANUBHAV CHOUDHARY wrote: > Can someone please help in calculating the ber? > I think there Is delay mismatch in ref si

[Discuss-gnuradio] ber calculation

2019-04-22 Thread ANUBHAV CHOUDHARY
Can someone please help in calculating the ber? I think there Is delay mismatch in ref signal port and input signal port so how to calculate that delay? -- Thanx and regards, Anubhav M.tech(Telecommunications System Engineering) E&ECE Department IIT Kharagpur ___

[Discuss-gnuradio] BER calculation on GNU radio companion

2018-08-05 Thread Linda20071
Is there a box that can do the BER calculation given the clean input data bit stream directly from the source and the demodulated data bit stream on the receiver side? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailma

Re: [Discuss-gnuradio] BER calculation using digital_bert_tx.py and digital_bert_rx.py

2015-10-16 Thread Hitesh Kasera
Hi.. I found the mistake which i was doing in digital_bert_tx.py file. i was always transmitting 1 but after scrambling when we do packing then according to this statement self._pack = blocks.unpacked_to_packed_bb(self._mod.bits_per_symbol(), gr.GR_MSB_FIRST) in qpsk modulation in place of 1 it wi

[Discuss-gnuradio] BER calculation using digital_bert_tx.py and digital_bert_rx.py

2015-10-12 Thread Hitesh Kasera
Hi everyone, I am trying to calculate BER for bpsk and qpsk using digital_bert_tx.py and digital_bert_rx.py. i want to compare BER of qpsk and bpsk. At same SNR around 20db i am getting constant .16 BER for qpsk and for bpsk it is 1e-12. when i change the SNR using gain of Transmitter and Receiving