Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform


Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | BER dependence on SINR

There are 9 messages in this thread.

You are currently looking at messages 0 to 9.


BER dependence on SINR - Vimal - 2004-09-15 14:50:00

Hello,

In case of 

r(t) = s(t) + i(t) + n(t)

where r(t) - received signal
      s(t) - desired signal
      i(t) - interference signal
      n(t) - additive Gaussian noise

then does the BER depend on Signal-to-{Interference + Noise} Ratio
(SINR) directly

For e.g. if s(t) is Binary PSK, can I use the Q-function directly by
replacing the SNR by SINR to estimate the BER.

Cheers,
Vimal
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: BER dependence on SINR - laki - 2004-09-15 15:33:00



I think (but I am just a beginner) the following:

if i(t) is gaussian white noise and uncorrelated with n(t), you can use the
SINR directly

> Hello,
>
> In case of
>
> r(t) = s(t) + i(t) + n(t)
>
> where r(t) - received signal
>       s(t) - desired signal
>       i(t) - interference signal
>       n(t) - additive Gaussian noise
>
> then does the BER depend on Signal-to-{Interference + Noise} Ratio
> (SINR) directly
>
> For e.g. if s(t) is Binary PSK, can I use the Q-function directly by
> replacing the SNR by SINR to estimate the BER.
>
> Cheers,
> Vimal


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: BER dependence on SINR - Jake Janovetz - 2004-09-15 20:06:00

Hint: Consider different types of interference.

   Cheers,
   Jake


v...@yahoo.com (Vimal) wrote in message news:<b...@posting.google.com>...
> Hello,
> 
> In case of 
> 
> r(t) = s(t) + i(t) + n(t)
> 
> where r(t) - received signal
>       s(t) - desired signal
>       i(t) - interference signal
>       n(t) - additive Gaussian noise
> 
> then does the BER depend on Signal-to-{Interference + Noise} Ratio
> (SINR) directly
> 
> For e.g. if s(t) is Binary PSK, can I use the Q-function directly by
> replacing the SNR by SINR to estimate the BER.
> 
> Cheers,
> Vimal
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: BER dependence on SINR - Vimal - 2004-09-16 06:48:00

> Hint: Consider different types of interference.
> 
>    Cheers,
>    Jake
> 

If the interference, is lets say binary antipodal +/- 1 ... then can we use SINR...
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: BER dependence on SINR - Ramesh - 2004-09-18 04:04:00

If the interference is another BPSK modulated signal, and if the
desired user is employed with only a matched filter, then we cannot
use SINR. This is as follows:
After matched filtering, we have
r = A1*X1 + A2*X2 + n, 
where A1 is the desired user's signal amplitude, X1 is the desired
user's BPSK signal, A2 is the interference amplitude, X2 is the
corresponding BPSK signal. It is now straightforward that, by first
conditioned on X2, one can find the average BER of the desired user,
which then has to be averaged over the statistics of X2.

For completeness, assuming the standard deviation of n as sigma and X1
and X2 are equally likely BPSK signals, the following is the final
expression for the BER:

BER = 0.5*Q((A1+A2)/sigma) + 0.5*Q((A1-A2)/sigma).

hope that helps
Ramesh


v...@yahoo.com (Vimal) wrote in message news:<b...@posting.google.com>...
> > Hint: Consider different types of interference.
> > 
> >    Cheers,
> >    Jake
> > 
> 
> If the interference, is lets say binary antipodal +/- 1 ... then can we use SINR...
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: BER dependence on SINR - James K. - 2004-09-18 20:15:00

> For completeness, assuming the standard deviation of n as sigma and X1
> and X2 are equally likely BPSK signals, the following is the final
> expression for the BER:
>
> BER = 0.5*Q((A1+A2)/sigma) + 0.5*Q((A1-A2)/sigma).
>
> hope that helps
> Ramesh

For more complex example, when QPSK modulation is assumed for both desired 
and interfered signals,
can we still use a similar equation together with the following additional 
definitions?

> BER = 0.5*( 0.5*Q((A1+A2re)/sigma) + 0.5*Q((A1-A2re)/sigma)) +
               0.5*( 0.5*Q((A1+A2im)/sigma) + 0.5*Q((A1-A2im)/sigma)) +

where A1 = w*h1, A2re = Re{w*h2}, A2im = Im{w*h2} while w = 
conj{h1}/abs{h1},
in which h1 and h2 denote complex channel response and
Re{}, Im{}, conj{.}, and abs{.} stand for real, image, conjugate and 
absolute, respectively.

-- 
Best regards,
James K. (t...@hotmail.com)
- Any remarks, proposal and/or indicator to text would be greatly respected.
- Private opinions: These are not the opinions from my affiliation.
[Home] http://home.naver.com/txdiversity



______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: BER dependence on SINR - Mike Yarwood - 2004-09-20 05:12:00

Hi Vimal : you can always use the SINR directly to estimate BER but you may
not get a very good estimate. If the interference is gaussian at the output
of your matched filter then you'll get a good estimate , else you may well
get a bad one.
Best of luck - Mike


"Ramesh" <e...@rediffmail.com> wrote in message
news:b...@posting.google.com...
> If the interference is another BPSK modulated signal, and if the
> desired user is employed with only a matched filter, then we cannot
> use SINR. This is as follows:
> After matched filtering, we have
> r = A1*X1 + A2*X2 + n,
> where A1 is the desired user's signal amplitude, X1 is the desired
> user's BPSK signal, A2 is the interference amplitude, X2 is the
> corresponding BPSK signal. It is now straightforward that, by first
> conditioned on X2, one can find the average BER of the desired user,
> which then has to be averaged over the statistics of X2.
>
> For completeness, assuming the standard deviation of n as sigma and X1
> and X2 are equally likely BPSK signals, the following is the final
> expression for the BER:
>
> BER = 0.5*Q((A1+A2)/sigma) + 0.5*Q((A1-A2)/sigma).
>
> hope that helps
> Ramesh
>
>
> v...@yahoo.com (Vimal) wrote in message
news:<b...@posting.google.com>...
> > > Hint: Consider different types of interference.
> > >
> > >    Cheers,
> > >    Jake
> > >
> >
> > If the interference, is lets say binary antipodal +/- 1 ... then can we
use SINR...


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: BER dependence on SINR - James K. - 2004-09-28 20:42:00

On Mon, 20 Sep 2004 09:12:53 +0000 (UTC), "Mike Yarwood"
<m...@btopenworld.com> wrote:

>Hi Vimal : you can always use the SINR directly to estimate BER but you may
>not get a very good estimate. If the interference is gaussian at the output
>of your matched filter then you'll get a good estimate , else you may well
>get a bad one.
>Best of luck - Mike

Mike, do you mean good performance by noting good estimation?

To be more clear my question, I'd like show one example related to my
question. If considered SNR is high, 

BER ~= 0.5*Q((A1-A2)/sigma) --> 0.5*Q(0) = 0.25

for good estimation where A1 = A2 is assumed, but for simple Gaussian
approximation case which is obviously not good estimation, it is 

BER ~= Q(A1/(A2+sigma)) -> Q(1) = 0.16

In this case, the above result reveals that the good estimation
produces worse BER.

Thus, as long as my analysis is correct, the good estimation dose not
(directly) mean for the good performance, right? 

BR,
------
James K. (t...@hotmail.com)
[Home] http://home.naver.com/txdiversity
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: BER dependence on SINR - Mike Yarwood - 2004-09-29 16:21:00

James K. <t...@hotmail.com> wrote in message
news:<3...@4ax.com>...
> On Mon, 20 Sep 2004 09:12:53 +0000 (UTC), "Mike Yarwood"
> <m...@btopenworld.com> wrote:
> 
> >Hi Vimal : you can always use the SINR directly to estimate BER but you may
> >not get a very good estimate. If the interference is gaussian at the output
> >of your matched filter then you'll get a good estimate , else you may well
> >get a bad one.
> >Best of luck - Mike
> 
> Mike, do you mean good performance by noting good estimation?
> 
> To be more clear my question, I'd like show one example related to my
> question. If considered SNR is high, 
> 
> BER ~= 0.5*Q((A1-A2)/sigma) --> 0.5*Q(0) = 0.25
> 
> for good estimation where A1 = A2 is assumed, but for simple Gaussian
> approximation case which is obviously not good estimation, it is 
> 
> BER ~= Q(A1/(A2+sigma)) -> Q(1) = 0.16
> 
> In this case, the above result reveals that the good estimation
> produces worse BER.
> 
> Thus, as long as my analysis is correct, the good estimation dose not
> (directly) mean for the good performance, right? 
> 
> BR,
> ------
> James K. (t...@hotmail.com)
> [Home] http://home.naver.com/txdiversity

Hi James, 
you asked:- 

> Mike, do you mean good performance by noting good estimation? 

I don't think so. I was just talking about the quality of the
estimation, if it predicts low BER when it should predict high or high
when it should be low then its not as good as an estimator which gives
a better prediction.

> Thus, as long as my analysis is correct, the good estimation dose not
> (directly) mean for the good performance, right? 

If your analysis is correct then the better method of estimation has
produced the most accurate estimate of the BER and that estimate of
the BER is higher than the estimate produced by the worse estimation
method , right.

Best of luck -Mike
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.