SlideShare una empresa de Scribd logo
1 de 7
Descargar para leer sin conexión
INTERNATIONAL JOURNAL OF ELECTRONICS AND
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Special Issue (November, 2013), pp. 286-292
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
www.jifactor.com

IJECET
©IAEME

IMPLEMENTATION OF MAXIMAL LENGTH SEQUENCES FOR
IMT MULTI-CARRIER
Gaurav Purohit1, Divya Vyas2, Kota Solomon Raju2, V.K Chaubey2
1PhD

Scholar/Department of EEE, BITS- Pilani, Pilani Campus, Rajasthan, India
2Faculty/Computer Science, BKBIET, Pilani, Rajasthan, India
1er.gauravpurohit@gmail.com, 2er.divyapurohit@gmail.com

ABSTRACT: This paper presents the implementation of Pseudorandom Binary Sequence
(PRBS) i.e. Maximum Length Sequences (MLS) for International Mobile Telecommunications
MULTI CARRIER (IMT-MC) i.e. CDMA2000 using MATLAB Simulink. The autocorrelation and
cross correlation properties are studied and verified with simulation results and are found in
close agreement. The MLS is mainly used as spreading code for 2G and 3G standard such as
IS-95, CDMA2000 viz. EVDO, EVDV.
KEYWORDS: CDMA, EVDO, EVDV, IMT-MC, LFSR, MLS
I.

INTRODUCTION

The CDMA system is a 3GPP2 standard born out of the International
Telecommunication Union's (ITU) International Mobile Telecommunications "IMT-2000"
initiative, covering high speed, broadband, and Internet Protocol (IP) -based mobile systems.
The concept of a "Partnership Project" was pioneered by the European Telecommunications
Standards Institute (ETSI) early in 1998 with the proposal to create a Third Generation
Partnership Project (3GPP) focusing on Global System for Mobile (GSM) technology whereas
3GPP2 is the standardization group for CDMA2000 , the set of 3G standards based on the
earlier 2G CDMA technology. CDMA systems employ several types of codes, each with a specific
characteristic, to allow multiple users to communicate simultaneously. The code uniquely
identifies users so that they are able to transmit information while limiting interference to each
other. CDMA systems use codes, such as maximal length sequences and Walsh codes, both in
the forward and reverse links to have more users and to provide a higher Quality of Service
(QoS). Maximum length Sequences (MLS) are used to multiplex and spread the data to be
transmitted, depending on the different usage approach for each link direction i.e. forward and
reverse. Mobile stations also use these sequences to identify Base Transceiver Stations (BTSs)
within the network. [1]
They are known by Maximum length or N Sequence because they are the longest
sequences that can be generated by a certain arrangement of shift registers or delay elements.
MLS are also called pseudorandom binary sequence (PRBS) where the word ‘pseudo’ because
International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 286
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

it is deterministic and after N elements it starts to repeat itself unlike real random sequences
e.g. white noise and ‘random’ in a sense that the value of an element is independent of the
values of any of the other elements of its set. The sequence is not truly random in that it is
completely determined by a relatively small set of initial values, called the PRNG's state, which
includes a truly random seed. A random seed (or seed state, or just seed) is a number or a
vector used to initialize a pseudorandom number generator. The choice of a good random seed
is crucial for security and if the same random seed is deliberately shared, it becomes a secret
key which can be used to synchronize remote systems, such as transmitters and receivers.

II.

LFSR AND ITS VARIANTS

A linear feedback shift register (LFSR) is a shift register whose input bit is a linear function of
its previous state. Thus, an LFSR is most often a shift register whose input bit is driven by the
exclusive-or (XOR) a commonly used linear function of some bits of the overall shift register
value. The initial value of the LFSR is called the seed (anything except all 0s, which would cause
the LFSR to produce all 0 patterns) and because the operation of the register is deterministic,
the stream of values produced by the register is completely determined by previous/current
state. When the outputs of the flip-flops are loaded with a seed value and LFSR is clocked, it
will generate a pseudorandom pattern of 1s and 0s. However, an LFSR with a well-chosen
feedback function can produce a sequence of bits which appears random and which has a very
long cycle. So LFSR are extremely good pseudorandom pattern generators.[2], [3]

Fig.1: TheLinear feedback shift register [2]

III.

Fig.2: The variants of the LFSR

THE GALOIS LFSR REPRESENTATION
An LFSR in Galois configuration as shown in Fig. 3, which is also known as modular,
internal XORs as well as one-to-many LFSR, is an alternate structure that can generate
the same output stream as a conventional LFSR but offset in time.
Galois LFSRs do not concatenate every tap to produce the new input thus it is possible
for each tap to be computed in parallel, increasing the speed of execution.
In a software implementation of an LFSR, the Galois form is more efficient as the XOR
operations can be implemented a word at a time only the output bit must be examined
individually.

International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 287
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

Fig.3 : The Galois LFSR with e.g.
Polynomial x16+ x 14 + x13 + x11 +1

IV.

Fig. 4: The Fibonacci LFSR with e.g.
Polynomial x16+ x 14 + x13 + x11 +1

FIBONACCI LFSR REPRESENTATION
This LFSR configuration is also known as standard many-to-one or external XOR gates.
As an alternative to the XOR based feedback in an LFSR, one can also use XNOR. As
shown in Fig. 4.
A state with all ones is illegal when using an XNOR feedback, in the same way as a state
with all zeros is illegal when using XOR.
The LFSR will only be maximum-length if the number of taps is even just 2 or 4 taps can
suffice even for extremely long sequences.

V.

THE MLS AND CDMA 2000

A maximal-length LFSR produces the maximum number of PRPG patterns possible and has a
pattern count equal to 2n-1, where n is the number of register elements in the LFSR. It
produces patterns that have an approximately equal number of 1’s and 0’s and have an equal
number of runs of 1’s and 0’s.As shown in Fig. 5 information bits from CDMA channels are
spreaded using spreading code at rate 1.2288 Mcps. The polynomial used in CDMA2000 is 42
bits long as shown in equation 1. [1] The long code is a 4398046511103chips long MLS (2421 chips) generated by a 42-stage shift-register circuit described by the polynomial in equation
1. The transmission rate of this sequence is 1.2288 Mcps, resulting in one repetition of the
sequence every 42 days, 10 hours, 12 minutes and 19.4 seconds approximately. The starting
point of the sequence is the first ‘1’ after all 41 consecutive ‘0s’. All mobile stations and BTS
channel elements have a long code generator. After the MS initialization state, the MS and its
best server BTS have their long codes synchronized. A unique PNLC is used within the entire
network however; masks of bits are applied to the sequence to reflect user-specific
characteristics, as in Figs. 5, 6 illustrates the MLS generator and the offset mask application.
The masks vary according to the function of the long code.[4][5]
p(x) = x42 + x35 + x33+ x31+ x27+ x26+ x25+ x21+ x19 + x18 + x17+ x16 + x10+ x7+ x5+ x3+
x2+ x1+ 1
(1).
Long code sequences can be used, for example, for privacy (message scrambling) on forward
and reverse links and for identification of mobiles and access channels on the reverse link.
There are two types of Long Code (LC) masks defined by CDMA standards,
Public Long Code Offset Mask
Private Long Code Offset Mask
International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 288
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

Fig. 5: The MLS generator with polynomial as shown in equation1 for CDMA IS-95 and
cdma2000-(1x rate) [1]

Fig. 6: The MLS generator for CDMA IS-95 and cdma2000-(1x rate) using MATLAB SIMULINK

VI.

M-SEQUENCE PROPERTIES

An m-bit register produces an m-sequence of period 2m-1.
An m-sequence contains exactly 2 (m-1) ones and 2(m-1)-1 zeros. [4]
The modulo-2 sum of an m-sequence and another phase (i.e. Time-delayed version) of the
same sequence yields yet a third phase of the sequence.
Define a run of length are to be a sequence of r consecutive identical numbers, bracketed by
non-equal numbers. Then in any m-sequence there are,
1 run of ones of length m.
1 run of zeros of length m-1.
1 run of ones and 1 run of zeros, each of length m-2.
2 runs of ones and 2 run of zeros, each of length m-3.
4 runs of ones and 4 run of zeros, each of length m-4.
2m-3 runs of ones and 2m-3 run of zeros, each of length 1.

International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 289
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

A sliding window of length m, passed along an m-sequence for 2m-1 position, will span every
possible m-bit number, except all zeros, once and only once. That is, every state of an m-bit
state register will be encountered, with the exception of all zeros.
Other interesting facts regarding m-sequences and feedback sets that produce them include
the following:
If the order of the feedback taps (as defined in Figs. 3 and 4) is reversed, the resulting
sequence will be the time reversal of the original sequence, and will also be an msequence.
The feedback set for any given m-sequence consists of an even number of taps, never
odd.

VII.

Correlation Characteristics And Results

The similarity between a function F(t) and itself at a different time (phase offset) is known as
auto-correlation and is quantified by the Auto-Correlation Function (ACF) as shown in
equation 2. ACF for a PN sequence can be understood as the chip-by-chip comparison of a
sequence (length L) with shifted versions of itself (offsets from 1 to L), as in equation 3.

(2)
ACF = CC – NCC

(3)

Where: CC = number of Coinciding Chips between sequence.NCC = number of Non-Coinciding
Chips between sequence.

Table 1: Auto-correlation function for an MLS of length L =7 and N = 3
Table -1 shows ACF results when comparing an MLS of length L = 7 and itself with different
phase offsets. For non-zero offset, the number of non-coinciding chips always exceeds the
number of coinciding chips by one, regardless of the offset. The maximum value (autocorrelation spikes) of the ACF is obtained only when both sequences being compared have the
same phase.

International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 290
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

Fig.7: MATLAB Script generated ACF

Fig.8: CCF (Cross Correlation Function)

Fig.9: The starting point of the sequence is the first ‘1’ after all 41 consecutive ‘0s’
(Property: 1 runs of ones of length m.)

Fig. 10: The PRBS Sequence

VIII. Conclusion
In this paper, the Long code generator has been implemented using MATLAB SIMULINK with
rate 1 for CDMA2000 3G services. The purpose of this paper was to study the properties viz.
ACF and CCF for spreading code i.e. MLS. The MLS is mainly used as spreading code for 2G and
3G standard such as IS -95, CDMA2000 viz. EVDO, EVDV.

International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 291
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

IX.

Acknowledgments

The authors would like to thank Mrs. Anu Gupta, HOD, Department of EEE, BITS-Pilani. This
work is published with the support of CSIR (MHRD, DELHI) SRF Fellowship.

REFERENCES
[1] Physical layer Specification for CDMA2000 spread spectrum system.Available (online)
https://docs.google.com/viewer?url=http%3A%2F%2Fwww.3gpp2.org%2Fpublic_html%2Fs
pecs%2FC.S0002-D_v1.0_021704.pdf
[2] A linear feedback shift registers. Available online
www.princeton.edu/~achaney/tmve/wiki100k/docs/Linear_feedback_shift_register.htm.
[3] L. Korowajczuk, B.D.S.A. Xavier, A.M.F. Filho, L.Z. Ribeiro, C. Korowajczuk& L.A. DaSilva
“Designing cdma2000 systems”, (John Wiley & sons, 2004).
[4] Linear Feedback Shift Registers (Implementation, M-Sequence,Properties,Feedback,Tables)
Available (online)
http://www.newwaveinstruments.com/resources/articles/m_sequence_linear_feedback_shift_
register_lfsr.htm.
[5] MATLAB users’ guide, Available (online)
http://www.mathworks.in/help/index.html

BIOGRAPHY
Gaurav Purohit was born in Jodhpur, Rajasthan, India in 1986. He received
the B.E degree in Electronics and Telecommunication Engineering in 2006. He
received his M.E. in communication system and is currently pursuing PhD with
SRF scholarship and his research interests focus on VLSI, DSP and digital
design.

Divya Vyas was born in Jodhpur, Rajasthan, India in 1986. She received the
B.E degree in Information and technology from Rajasthan University in 2007.
She is currently working as faculty in CS/IT department, BKBIET, Pilani,
Rajasthan, and her research interests focus on Verilog and C language with
digital design

International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 292

Más contenido relacionado

La actualidad más candente

5x7 matrix led display
5x7 matrix led display 5x7 matrix led display
5x7 matrix led display Vatsal N Shah
 
Low complexity turbo decoder with modified acs
Low complexity turbo decoder with modified acsLow complexity turbo decoder with modified acs
Low complexity turbo decoder with modified acsIAEME Publication
 
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERSHIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERSLalitha Gosukonda
 
Iaetsd low power flip flops for vlsi applications
Iaetsd low power flip flops for vlsi applicationsIaetsd low power flip flops for vlsi applications
Iaetsd low power flip flops for vlsi applicationsIaetsd Iaetsd
 
VHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband DividerVHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband Dividerijsrd.com
 
Digital Electronics Most Essential and Frequently Asked Interview Questions
Digital Electronics Most Essential and Frequently Asked Interview QuestionsDigital Electronics Most Essential and Frequently Asked Interview Questions
Digital Electronics Most Essential and Frequently Asked Interview Questionsiottrainingts
 
Analysis of zone routing protocol in manet
Analysis of zone routing protocol in manetAnalysis of zone routing protocol in manet
Analysis of zone routing protocol in maneteSAT Journals
 
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...vtunotesbysree
 
Advertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LEDAdvertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LEDijsrd.com
 
Fpga implementation of multi protocol data
Fpga implementation of multi protocol dataFpga implementation of multi protocol data
Fpga implementation of multi protocol dataeSAT Publishing House
 
Research on pilot based channel estimation for lte downlink
Research on pilot based channel estimation for lte downlinkResearch on pilot based channel estimation for lte downlink
Research on pilot based channel estimation for lte downlinkIAEME Publication
 
Design and Performance Evaluation Of Modulation Techniques Suitable For ADSL ...
Design and Performance Evaluation Of Modulation Techniques Suitable For ADSL ...Design and Performance Evaluation Of Modulation Techniques Suitable For ADSL ...
Design and Performance Evaluation Of Modulation Techniques Suitable For ADSL ...Ash Milan
 
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...csandit
 

La actualidad más candente (18)

5x7 matrix led display
5x7 matrix led display 5x7 matrix led display
5x7 matrix led display
 
40120130406011 2-3
40120130406011 2-340120130406011 2-3
40120130406011 2-3
 
Low complexity turbo decoder with modified acs
Low complexity turbo decoder with modified acsLow complexity turbo decoder with modified acs
Low complexity turbo decoder with modified acs
 
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERSHIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERS
 
Iaetsd low power flip flops for vlsi applications
Iaetsd low power flip flops for vlsi applicationsIaetsd low power flip flops for vlsi applications
Iaetsd low power flip flops for vlsi applications
 
VHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband DividerVHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband Divider
 
Digital Electronics Most Essential and Frequently Asked Interview Questions
Digital Electronics Most Essential and Frequently Asked Interview QuestionsDigital Electronics Most Essential and Frequently Asked Interview Questions
Digital Electronics Most Essential and Frequently Asked Interview Questions
 
Lb35189919904
Lb35189919904Lb35189919904
Lb35189919904
 
Bm36382385
Bm36382385Bm36382385
Bm36382385
 
Analysis of zone routing protocol in manet
Analysis of zone routing protocol in manetAnalysis of zone routing protocol in manet
Analysis of zone routing protocol in manet
 
Co35503507
Co35503507Co35503507
Co35503507
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...
 
Advertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LEDAdvertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LED
 
Fpga implementation of multi protocol data
Fpga implementation of multi protocol dataFpga implementation of multi protocol data
Fpga implementation of multi protocol data
 
Research on pilot based channel estimation for lte downlink
Research on pilot based channel estimation for lte downlinkResearch on pilot based channel estimation for lte downlink
Research on pilot based channel estimation for lte downlink
 
Design and Performance Evaluation Of Modulation Techniques Suitable For ADSL ...
Design and Performance Evaluation Of Modulation Techniques Suitable For ADSL ...Design and Performance Evaluation Of Modulation Techniques Suitable For ADSL ...
Design and Performance Evaluation Of Modulation Techniques Suitable For ADSL ...
 
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...
 

Destacado

Kernel based similarity estimation and real time tracking of moving
Kernel based similarity estimation and real time tracking of movingKernel based similarity estimation and real time tracking of moving
Kernel based similarity estimation and real time tracking of movingIAEME Publication
 
Investigation of optimal duty cycle for gvd undercompensated
Investigation of optimal duty cycle for gvd undercompensatedInvestigation of optimal duty cycle for gvd undercompensated
Investigation of optimal duty cycle for gvd undercompensatedIAEME Publication
 
генератор змінного струму
генератор змінного струмугенератор змінного струму
генератор змінного струмуzhmekapanova
 
Are self employed women driving inequality?
Are self employed women driving inequality?Are self employed women driving inequality?
Are self employed women driving inequality?Erika Watson MBE MBA
 
Robotium framework & Jenkins CI tools - TdT@Cluj #19
Robotium framework & Jenkins CI tools - TdT@Cluj #19Robotium framework & Jenkins CI tools - TdT@Cluj #19
Robotium framework & Jenkins CI tools - TdT@Cluj #19Tabăra de Testare
 
Ape attestato prestazione energetica
Ape attestato prestazione energeticaApe attestato prestazione energetica
Ape attestato prestazione energeticaGennaro Marasciuolo
 
PB 601 INVESTMENT MANAGEMENT
PB 601 INVESTMENT MANAGEMENTPB 601 INVESTMENT MANAGEMENT
PB 601 INVESTMENT MANAGEMENTSuhairi Yunus
 
Salaires : Le guide 2014
Salaires : Le guide 2014Salaires : Le guide 2014
Salaires : Le guide 2014Qapa.fr
 
GeorgiaStonePortfolio
GeorgiaStonePortfolioGeorgiaStonePortfolio
GeorgiaStonePortfolioGeorgia Stone
 
A insustentabilidade do modelo energético do brasil
A insustentabilidade do modelo energético do brasilA insustentabilidade do modelo energético do brasil
A insustentabilidade do modelo energético do brasilFernando Alcoforado
 
9. sistema curricular (apoyo)
9.  sistema curricular (apoyo)9.  sistema curricular (apoyo)
9. sistema curricular (apoyo)dalguerri
 
UK Foreign Office memo on the creation of a UN tax committee, 1967
UK Foreign Office memo on the creation of a UN tax committee, 1967UK Foreign Office memo on the creation of a UN tax committee, 1967
UK Foreign Office memo on the creation of a UN tax committee, 1967Martin Hearson
 
Mapas progreso comunicacion_lectura
Mapas progreso comunicacion_lecturaMapas progreso comunicacion_lectura
Mapas progreso comunicacion_lecturadalguerri
 
Los oscars maria y cecilia (2)
Los oscars maria y cecilia (2)Los oscars maria y cecilia (2)
Los oscars maria y cecilia (2)vipama66
 

Destacado (20)

Kernel based similarity estimation and real time tracking of moving
Kernel based similarity estimation and real time tracking of movingKernel based similarity estimation and real time tracking of moving
Kernel based similarity estimation and real time tracking of moving
 
Investigation of optimal duty cycle for gvd undercompensated
Investigation of optimal duty cycle for gvd undercompensatedInvestigation of optimal duty cycle for gvd undercompensated
Investigation of optimal duty cycle for gvd undercompensated
 
генератор змінного струму
генератор змінного струмугенератор змінного струму
генератор змінного струму
 
Dukane camera 446
Dukane camera 446Dukane camera 446
Dukane camera 446
 
Are self employed women driving inequality?
Are self employed women driving inequality?Are self employed women driving inequality?
Are self employed women driving inequality?
 
E commerce
E commerceE commerce
E commerce
 
Robotium framework & Jenkins CI tools - TdT@Cluj #19
Robotium framework & Jenkins CI tools - TdT@Cluj #19Robotium framework & Jenkins CI tools - TdT@Cluj #19
Robotium framework & Jenkins CI tools - TdT@Cluj #19
 
Ape attestato prestazione energetica
Ape attestato prestazione energeticaApe attestato prestazione energetica
Ape attestato prestazione energetica
 
PB 601 INVESTMENT MANAGEMENT
PB 601 INVESTMENT MANAGEMENTPB 601 INVESTMENT MANAGEMENT
PB 601 INVESTMENT MANAGEMENT
 
Reflections: Croatia
Reflections: CroatiaReflections: Croatia
Reflections: Croatia
 
Salaires : Le guide 2014
Salaires : Le guide 2014Salaires : Le guide 2014
Salaires : Le guide 2014
 
20320140502004
2032014050200420320140502004
20320140502004
 
GeorgiaStonePortfolio
GeorgiaStonePortfolioGeorgiaStonePortfolio
GeorgiaStonePortfolio
 
A insustentabilidade do modelo energético do brasil
A insustentabilidade do modelo energético do brasilA insustentabilidade do modelo energético do brasil
A insustentabilidade do modelo energético do brasil
 
Os desafios da ucrânia
Os desafios da ucrâniaOs desafios da ucrânia
Os desafios da ucrânia
 
9. sistema curricular (apoyo)
9.  sistema curricular (apoyo)9.  sistema curricular (apoyo)
9. sistema curricular (apoyo)
 
UK Foreign Office memo on the creation of a UN tax committee, 1967
UK Foreign Office memo on the creation of a UN tax committee, 1967UK Foreign Office memo on the creation of a UN tax committee, 1967
UK Foreign Office memo on the creation of a UN tax committee, 1967
 
Mapas progreso comunicacion_lectura
Mapas progreso comunicacion_lecturaMapas progreso comunicacion_lectura
Mapas progreso comunicacion_lectura
 
Los oscars maria y cecilia (2)
Los oscars maria y cecilia (2)Los oscars maria y cecilia (2)
Los oscars maria y cecilia (2)
 
Texto de moniz bandeira
Texto de moniz bandeiraTexto de moniz bandeira
Texto de moniz bandeira
 

Similar a Implementation of maximal length sequences for

IRJET-Simulation of Channel-Estimation for Digital Communication System based...
IRJET-Simulation of Channel-Estimation for Digital Communication System based...IRJET-Simulation of Channel-Estimation for Digital Communication System based...
IRJET-Simulation of Channel-Estimation for Digital Communication System based...IRJET Journal
 
Optimized architecture for SNOW 3G
Optimized architecture for SNOW 3GOptimized architecture for SNOW 3G
Optimized architecture for SNOW 3GIJECEIAES
 
Channel estimation for high data rate communication in mobile wi max system
Channel estimation for high data rate communication in mobile wi max systemChannel estimation for high data rate communication in mobile wi max system
Channel estimation for high data rate communication in mobile wi max systemIAEME Publication
 
Statistical performance analysis of wireless communication in public transports
Statistical performance analysis of wireless communication in public transportsStatistical performance analysis of wireless communication in public transports
Statistical performance analysis of wireless communication in public transportsIAEME Publication
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerIOSR Journals
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerIOSR Journals
 
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2IAEME Publication
 
OPTICAL SWITCHING CONTROLLER USING FPGA AS A CONTROLLER FOR OCDMA ENCODER SYSTEM
OPTICAL SWITCHING CONTROLLER USING FPGA AS A CONTROLLER FOR OCDMA ENCODER SYSTEMOPTICAL SWITCHING CONTROLLER USING FPGA AS A CONTROLLER FOR OCDMA ENCODER SYSTEM
OPTICAL SWITCHING CONTROLLER USING FPGA AS A CONTROLLER FOR OCDMA ENCODER SYSTEMEditor IJCATR
 
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...IRJET Journal
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsIAEME Publication
 
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...IOSR Journals
 
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...IOSR Journals
 
Iterative network channel decoding with cooperative space-time transmission
Iterative network channel decoding with cooperative space-time transmissionIterative network channel decoding with cooperative space-time transmission
Iterative network channel decoding with cooperative space-time transmissionijasuc
 
Hardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskHardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskIAEME Publication
 
Design and verification of daisy chain serial peripheral interface using syst...
Design and verification of daisy chain serial peripheral interface using syst...Design and verification of daisy chain serial peripheral interface using syst...
Design and verification of daisy chain serial peripheral interface using syst...TELKOMNIKA JOURNAL
 
Performance Analysis of 802.lln MIMO OFDM Transceiver
Performance Analysis of 802.lln MIMO OFDM TransceiverPerformance Analysis of 802.lln MIMO OFDM Transceiver
Performance Analysis of 802.lln MIMO OFDM TransceiverIJERA Editor
 

Similar a Implementation of maximal length sequences for (20)

IRJET-Simulation of Channel-Estimation for Digital Communication System based...
IRJET-Simulation of Channel-Estimation for Digital Communication System based...IRJET-Simulation of Channel-Estimation for Digital Communication System based...
IRJET-Simulation of Channel-Estimation for Digital Communication System based...
 
Optimized architecture for SNOW 3G
Optimized architecture for SNOW 3GOptimized architecture for SNOW 3G
Optimized architecture for SNOW 3G
 
Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...
 
Channel estimation for high data rate communication in mobile wi max system
Channel estimation for high data rate communication in mobile wi max systemChannel estimation for high data rate communication in mobile wi max system
Channel estimation for high data rate communication in mobile wi max system
 
Reconfigurable linear feedback shift register for wireless communication and...
Reconfigurable linear feedback shift register for wireless  communication and...Reconfigurable linear feedback shift register for wireless  communication and...
Reconfigurable linear feedback shift register for wireless communication and...
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
Statistical performance analysis of wireless communication in public transports
Statistical performance analysis of wireless communication in public transportsStatistical performance analysis of wireless communication in public transports
Statistical performance analysis of wireless communication in public transports
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
 
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
 
OPTICAL SWITCHING CONTROLLER USING FPGA AS A CONTROLLER FOR OCDMA ENCODER SYSTEM
OPTICAL SWITCHING CONTROLLER USING FPGA AS A CONTROLLER FOR OCDMA ENCODER SYSTEMOPTICAL SWITCHING CONTROLLER USING FPGA AS A CONTROLLER FOR OCDMA ENCODER SYSTEM
OPTICAL SWITCHING CONTROLLER USING FPGA AS A CONTROLLER FOR OCDMA ENCODER SYSTEM
 
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocols
 
Hv3414491454
Hv3414491454Hv3414491454
Hv3414491454
 
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
 
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
 
Iterative network channel decoding with cooperative space-time transmission
Iterative network channel decoding with cooperative space-time transmissionIterative network channel decoding with cooperative space-time transmission
Iterative network channel decoding with cooperative space-time transmission
 
Hardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskHardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpsk
 
Design and verification of daisy chain serial peripheral interface using syst...
Design and verification of daisy chain serial peripheral interface using syst...Design and verification of daisy chain serial peripheral interface using syst...
Design and verification of daisy chain serial peripheral interface using syst...
 
Performance Analysis of 802.lln MIMO OFDM Transceiver
Performance Analysis of 802.lln MIMO OFDM TransceiverPerformance Analysis of 802.lln MIMO OFDM Transceiver
Performance Analysis of 802.lln MIMO OFDM Transceiver
 

Más de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Más de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Jeffrey Haguewood
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...BookNet Canada
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 

Implementation of maximal length sequences for

  • 1. INTERNATIONAL JOURNAL OF ELECTRONICS AND International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Special Issue (November, 2013), pp. 286-292 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) www.jifactor.com IJECET ©IAEME IMPLEMENTATION OF MAXIMAL LENGTH SEQUENCES FOR IMT MULTI-CARRIER Gaurav Purohit1, Divya Vyas2, Kota Solomon Raju2, V.K Chaubey2 1PhD Scholar/Department of EEE, BITS- Pilani, Pilani Campus, Rajasthan, India 2Faculty/Computer Science, BKBIET, Pilani, Rajasthan, India 1er.gauravpurohit@gmail.com, 2er.divyapurohit@gmail.com ABSTRACT: This paper presents the implementation of Pseudorandom Binary Sequence (PRBS) i.e. Maximum Length Sequences (MLS) for International Mobile Telecommunications MULTI CARRIER (IMT-MC) i.e. CDMA2000 using MATLAB Simulink. The autocorrelation and cross correlation properties are studied and verified with simulation results and are found in close agreement. The MLS is mainly used as spreading code for 2G and 3G standard such as IS-95, CDMA2000 viz. EVDO, EVDV. KEYWORDS: CDMA, EVDO, EVDV, IMT-MC, LFSR, MLS I. INTRODUCTION The CDMA system is a 3GPP2 standard born out of the International Telecommunication Union's (ITU) International Mobile Telecommunications "IMT-2000" initiative, covering high speed, broadband, and Internet Protocol (IP) -based mobile systems. The concept of a "Partnership Project" was pioneered by the European Telecommunications Standards Institute (ETSI) early in 1998 with the proposal to create a Third Generation Partnership Project (3GPP) focusing on Global System for Mobile (GSM) technology whereas 3GPP2 is the standardization group for CDMA2000 , the set of 3G standards based on the earlier 2G CDMA technology. CDMA systems employ several types of codes, each with a specific characteristic, to allow multiple users to communicate simultaneously. The code uniquely identifies users so that they are able to transmit information while limiting interference to each other. CDMA systems use codes, such as maximal length sequences and Walsh codes, both in the forward and reverse links to have more users and to provide a higher Quality of Service (QoS). Maximum length Sequences (MLS) are used to multiplex and spread the data to be transmitted, depending on the different usage approach for each link direction i.e. forward and reverse. Mobile stations also use these sequences to identify Base Transceiver Stations (BTSs) within the network. [1] They are known by Maximum length or N Sequence because they are the longest sequences that can be generated by a certain arrangement of shift registers or delay elements. MLS are also called pseudorandom binary sequence (PRBS) where the word ‘pseudo’ because International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 286
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME it is deterministic and after N elements it starts to repeat itself unlike real random sequences e.g. white noise and ‘random’ in a sense that the value of an element is independent of the values of any of the other elements of its set. The sequence is not truly random in that it is completely determined by a relatively small set of initial values, called the PRNG's state, which includes a truly random seed. A random seed (or seed state, or just seed) is a number or a vector used to initialize a pseudorandom number generator. The choice of a good random seed is crucial for security and if the same random seed is deliberately shared, it becomes a secret key which can be used to synchronize remote systems, such as transmitters and receivers. II. LFSR AND ITS VARIANTS A linear feedback shift register (LFSR) is a shift register whose input bit is a linear function of its previous state. Thus, an LFSR is most often a shift register whose input bit is driven by the exclusive-or (XOR) a commonly used linear function of some bits of the overall shift register value. The initial value of the LFSR is called the seed (anything except all 0s, which would cause the LFSR to produce all 0 patterns) and because the operation of the register is deterministic, the stream of values produced by the register is completely determined by previous/current state. When the outputs of the flip-flops are loaded with a seed value and LFSR is clocked, it will generate a pseudorandom pattern of 1s and 0s. However, an LFSR with a well-chosen feedback function can produce a sequence of bits which appears random and which has a very long cycle. So LFSR are extremely good pseudorandom pattern generators.[2], [3] Fig.1: TheLinear feedback shift register [2] III. Fig.2: The variants of the LFSR THE GALOIS LFSR REPRESENTATION An LFSR in Galois configuration as shown in Fig. 3, which is also known as modular, internal XORs as well as one-to-many LFSR, is an alternate structure that can generate the same output stream as a conventional LFSR but offset in time. Galois LFSRs do not concatenate every tap to produce the new input thus it is possible for each tap to be computed in parallel, increasing the speed of execution. In a software implementation of an LFSR, the Galois form is more efficient as the XOR operations can be implemented a word at a time only the output bit must be examined individually. International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 287
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME Fig.3 : The Galois LFSR with e.g. Polynomial x16+ x 14 + x13 + x11 +1 IV. Fig. 4: The Fibonacci LFSR with e.g. Polynomial x16+ x 14 + x13 + x11 +1 FIBONACCI LFSR REPRESENTATION This LFSR configuration is also known as standard many-to-one or external XOR gates. As an alternative to the XOR based feedback in an LFSR, one can also use XNOR. As shown in Fig. 4. A state with all ones is illegal when using an XNOR feedback, in the same way as a state with all zeros is illegal when using XOR. The LFSR will only be maximum-length if the number of taps is even just 2 or 4 taps can suffice even for extremely long sequences. V. THE MLS AND CDMA 2000 A maximal-length LFSR produces the maximum number of PRPG patterns possible and has a pattern count equal to 2n-1, where n is the number of register elements in the LFSR. It produces patterns that have an approximately equal number of 1’s and 0’s and have an equal number of runs of 1’s and 0’s.As shown in Fig. 5 information bits from CDMA channels are spreaded using spreading code at rate 1.2288 Mcps. The polynomial used in CDMA2000 is 42 bits long as shown in equation 1. [1] The long code is a 4398046511103chips long MLS (2421 chips) generated by a 42-stage shift-register circuit described by the polynomial in equation 1. The transmission rate of this sequence is 1.2288 Mcps, resulting in one repetition of the sequence every 42 days, 10 hours, 12 minutes and 19.4 seconds approximately. The starting point of the sequence is the first ‘1’ after all 41 consecutive ‘0s’. All mobile stations and BTS channel elements have a long code generator. After the MS initialization state, the MS and its best server BTS have their long codes synchronized. A unique PNLC is used within the entire network however; masks of bits are applied to the sequence to reflect user-specific characteristics, as in Figs. 5, 6 illustrates the MLS generator and the offset mask application. The masks vary according to the function of the long code.[4][5] p(x) = x42 + x35 + x33+ x31+ x27+ x26+ x25+ x21+ x19 + x18 + x17+ x16 + x10+ x7+ x5+ x3+ x2+ x1+ 1 (1). Long code sequences can be used, for example, for privacy (message scrambling) on forward and reverse links and for identification of mobiles and access channels on the reverse link. There are two types of Long Code (LC) masks defined by CDMA standards, Public Long Code Offset Mask Private Long Code Offset Mask International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 288
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME Fig. 5: The MLS generator with polynomial as shown in equation1 for CDMA IS-95 and cdma2000-(1x rate) [1] Fig. 6: The MLS generator for CDMA IS-95 and cdma2000-(1x rate) using MATLAB SIMULINK VI. M-SEQUENCE PROPERTIES An m-bit register produces an m-sequence of period 2m-1. An m-sequence contains exactly 2 (m-1) ones and 2(m-1)-1 zeros. [4] The modulo-2 sum of an m-sequence and another phase (i.e. Time-delayed version) of the same sequence yields yet a third phase of the sequence. Define a run of length are to be a sequence of r consecutive identical numbers, bracketed by non-equal numbers. Then in any m-sequence there are, 1 run of ones of length m. 1 run of zeros of length m-1. 1 run of ones and 1 run of zeros, each of length m-2. 2 runs of ones and 2 run of zeros, each of length m-3. 4 runs of ones and 4 run of zeros, each of length m-4. 2m-3 runs of ones and 2m-3 run of zeros, each of length 1. International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 289
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME A sliding window of length m, passed along an m-sequence for 2m-1 position, will span every possible m-bit number, except all zeros, once and only once. That is, every state of an m-bit state register will be encountered, with the exception of all zeros. Other interesting facts regarding m-sequences and feedback sets that produce them include the following: If the order of the feedback taps (as defined in Figs. 3 and 4) is reversed, the resulting sequence will be the time reversal of the original sequence, and will also be an msequence. The feedback set for any given m-sequence consists of an even number of taps, never odd. VII. Correlation Characteristics And Results The similarity between a function F(t) and itself at a different time (phase offset) is known as auto-correlation and is quantified by the Auto-Correlation Function (ACF) as shown in equation 2. ACF for a PN sequence can be understood as the chip-by-chip comparison of a sequence (length L) with shifted versions of itself (offsets from 1 to L), as in equation 3. (2) ACF = CC – NCC (3) Where: CC = number of Coinciding Chips between sequence.NCC = number of Non-Coinciding Chips between sequence. Table 1: Auto-correlation function for an MLS of length L =7 and N = 3 Table -1 shows ACF results when comparing an MLS of length L = 7 and itself with different phase offsets. For non-zero offset, the number of non-coinciding chips always exceeds the number of coinciding chips by one, regardless of the offset. The maximum value (autocorrelation spikes) of the ACF is obtained only when both sequences being compared have the same phase. International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 290
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME Fig.7: MATLAB Script generated ACF Fig.8: CCF (Cross Correlation Function) Fig.9: The starting point of the sequence is the first ‘1’ after all 41 consecutive ‘0s’ (Property: 1 runs of ones of length m.) Fig. 10: The PRBS Sequence VIII. Conclusion In this paper, the Long code generator has been implemented using MATLAB SIMULINK with rate 1 for CDMA2000 3G services. The purpose of this paper was to study the properties viz. ACF and CCF for spreading code i.e. MLS. The MLS is mainly used as spreading code for 2G and 3G standard such as IS -95, CDMA2000 viz. EVDO, EVDV. International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 291
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME IX. Acknowledgments The authors would like to thank Mrs. Anu Gupta, HOD, Department of EEE, BITS-Pilani. This work is published with the support of CSIR (MHRD, DELHI) SRF Fellowship. REFERENCES [1] Physical layer Specification for CDMA2000 spread spectrum system.Available (online) https://docs.google.com/viewer?url=http%3A%2F%2Fwww.3gpp2.org%2Fpublic_html%2Fs pecs%2FC.S0002-D_v1.0_021704.pdf [2] A linear feedback shift registers. Available online www.princeton.edu/~achaney/tmve/wiki100k/docs/Linear_feedback_shift_register.htm. [3] L. Korowajczuk, B.D.S.A. Xavier, A.M.F. Filho, L.Z. Ribeiro, C. Korowajczuk& L.A. DaSilva “Designing cdma2000 systems”, (John Wiley & sons, 2004). [4] Linear Feedback Shift Registers (Implementation, M-Sequence,Properties,Feedback,Tables) Available (online) http://www.newwaveinstruments.com/resources/articles/m_sequence_linear_feedback_shift_ register_lfsr.htm. [5] MATLAB users’ guide, Available (online) http://www.mathworks.in/help/index.html BIOGRAPHY Gaurav Purohit was born in Jodhpur, Rajasthan, India in 1986. He received the B.E degree in Electronics and Telecommunication Engineering in 2006. He received his M.E. in communication system and is currently pursuing PhD with SRF scholarship and his research interests focus on VLSI, DSP and digital design. Divya Vyas was born in Jodhpur, Rajasthan, India in 1986. She received the B.E degree in Information and technology from Rajasthan University in 2007. She is currently working as faculty in CS/IT department, BKBIET, Pilani, Rajasthan, and her research interests focus on Verilog and C language with digital design International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 292