Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help needed in SSS Symbol Generation

Status
Not open for further replies.

samba16

Newbie level 3
Joined
Sep 9, 2008
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,304
Hi everyone ,

I am currently doing my research on uplink LTE

I need help in generating Two length-31 binary sequences used to generate the SSS. so that i can work on constructing the LTE Time frame

i used the formulas to generated the s,z and c sequence , but i am stuck in generating the s0(m0) and s1(m1).

If anyone knows how to generate them , kindly help me ,

Thanks in advance
 

As you probably know that s_0(m0)=s((n+m0)mod 31) it is 31 cyclic shift binary sequence, where s(i) =1-2x(i), where x(i) is function of past inputs mod 2. the initial conditions are there in the spec.
 
yes i know that , i generated the s(i) and when i try to generate s_0(m0)=s((n+m0mod31)) , when we get to the stage for example

lets say i pick m0=0 and m1=1 so s_0(m0)=s((n+m0mod31)) ,case is it when n=31, mod (31,31)=0 in our case does it mean the first sample in s(i) again
 

In your case s_(0)^(m0)=1, in such a case, if you consider the initial conditions etc.
Yes, it is a cyclic code so it will keep looping.
 
Thanks , i will try to implement the next steps and i will get back if i have any problem
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top