FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > DSP

DSP comp.dsp newsgroup, mailing list

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-20-2003, 08:06 PM
maca
Guest
 
Posts: n/a
Default SINR in cdma, help

I have forget to say that this is a simulation of WCDMA
to see the influence of processing gain with increasing number
of users

----------------------------------------
SINR = P/(N0 + In); % signal to interfernce noise ratio
with P = 1 (in my case) % we normalized the power for all users
N0: noise
In: Interference with => Interference = (number_Users - 1)/PG.
PG: processing gain.

in the simulation i do so:
for PG = 8 and PG = 16;
%------------------------

SINR = 0:2:20; %In dB loop of SINR
for N0 = 10.^(-SINR/10) - (Users - 1)/PG; % (as in the formula)

I generate data for X users, spreading, transmitting

n = (randn(1,N+ j*randn(1,N))*N0 %generate noise
desired_user = n + sum_other_users % add noise and mai to desirde user)

calculating BER, and ploting

But the result are not correct according ti the theory;
can some one tell me what is the problem, and if the generation of
noise is correct.

thanks
maca
Reply With Quote
  #2 (permalink)  
Old 08-21-2003, 10:07 AM
Sung Jin Kim
Guest
 
Posts: n/a
Default Re: SINR in cdma, help

[email protected] (maca) wrote in message news:<[email protected] com>...

> ----------------------------------------
> SINR = P/(N0 + In); % signal to interfernce noise ratio
> But the result are not correct according ti the theory;
> can some one tell me what is the problem, and if the generation of
> noise is correct.
>
> thanks
> maca


I don't know what kind of theory you used in that case.
In case of the theory to estimate BER of QPSK,
if your simulated BER is equal to Q[sqrt(2*SINR)],
that BER is definitely right.
Thus, I want to say that the BER from SINR is not regarding to any
interference, if SINR is estimated correctly as in your case.

--
Best regards,
James K. ([email protected])
- Private opinions: These are not the opinions from my affiliation.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
cdma receiver emanuele VHDL 0 06-26-2007 02:51 PM
Anyone has a BSDL file for Qualcomm MSM (CDMA mobile station modem chips) ? Alexander Firsov FPGA 0 03-18-2005 10:29 AM
pi/4 DQPSK with DSSS-CDMA Patrick VHDL 2 06-15-2004 03:48 AM
SINR in cdma, help maca DSP 0 08-20-2003 04:31 PM
cdma rajeevguglani DSP 0 07-19-2003 10:00 AM


All times are GMT +1. The time now is 12:52 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved