CN101826890B - Implementation method of ZC (Zadoff-Chu) sequence in LTE (Long Term Evolution) system - Google Patents

Implementation method of ZC (Zadoff-Chu) sequence in LTE (Long Term Evolution) system Download PDF

Info

Publication number
CN101826890B
CN101826890B CN200910103294.XA CN200910103294A CN101826890B CN 101826890 B CN101826890 B CN 101826890B CN 200910103294 A CN200910103294 A CN 200910103294A CN 101826890 B CN101826890 B CN 101826890B
Authority
CN
China
Prior art keywords
sequence
value
signal
lte system
implementation method
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN200910103294.XA
Other languages
Chinese (zh)
Other versions
CN101826890A (en
Inventor
冯侨
邓娟
沈静
王茜竹
申敏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Spreadtrum Communications Shanghai Co Ltd
Original Assignee
Chongqing Cyit Communication Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chongqing Cyit Communication Technologies Co Ltd filed Critical Chongqing Cyit Communication Technologies Co Ltd
Priority to CN200910103294.XA priority Critical patent/CN101826890B/en
Publication of CN101826890A publication Critical patent/CN101826890A/en
Application granted granted Critical
Publication of CN101826890B publication Critical patent/CN101826890B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Mobile Radio Communication Systems (AREA)

Abstract

The invention provides an implementation method of a ZC (Zadoff-Chu) sequence in an LTE (Long Term Evolution) system. The sequence is calculated by using a recursion mode, i.e. a value after the sequence is obtained by multiplying a value before the sequence by a coefficient, and the value of xq(n) is obtained by multiplying the value of xq(n-1) by a coefficient, wherein the ZC sequence in the LTE system can be any one signal of basic signals of a main synchronizing signal, a random access signal and an upstream reference signal. In the method, a cosine operation each time is converted into a complex multiplication operation, thereby the time of a sine operation and a division is saved and the operand is greatly reduced. In the invention, the symmetry of the ZC sequence can also be utilized, only the value of a front half of the sequence is calculated, and the value of the rear half is obtained according to the symmetry, thereby the operand is further reduced.

Description

The implementation method of ZC sequence in LTE system
Technical field
The present invention relates to mobile communication technology field, particularly relate to the implementation method of ZC sequence in third generation mobile communication long-term evolution system (hereinafter to be referred as LTE).
Background technology
The full name of ZC sequence is Zadoff-Chu sequence, and it belongs to the class in CAZAC sequence (Constant Amplitude Zero Autocorrelation sequences, constant mould and zero autocorrelation sequence).The formula of reduction of the ZC sequence of odd length is:
x q ( n ) = exp ( - jπq n ( n + 1 ) N ) n = 0 , · · · N - 1 - - - ( 1 )
Wherein, N represents sequence length, is odd number, and q represents sequence index.
Because ZC sequence has the characteristic in constant mould and zero auto-correlation region, be therefore widely used in the uplink and downlink system of LTE, as distinctive signal, comprising the baseband signal in master sync signal, accidental access signal and uplink reference signals.
In 3GPP TS36.211-8.4.0 agreement, master sync signal x in LTE system q(n) be defined as:
x q ( n ) = e - j πqn ( n + 1 ) 63 n = 0,1 , · · · , 30 e - j πq ( n + 1 ) ( n + 2 ) 63 n = 31,32 , · · · , 61 - - - ( 2 )
Wherein the value of q is 25,29 or 34.
Accidental access signal x in LTE system q(n) be defined as:
x q ( n ) = e - j πqn ( n + 1 ) N , 0 ≤ n ≤ N - 1 - - - ( 3 )
Sequence length N=839, the span of q value is: the integer between 1 to 838, occurrence is indicated by high level.
In LTE system, sequence length is greater than or equal to the baseband signal x in 36 uplink reference signals q(n) be defined as:
x q ( n ) = e - j πqn ( n + 1 ) N , 0 ≤ n ≤ N - 1 - - - ( 4 )
Wherein,
Figure GDA0000389743300000022
the length N of ZC sequence determines that by the sub-carrier number M that distributes to Physical Uplink Shared Channel (N is the largest prime that is less than M), u determine by organizing frequency hopping, span be u ∈ 0,1 ..., 29}, v determines by sequence hopping, span is v ∈ { 0,1}.
From formula 2-4, can find out that they all have the feature of formula 1.If consideration adopts formula 1 to calculate in real system, need so to do cosine and the sinusoidal computing of N time, cosine and sinusoidal computing are a kind of nonlinear computings, cosine repeatedly and sinusoidal computational complexity are very high, are unfavorable for hardware or software realization.Especially for random access leader sequence, length N=839 of this sequence, need to do cosine and the sinusoidal computing of 839 times so, and consuming time very long, such implementation method does not meet LTE system real time and requires high demand.
Summary of the invention
The invention provides the implementation method of ZC sequence in a kind of LTE system, with the recursion mode sequence of calculation, after sequence, a value is multiplied by coefficient Coeff_q by the previous value of sequence and obtains, i.e. x q(n) value x q(n-1) value is multiplied by a coefficient Coeff_q and obtains, change cos operation each time into complex multiplication operation in this way, saved the time of sinusoidal computing and division, greatly reduced operand, the present invention also can utilize the symmetry of ZC sequence, the value of sequence of calculation the first half, the value of later half obtains according to sequence symmetry, has further reduced operand.
For reaching above object, in LTE system of the present invention, the realization approach of ZC sequence is, according to the length N of sequence and sequence index value q, calculates the coefficient needing
Figure GDA0000389743300000031
then with the mode of recursion calculate successively ZC sequence value a little.
Its simplified operation principle is as follows:
x q ( n ) = e - j πqn ( n + 1 ) N , 0 ≤ n ≤ N - 1 - - - ( 5 )
Initialization x q(0)=1
x q ( n ) / x q ( n - 1 ) = e - j πqn ( n + 1 ) N / e - j π ( n - 1 ) n N = e - j 2 πqn N , 1 ≤ n ≤ N - 1 - - - ( 6 )
Order
Figure GDA0000389743300000034
1≤n≤N-1, initialization a (0)=1
a ( n ) / a ( n - 1 ) = e - j 2 πqn N / e - j 2 πq ( n - 1 ) N = e - j 2 πq N , 1 ≤ n ≤ N - 1
Order Coeff _ q = e - j 2 πq N , And then obtain
a ( n ) = a ( n - 1 ) × Coeff _ q , 1 ≤ n ≤ N - 1 - - - ( 7 )
According to formula 6 and formula 7, and x q(0)=1, obtains
x q(n)=x q(n-1)×a(n),1≤n≤N-1 (8)
Wherein, x={x q(0), x q(1) ..., x q(N-1) } be sequence array, for depositing sequential value, a={a (0), a (1) ..., a (N-1) } and be coefficient array, for depositing coefficient value.
Its concrete operation step is as follows:
According to signal type, determine length N and the sequence index value q of sequence;
To master sync signal, N=63, q=25,29 or 34, is determined by UE;
To accidental access signal, N=839, the span of q value is: the integer between 1 to 838, occurrence is indicated by high level;
Baseband signal to uplink reference signals, N determines (N is the largest prime that is less than M) by the sub-carrier number M that distributes to Physical Uplink Shared Channel, q value is determined by group frequency hopping and sequence hopping.
According to the length N of sequence and sequence index value q, calculate
Initialization a (0)=1, utilize formula a (n)=a (n-1) * Coeff_q, 1≤n≤N-1, calculates a (1)=a (0) * Coeff_q, a (2)=a (1) * Coeff_q, the rest may be inferred, until calculate a (N-1).
Initialization x q(0)=1, utilizes formula x q(n)=x q(n-1) * a (n), 1≤n≤N-1, calculates x q(1)=x q(0) * a (1), x q(2)=x q(1) * a (2), the rest may be inferred, until calculate x q(N-1).
Can further utilize the symmetry of ZC sequence, simplify the value of (N+1)/2 point before calculating, then according to the symmetry of ZC sequence, obtain whole sequential value
Symmetry proof is as follows:
x q ( n ) x q ( N - 1 - n ) = e - j πqn ( n + 1 ) N e - j πq ( N - 1 - n ) ( N - n ) N = e j πq ( N 2 - Nn - N + n - Nn + n 2 - n 2 - n ) N = e j πq ( N 2 - 2 Nn - N ) N = e jπq ( N - 2 n - 1 )
Analyze: no matter what value n gets, and 2n is even number; N is odd number, and N-1 is even number so; So N-2n-1 is even number, so e j π q (N-2n-1)be constantly equal to 1.
Therefore no matter why sequence index q is worth, x q(n) all there is symmetry, be expressed as x q(n)=x q(N-1-n).
In addition, due to the generation formula 2 of master sync signal and the fundamental formular (formula 1) of ZC sequence difference slightly, the sequence length of the baseband signal of accidental access signal and uplink reference signals is all N, and the sequence length of master sync signal is N-1, thereby it is slightly variant that master sync signal symmetry is represented, its symmetry is expressed as x q(n)=x q(N-2-n).
Wherein, x={x q(0), x q(1) ..., x q(N-1) } be sequence array, for depositing sequential value, a={a (0), a (1) ..., a (N-1) } and be coefficient array, for depositing coefficient value.
By the method (formula 8) that the method defining in agreement (formula 1) and the present invention propose, carry out complexity comparison, as table 1.
Table 1
By the method that the present invention proposes, can greatly reduce as can be seen from Table 1 the operation times of cosine, sine and real number division, especially N value is larger, reduces more obvious.While considering that software is realized, the instruction cycle that the instruction cycle that complex multiplication needs needs than cosine calculating is few, has also saved the time of real number division and sinusoidal computing with formula 8 simultaneously, greatly reduces the complexity of computing.
Accompanying drawing explanation
Fig. 1 is ZC sequence recursion implementation method;
Fig. 2 is the implementation method of utilizing the symmetric recursive algorithm of ZC sequence.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the implementation method of ZC sequence in a kind of LTE system of the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
ZC sequence recursion implementation method in a kind of LTE system of the present invention, as shown in Figure 1, it comprises the steps:
Step 101: determine length N and the sequence index value q of sequence according to different signal types, in the present embodiment, signal type is master sync signal, value N=63, q=25;
Optionally, as another kind of embodiment, signal type is accidental access signal, N=839, and the span of q value is: the integer between 1 to 838, occurrence is indicated by high level;
Optionally, as another kind of embodiment, the baseband signal that signal type is uplink reference signals, N is definite by the sub-carrier number M that distributes to Physical Uplink Shared Channel, and q value is determined by group frequency hopping and sequence hopping;
Wherein, during baseband signal that signal type is uplink reference signals, N is the largest prime that is less than M.
Step 102: determine length N and the sequence index value q of sequence according to signal type, design factor Coeff _ q = e - j 2 πq N ;
Step 103: initialization a (0)=1, utilize formula a (n)=a (n-1) * Coeff_q, 1≤n≤N-1, calculates a (1)=a (0) * Coeff_q, a (2)=a (1) * Coeff_q, the rest may be inferred, until calculate a (N-1);
Step 104: initialization x q(0)=1, utilizes formula x q(n)=x q(n-1) * a (n), 1≤n≤N-1, calculates x q(1)=x q(0) * a (1), x q(2)=x q(1) * a (2), the rest may be inferred, until calculate x q(N-1).
Optionally, as another kind of embodiment, step 103 to step 104 can be taked an a (n) and an x q(n) account form one to one.
Wherein, N represents sequence length, is odd number, and q represents sequence index value, x={x q(0), x q(1) ..., x q(N-1) } be sequence array, for depositing sequential value, a={a (0), a (1) ..., a (N-1) } and be coefficient array, for depositing coefficient value.
In a kind of LTE system of the present invention, utilize symmetric ZC sequence implementation method, as shown in Figure 2, it comprises the steps:
Step 201: determine length N and the sequence index value q of sequence according to different signal types, in the present embodiment, signal type is master sync signal, value N=63, q=25;
Optionally, as another kind of embodiment, signal type is accidental access signal, N=839, and the span of q value is: the integer between 1 to 838, occurrence is indicated by high level;
Optionally, as another kind of embodiment, the baseband signal that signal type is uplink reference signals, N is definite by the sub-carrier number M that distributes to Physical Uplink Shared Channel, and q value is determined by group frequency hopping and sequence hopping;
Wherein, during baseband signal that signal type is uplink reference signals, N is the largest prime that is less than M.
Step 202: according to the length N of sequence and sequence index value q, calculate
Figure GDA0000389743300000071
Step 203: initialization a (0)=1, utilize formula a (n)=a (n-1) * Coeff_q to calculate a (1)=a (0) * Coeff_q, a (2)=a (1) * Coeff_q, the rest may be inferred, until calculate a ((N-1)/2)
Step 204: initialization x q(0)=1, utilizes formula x q(n)=x q(n-1) * a (n), calculates x q(1)=x q(0) * a (1), x q(2)=x q(1) * a (2), the rest may be inferred, until calculate x q((N-1) 2)
Optionally, as another kind of embodiment, step 203 to step 204 can be taked an a (n) and an x q(n) account form one to one.
Step 205: utilize symmetry, obtain x q((N-1) 2+1) ... x q(N-1).
Wherein, when signal type is the baseband signal of accidental access signal and uplink reference signals, symmetry calculating formula is x q(n)=x q(N-1-n); When signal type is master sync signal, symmetry calculating formula is x q(n)=x q(N-2-n).
Wherein, N represents sequence length, is odd number, and q represents sequence index value, x={x q(0), x q(1) ..., x q(N-1) } be sequence array, for depositing sequential value, a={a (0), a (1) ..., a (N-1) } and be coefficient array, for depositing coefficient value.
It will be apparent to those skilled in the art that and understand, system and method for the present invention for above embodiment only for the present invention is described, and be not limited to the present invention.Although effectively described the present invention by embodiment, one skilled in the art will appreciate that the present invention exists many variations and do not depart from spirit of the present invention.In the situation that not deviating from spirit of the present invention and essence thereof, those skilled in the art be when can make various corresponding changes or distortion according to the inventive method, but these corresponding change or within distortion all should be included in protection scope of the present invention.

Claims (7)

  1. In 1.LTE system, the implementation method of ZC sequence, is characterized in that, with the recursion mode sequence of calculation, after sequence, a value is multiplied by coefficient Coeff_q by the previous value of sequence and obtains, and concrete steps are:
    According to signal type, determine length N and the sequence index value q of sequence;
    Design factor Coeff _ q = e - j 2 πq N ;
    Initialization a (0)=1, utilize formula a (n)=a (n-1) * Coeff_q, 1≤n≤N-1, calculates a (1)=a (0) * Coeff_q, a (2)=a (1) * Coeff_q, the rest may be inferred, until calculate a (N-1);
    Initialization x q(0)=1, utilizes formula x q(n)=x q(n-1) * a (n), 1≤n≤N-1, calculates x q(1)=x q(0) * a (1), x q(2)=x q(1) * a (2), the rest may be inferred, until calculate x q(N-1);
    Wherein, N represents sequence length, is odd number, and q represents sequence index value, x={x q(0), x q(1) ..., x q(N-1) } be sequence array, for depositing sequential value, a={a (0), a (1) ..., a (N-1) } and be coefficient array, for depositing coefficient value.
  2. 2. the implementation method of ZC sequence in LTE system as claimed in claim 1, is characterized in that, described signal type refers to any one signal in the baseband signal in master sync signal, accidental access signal and the uplink reference signals in LTE system.
  3. 3. the implementation method of ZC sequence in LTE system as claimed in claim 1 or 2, is characterized in that, when described signal type refers to the master sync signal in LTE system, its parameter N=63, q=25,29 or 34, q by UE, determined.
  4. 4. the implementation method of ZC sequence in LTE system as claimed in claim 1 or 2, it is characterized in that, when described signal type refers to the accidental access signal in LTE system, its parameter N=839, the span of q value is: the integer between 1 to 838, occurrence is indicated by high level.
  5. 5. the implementation method of ZC sequence in LTE system as claimed in claim 1 or 2, it is characterized in that, when described signal type refers to the baseband signal in the uplink reference signals in LTE system, its parameter N is definite by the sub-carrier number M that distributes to Physical Uplink Shared Channel, and q value is determined by group frequency hopping and sequence hopping.
  6. 6. the implementation method of ZC sequence in LTE system as claimed in claim 5, is characterized in that, described parameter N determines that by the sub-carrier number M that distributes to Physical Uplink Shared Channel method is that N is the largest prime that is less than M.
  7. 7. the implementation method of ZC sequence in the LTE system as described in claim 1-2,6 any one, is characterized in that, utilize the symmetry of ZC sequence, before calculating, the value of (N+1)/2 point, then according to the symmetry of ZC sequence, obtains whole sequential value;
    Wherein, when signal type is the baseband signal of accidental access signal and uplink reference signals, symmetry calculating formula is x q(n)=x q(N-1-n); When signal type is master sync signal, symmetry calculating formula is x q(n)=x q(N-2-n);
    Wherein, N represents sequence length, is odd number, and q represents sequence index value, 1≤n≤N-1.
CN200910103294.XA 2009-03-02 2009-03-02 Implementation method of ZC (Zadoff-Chu) sequence in LTE (Long Term Evolution) system Active CN101826890B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910103294.XA CN101826890B (en) 2009-03-02 2009-03-02 Implementation method of ZC (Zadoff-Chu) sequence in LTE (Long Term Evolution) system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910103294.XA CN101826890B (en) 2009-03-02 2009-03-02 Implementation method of ZC (Zadoff-Chu) sequence in LTE (Long Term Evolution) system

Publications (2)

Publication Number Publication Date
CN101826890A CN101826890A (en) 2010-09-08
CN101826890B true CN101826890B (en) 2014-05-07

Family

ID=42690623

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910103294.XA Active CN101826890B (en) 2009-03-02 2009-03-02 Implementation method of ZC (Zadoff-Chu) sequence in LTE (Long Term Evolution) system

Country Status (1)

Country Link
CN (1) CN101826890B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101917356A (en) * 2010-07-19 2010-12-15 中国科学院计算技术研究所 Generation method of LTE (Long Term Evolution) system upstream reference signal q-step ZC (Zadoff-Chu) sequence system thereof
CN102143103A (en) * 2011-05-19 2011-08-03 新邮通信设备有限公司 Method for generating pilot frequency sequence
CN103441979B (en) * 2013-08-27 2016-07-06 重庆邮电大学 The method calculating ZC sequence D FT in LTE system
EP3188387B1 (en) * 2014-08-26 2019-06-19 LG Electronics Inc. Method for transmitting and receiving synchronization signal in wireless communication system and device for performing same
CN105245320B (en) * 2015-09-09 2018-11-06 北京思朗科技有限责任公司 The generation method and device of the q rank ZC sequences of LTE uplink reference signals
CN105429923B (en) * 2015-11-13 2018-11-13 北京中科晶上科技有限公司 Phase sequence production method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1933470A (en) * 2005-09-13 2007-03-21 上海贝尔阿尔卡特股份有限公司 Distributing type multi-transmitting multi-receiving-quadrature frequency division multiplexing system frame synchronizing method and apparatus
CN101227443A (en) * 2007-01-19 2008-07-23 华为技术有限公司 Apparatus and method for generating training symbol and estimating bias of training symbol

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1933470A (en) * 2005-09-13 2007-03-21 上海贝尔阿尔卡特股份有限公司 Distributing type multi-transmitting multi-receiving-quadrature frequency division multiplexing system frame synchronizing method and apparatus
CN101227443A (en) * 2007-01-19 2008-07-23 华为技术有限公司 Apparatus and method for generating training symbol and estimating bias of training symbol

Also Published As

Publication number Publication date
CN101826890A (en) 2010-09-08

Similar Documents

Publication Publication Date Title
CN101826890B (en) Implementation method of ZC (Zadoff-Chu) sequence in LTE (Long Term Evolution) system
CN101641925B (en) Method for setting cyclic shift considering frequency offset
EP2525539B1 (en) Method and apparatus for implementing preamble generation
CN102223226B (en) SC-FDM system time frequency synchronizer and synchronization method
CN104125190A (en) OFDM (orthogonal frequency division multiplexing) system symbol timing synchronization realizing method suitable for low-signal-to-noise-ratio channel environments
CN103259756A (en) Method of symbol timing synchronization and carrier synchronization applied to OFDM system
CN101277288A (en) Method of synchronization of orthogonal frequency division multiplexing system frequency
CN105245320A (en) Method of generating q-order ZC (Zadoff-Chu) sequence for LTE (Long Term Evolution) uplink reference signals and device
CN105516045A (en) OFDM (Orthogonal Frequency-Division Multiplexing) training sequence construction method and synchronization method
CN101917356A (en) Generation method of LTE (Long Term Evolution) system upstream reference signal q-step ZC (Zadoff-Chu) sequence system thereof
CN101789918B (en) Parallel channel equalization method
CN102026231A (en) Method for detecting random access of wireless communication system
CN102959534A (en) Fourier transform for signal to be transmitted on random access channel
CN103095613A (en) Integer frequency doubling offset and channel parameter joint estimation algorithm with ultra-low complexity in single carrier frequency domain equalization (SC-FDE) system
CN101547043A (en) Method, device and terminal for realizing downlink synchornization
CN106230758A (en) A kind of LTE A system integer frequency offset estimation method
CN103001723A (en) Construction method of mutual orthogonal zero correlation zone multiphase sequence set
CN103441979B (en) The method calculating ZC sequence D FT in LTE system
CN102857457A (en) Time division duplexing-long term evolution (TDD-LTE) downlink synchronizing method
CN102571669B (en) Field programmable gate array (FPGA) implementation method applied to wireless sensor network to realize symbol precise timing
CN102958188B (en) Random access lead code generating method
CN104393947A (en) Method and device for realizing frequency domain ZC (zadoff-chu) sequence
CN104506271A (en) Method and device for generating ZC (Zadoff-Chu) sequence
CN103095627A (en) Orthogonal frequency division multiplexing (OFDM) technology system synchronization method and electronic device
CN103384378A (en) Method for receiving and detecting random access sequence and receiving end

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Implementation method of ZC (Zadoff-Chu) sequence in LTE (Long Term Evolution) system

Effective date of registration: 20141114

Granted publication date: 20140507

Pledgee: CHONGQING CHONGYOU INFORMATION

Pledgor: CHONGQING CYIT COMMUNICATION TECHNOLOGIES Co.,Ltd.

Registration number: 2014500000016

PLDC Enforcement, change and cancellation of contracts on pledge of patent right or utility model
PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20161020

Granted publication date: 20140507

Pledgee: CHONGQING CHONGYOU INFORMATION

Pledgor: CHONGQING CYIT COMMUNICATION TECHNOLOGIES Co.,Ltd.

Registration number: 2014500000016

PLDC Enforcement, change and cancellation of contracts on pledge of patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20170510

Address after: 401336 Chongqing Nan'an District Tea Garden Road, No. 8, software Incubation Park, building 1

Patentee after: Keen (Chongqing) Microelectronics Technology Co.,Ltd.

Address before: Chongqing University of Posts and Telecommunications shineford No. 1 building, 400065 Chongqing Nan'an District huangjuezhen pass Fort Park 12 floor

Patentee before: CHONGQING CYIT COMMUNICATION TECHNOLOGIES Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20181113

Address after: 201203 Building 1, exhibition hall, 2288 lane, 2288 Chong, road, Zhangjiang hi tech park, Shanghai

Patentee after: SPREADTRUM COMMUNICATIONS (SHANGHAI) Co.,Ltd.

Address before: 401336 Chongqing Nan'an District tea garden Jade Road 8 software Incubation Park 1 floor

Patentee before: Keen (Chongqing) Microelectronics Technology Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20190401

Address after: 361006 Xiamen Free Trade Pilot Area, Xiamen, Fujian Province, Unit X, 8th Floor, Unit 05, Building D, Xiamen International Shipping Center, 97 Xiangyu Road, Xiamen Section

Patentee after: Xinxin Finance Leasing (Xiamen) Co.,Ltd.

Address before: 201203 Building 1, exhibition hall, 2288 lane, 2288 Chong, road, Zhangjiang hi tech park, Shanghai

Patentee before: SPREADTRUM COMMUNICATIONS (SHANGHAI) Co.,Ltd.

TR01 Transfer of patent right
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20100908

Assignee: SPREADTRUM COMMUNICATIONS (SHANGHAI) Co.,Ltd.

Assignor: Xinxin Finance Leasing (Xiamen) Co.,Ltd.

Contract record no.: X2021110000009

Denomination of invention: Implementation of ZC sequence in LTE system

Granted publication date: 20140507

License type: Exclusive License

Record date: 20210317

EE01 Entry into force of recordation of patent licensing contract
TR01 Transfer of patent right

Effective date of registration: 20221025

Address after: 201203 Shanghai city Zuchongzhi road Pudong New Area Zhangjiang hi tech park, Spreadtrum Center Building 1, Lane 2288

Patentee after: SPREADTRUM COMMUNICATIONS (SHANGHAI) Co.,Ltd.

Address before: 361006 Xiamen Free Trade Pilot Area, Xiamen, Fujian Province, Unit X, 8th Floor, Unit 05, Building D, Xiamen International Shipping Center, 97 Xiangyu Road, Xiamen Section

Patentee before: Xinxin Finance Leasing (Xiamen) Co.,Ltd.

TR01 Transfer of patent right