discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] error rate


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] error rate
Date: Tue, 04 Nov 2014 15:32:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0

That is a very very interesting question, and synchronization is usually one of the hardest parts of a communication system.
GNU Radio does come with some packet encoders and decoders which will basically do what you want.

Also, all implementation imperfections aside, for psk systems you can derive the error rate from the SNR; for BPSK it's rather simple,
for Gaussian uncorrelated noise with a power of $N_0$ it's
$\frac{1}{2} \operatorname{erfc}{\sqrt{\frac{E_\textrm{bit}}{N_0}}}$, with erfc being the complementary Gauss Error Function.
The differentialness of DBPSK makes things a bit more complicated (I'm not even sure it's derivable at all for all DPSKs), but for DBPSK it's known.

So maybe this is a situation where estimating SNR is sufficient, and synchronization is not necessary at all?

Greetings,
Marcus

On 04.11.2014 14:34, Lucas Lopez wrote:
Hi, i would like get the error rate of my dbpsk system, the problem is that
the inputs of the ERROR RATE block have to be syncronized because of the
delay. how can i do that? some suggestions.
regards
Lucas



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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