CN1885727B - Simplified zero-forcing equalization filter calculating method - Google Patents

Simplified zero-forcing equalization filter calculating method Download PDF

Info

Publication number
CN1885727B
CN1885727B CN2006100896378A CN200610089637A CN1885727B CN 1885727 B CN1885727 B CN 1885727B CN 2006100896378 A CN2006100896378 A CN 2006100896378A CN 200610089637 A CN200610089637 A CN 200610089637A CN 1885727 B CN1885727 B CN 1885727B
Authority
CN
China
Prior art keywords
matrix
user
ara
column vector
data
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
CN2006100896378A
Other languages
Chinese (zh)
Other versions
CN1885727A (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.)
CICT Mobile Communication Technology Co Ltd
Original Assignee
Beijing Northern Fiberhome 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 Beijing Northern Fiberhome Technologies Co Ltd filed Critical Beijing Northern Fiberhome Technologies Co Ltd
Priority to CN2006100896378A priority Critical patent/CN1885727B/en
Publication of CN1885727A publication Critical patent/CN1885727A/en
Application granted granted Critical
Publication of CN1885727B publication Critical patent/CN1885727B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The present invention relates to two short-cut calculation methods of zero-forcing equalization filter (ZF-BLE) used in a communication receiver. In TD-SCDMA communication system, with the first method, a simplified system matrix B is calculated so that a correlation matrix B<H>B of B and an inverse matrix (B<H>B)<-1> of B<H>B are calculated, then (B<H>B)<-1> is used for taking MAI balance directly to data MF through matched filtering and realignment for obtaining estimated data d. With the second method, the simplified matrix B is used to calculate ara; an inverse ara<-1> of ara is directly calculated; partitioned matrix a, b, c are used for taking ISI and MAI balance directly to the data MF through matched filtering and realignment, thus adding to obtain estimated data. The simplified calculation methods can reduce calculated amount and accelerate calculation speed.

Description

The zero-forcing equalization filter calculating method of simplifying
Technical field
The present invention relates to the simplification computational methods of the zero-forcing equalization filter (ZF-BLE) that uses in two kinds of communication control processors, relate in particular to two kinds of improved ZF-BLE quick calculation methods in TD-SCDMA receiver or other communication control processors.
Background technology
In communication system, the recipient will carry out filtering to received signal, and filter out noise is disturbed, and recovers the data of transmission.Zero-forcing equalization filter (ZF-BLE) is exactly a kind of method that can select.The TD-SCDMA system has used ZF-BLE, and in order to realize the ZF-BLE process, receiver has passed through the following processing:
Carry out separating of data division and training sequence part to received signal, and the combined channel of selecting training sequence part to carry out the multi-user is estimated.
Utilize multi-user's combined channel response, the tectonic system matrix.Sytem matrix reflected the process that multi-user's information source experiences from the transmitting terminal to the receiving terminal, comprised the transmission of spectrum-spreading and scrambling, wireless channel.
Implement the zero-forcing equalization filter algorithm, computing formula:
d ^ | R n = &sigma; 2 I = ( A H A ) - 1 A H y
Figure S06189637820060728D000012
Expression transmits the estimation of data, is the column vector of [NK * 1], and N represents each user's data quantity, and K represents number of users;
R n2I is the covariance matrix of multi-user's white noise, is [K * K] matrix;
A is a sytem matrix, and it is [(LN+W-1) * NK] matrix, and L represents scrambler length, and W represents that window is long;
Y represents received signal, under one times of spreading rate situation, is the column vector of [NK * 1]; H represents conjugate transpose;
A HA is the covariance matrix of sytem matrix, and it is [NK * NK] matrix.
A in the formula HY represents matched filtering, can be correlated with slip and realize.(A HA) -1The expression equalizer need be found the solution [NK * NK] inverse of a matrix, and general method is to use lower triangular matrix to decompose, and the method for nonzero element recursion is inverted.Because [NK * NK] matrix size is bigger, make amount of calculation big, error is easily dispersed.
Because the existence of radio communication channel noise and interference makes channel response estimate to have comprised error, causes sytem matrix A distortion.If use the method for recursion to invert, the signal to noise ratio of the signal processing of back sequential signal is further worsened, the error rate increases.
Summary of the invention
The purpose of this invention is to provide two kinds of simple ZF-BLE computational methods, these two kinds of methods are that effectively amount of calculation is little, improved ZF-BLE computational methods.Can reduce amount of calculation, accelerate computational speed, reduce equipment amount, reduce the receiver cost.This technology both can be applied in system's one side, also can be applied in travelling carriage one side.
The present invention proposes the computational methods of two kinds of simplification,
Method one is carried out equilibrium to MAI, abandons the equilibrium to ISI.
This method comprises following 6 steps:
Each user's of step 1. channel response h kScrambler channel code ScrambleOVSF with each user kConvolution obtains B kVector:
B k=h k
Figure 061896378_2
ScrambleOVSF k
B kIt is [(L+W-1) * 1] several column vector;
Step 2.K user's B kBe arranged in the new sytem matrix B of simplification, be [(L+W-1) * and K] matrix;
Step 3. is asked the covariance matrix B of B matrix HB is [K * K] matrix;
Step 4. is asked matrix B HContrary (the B of B HB) -1, be [K * K] matrix;
[NK * 1] column vector A after the step 5. pair matched filtering HY rearranges:
MF=reshape(A Hy,K,N)
It is [K * N] matrix, and reshape represents to rearrange;
Step 6. is implemented balanced,
d ^ | R n = &sigma; 2 I = ( B H B ) - 1 MF .
Method two carries out equilibrium simultaneously to MAI and ISI.
This method comprises following 8 steps:
Each user's of step 1. channel response h kScrambler channel code ScrambleOVSF with each user kConvolution obtains B kVector:
B k=h k ScrambleOVSF k
B kIt is [(L+W-1) * 1] several column vector;
Step 2.K user's B kBe arranged in the sytem matrix B of simplification, it is [(L+W-1) * K] matrix;
Step 3. pair matrix B is decomposed:
B u=B(1:W-1,1:K),
B d=B(L+1:L+W-1,1:K),
Wherein: the arrangement of representing matrix row, column;
Step 4. directly calculates A HMatrix in block form ara among the A, it is [2K * 2K] matrix
ara = B H B B d H B u B u H B d B H B ;
Step 5. is calculated the inverse matrix ara of ara -1, be [2K * 2K] matrix in block form,
ara - 1 = a b c a ;
[NK * 1] column vector A after the step 6. pair matched filtering HY rearranges:
MF=reshape(A Hy,K,N),
It is [K * N] matrix, and reshape represents to rearrange;
The concrete computational methods of step 7. equilibrium are, remove multiply by data M F respectively with matrix a, b, c,
d ^ a = aMF ,
d ^ b = bMF ,
d ^ c = cMF ,
Figure S06189637820060728D000036
It all is [K * N] matrix;
Step 8.
Figure S06189637820060728D000037
The 1st row put 0, obtain N row put 0, obtain Then With The respective items addition obtains the estimation of data
d ^ = d ^ a + d ^ b 0 + d ^ c 0 .
Description of drawings
Fig. 1 is the position view of zero-forcing equalization filter 110 in communication system;
Fig. 2 is the schematic diagram of the zero-forcing equalization filter in first method 210 of the present invention and the second method 410;
Fig. 3 is first method 210 related matrixes of the present invention and transformation relation schematic diagram;
Fig. 4 is second method 410 related matrixes of the present invention and transformation relation schematic diagram.
Embodiment
Principle of the present invention is at first described.The TD-SCDMA system has adopted zero-forcing equalization filter (ZF-BLE) associated detecting method, through A HSymbol after the y matched filtering will be by (A HA) -1ISI and MAI are eliminated in equilibrium.ISI is the cross interference of front and back symbol, is that the multipath interference causes, and MAI is a multi-user interference.The thinking of first method of the present invention is the equilibrium of abandoning less important interference ISI, only to main interference MAI equilibrium, does not use traditional sytem matrix A during concrete operations, but has defined the new sytem matrix B that simplifies, and its small scale has reduced amount of calculation.This method can be used in the suburb, and multipath disturbs the base station and the mobile phone of few environment.Second method of the present invention is to ISI and MAI interference carrying out simultaneously equilibrium.Used the matrix ara that simplifies -1, its small scale has reduced amount of calculation, but having brought certain error, these errors is the scopes of allowing.This method can be used in the city, and multipath disturbs the base station and the mobile phone of big environment.
Traditional method is with B matrix construction system matrix A, calculates the correlation matrix A of A HA at nonzero element in wherein, asks it contrary with recurrence method, and its shortcoming as described above.First method of the present invention is directly to calculate the contrary (B of the correlation matrix of B HB) -1Second method of the present invention is directly to calculate correlation matrix A HThe contrary ara of the matrix in block form ara of A -1
First method (B HB) -1After matched filtering, the data M F of the formula that rearranges (2) carries out the MAI equilibrium.Second method ara -1To MF, carry out ISI and MAI equilibrium.
Such processing mode has reduced amount of calculation.
Below in conjunction with accompanying drawing the present invention is elaborated.
First method of the present invention is at first described.Each user's channel response h kScrambler channel code ScrambleOVSF with each user kConvolution obtains B kVector: B k=h k
Figure 061896378_4
ScrambleOVSF k, B kIt is [(L+W-1) * 1] several column vector.
Follow K user's B kBe arranged in the new sytem matrix B of simplification, it is [(L+W-1) * K] matrix, and obtains the covariance matrix B of B matrix HB, it is [K * K] matrix.
In Fig. 3, correlation matrix B HB Kron310, the covariance matrix B of the sytem matrix B of the simplification that forms during the input previous step is rapid HB arranges B by data volume N on diagonal HB forms matrix in block form B HB KronBe formulated,
B HB kron=kron(eye(N),B HB),
It is [NK * NK] matrix, and eye is [N * N] unit matrix, and kron represents repeated arrangement, is the function of MATLAB language.This process is not concrete enforcement in the step of first method, but explanation B HB KronQuite traditional sytem matrix A's, covariance A HA.
B HThe B device 320 of inverting is to the B of above-mentioned formation HThe B operation of inverting obtains (B HB) -1
Correlation matrix B HB KronInverse matrix 330 because (B HB Kron) -1=(B HB) -1 KronCan on diagonal, arrange (B by data volume N HB) -1, form matrix in block form (B HB) -1 KronBe formulated (B HB) -1 Kron=kron (eye (N), (B HB) -1), it is [NK * NK] matrix.This process is not concrete enforcement in the step of method one, but explanation (B HB) -1 KronQuite traditional covariance A HInverse matrix (the A of A HA) -1
By to (B HB) -1 KronAnalysis, to [NK * 1] the column vector A after the matched filtering HY rearranges operation:
MF=reshape(A Hy,K,N),
Then, can directly implement equalization operation: d ^ | R n = &sigma; 2 I = ( B H B ) - 1 MF , Obtain final data estimator
Second method of the present invention is described below.[(L+W-1) * K] matrix B that obtains in the first method is decomposed: B u=B (1:W-1,1:K), B d=B (L+1:L+W-1,1:K), wherein: the arrangement of representing matrix row, column.
Among Fig. 4, the correlation matrix 510 of sytem matrix A directly calculates A HMatrix in block form ara among the A, ara = B H B B d H B u B u H B d B H B , A HA is arranged on diagonal of a matrix by matrix in block form ara to constitute.A HA is not concrete calculating in the step of second method, but is used for illustrating traditional sytem matrix A, covariance A HThe formation of A.
Invert device 520 directly to the ara operation of inverting, obtain ara -1It also is a matrix in block form, constitutes by matrix in block form a, b, c, ara - 1 = a b c a .
The A that simplifies HThe inverse matrix 530 of A according to each user's data quantity N, is arranged matrix in block form ara on the diagonal of matrix -1, the equalizer matrix (A that obtains simplifying HA) -1 KronThis process is not concrete enforcement in the step of method two, but explanation (A HA) -1 KronQuite traditional covariance A HInverse matrix (the A of A HA) -1
By to (A HA) -1 KronAnalysis, can utilize little matrix in block form a, b, c directly the later data M F of matched filtering to be carried out equalization operation, d ^ a = aMF , d ^ b = bMF , d ^ c = cMF ,
Figure S06189637820060728D000065
It all is [K * N] matrix.Then, The 1st row put 0, obtain
Figure S06189637820060728D000067
Figure S06189637820060728D000068
N row put 0, obtain Then
Figure S06189637820060728D0000610
With
Figure S06189637820060728D0000611
The respective items addition obtains the estimation of data
Figure S06189637820060728D0000612
d ^ = d ^ a + d ^ b 0 + d ^ c 0 , Thereby obtain final data estimator
Figure S06189637820060728D0000614
The above two kinds of shortcut calculation, general Communication System Engineer just can realize in equipment smoothly.

Claims (2)

1. a zero-forcing equalization filter is simplified Calculation Method, comprising:
Each user's of step 1. channel response h kScrambler channel code ScrambleOVSF with each user kConvolution obtains B kVector:
B k = h k &CircleTimes; Scramble OVSF k ,
B kIt is [(L+W-1) * 1] several column vector;
Step 2.K user's B kBe arranged in the sytem matrix B of simplification, it is [(L+W-1) * K] matrix;
Step 3. is asked the covariance matrix B of B matrix HB, it is [K * K] matrix;
Step 4. is asked matrix B HContrary (the B of B HB) -1, be [K * K] matrix;
[NK * 1] column vector A after the step 5. pair matched filtering HY rearranges:
MF=reshape(A Hy,K,N),
It is [K * N] matrix, and reshape represents to rearrange;
Step 6. is implemented balanced,
d ^ | R n = &sigma; 2 I = ( B H B ) - 1 MF ,
A is a sytem matrix, and it is [(LN+W-1) * NK] matrix, and y represents received signal, under one times of spreading rate situation, is the column vector of [NK * 1], A HA is the covariance matrix of sytem matrix, and it is [NK * NK] matrix, A in the formula HY represents matched filtering,
Expression transmits the estimation of data, is the column vector of [NK * 1], R n2I is the covariance matrix of multi-user's white noise, is [K * K] matrix,
N represents each user's data quantity, and K represents number of users, and L represents scrambler length, and W represents that window is long, and H represents conjugate transpose.
2. a zero-forcing equalization filter is simplified computational methods, comprising:
Each user's of step 1. channel response h kScrambler channel code ScrambleOVSF with each user kConvolution obtains B kVector:
B k = h k &CircleTimes; Scramble OVSF k ,
B kIt is [(L+W-1) * 1] several column vector;
Step 2.K user's B kBe arranged in the sytem matrix B of simplification, it is [(L+W-1) * K] matrix;
Step 3. pair matrix B is decomposed:
B u=B(1∶W-1,1∶K),
B d=B(L+1∶L+W-1,1∶K),
Wherein: the arrangement of representing matrix row, column;
Step 4. directly calculates A HMatrix in block form ara among the A, it is [2K * 2K] matrix
ara = B H B B d H B u B u H B d B H B ,
A is a sytem matrix, and it is [(LN+W-1) * NK] matrix, A HA is the covariance matrix of sytem matrix, and it is [NK * NK] matrix;
Step 5. is calculated the inverse matrix ara of ara -1, be [2K * 2K] matrix in block form,
ara - 1 = a b c a ,
A, b, c represent matrix in block form respectively;
[NK * 1] column vector A after the step 6. pair matched filtering HY rearranges:
MF=reshape(A Hy,K,N),
It is [K * N] matrix, and reshape represents to rearrange,
Y represents received signal, under one times of spreading rate situation, is the column vector of [NK * 1], A in the formula HY represents matched filtering;
The concrete computational methods of step 7. equilibrium are, remove multiply by data M F respectively with matrix a, b, c,
d ^ a = aMF ,
d ^ b = bMF ,
d ^ c = cMF ,
Figure FSB00000484872400026
It all is [K * N] matrix;
Step 8.
Figure FSB00000484872400027
The 1st row put 0, obtain
Figure FSB00000484872400029
N row put 0, obtain
Figure FSB000004848724000210
Then With
Figure FSB000004848724000212
The respective items addition obtains the estimation of data
Figure FSB000004848724000213
d ^ = d ^ a + d ^ b 0 + d ^ c 0 ,
N represents each user's data quantity, and K represents number of users, and L represents scrambler length, and W represents that window is long, and H represents conjugate transpose.
CN2006100896378A 2006-07-07 2006-07-07 Simplified zero-forcing equalization filter calculating method Active CN1885727B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2006100896378A CN1885727B (en) 2006-07-07 2006-07-07 Simplified zero-forcing equalization filter calculating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2006100896378A CN1885727B (en) 2006-07-07 2006-07-07 Simplified zero-forcing equalization filter calculating method

Publications (2)

Publication Number Publication Date
CN1885727A CN1885727A (en) 2006-12-27
CN1885727B true CN1885727B (en) 2011-10-26

Family

ID=37583729

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2006100896378A Active CN1885727B (en) 2006-07-07 2006-07-07 Simplified zero-forcing equalization filter calculating method

Country Status (1)

Country Link
CN (1) CN1885727B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102035568B (en) * 2010-11-05 2014-05-28 意法·爱立信半导体(北京)有限公司 Method and device for eliminating interference in mobile communication system
CN102025392A (en) * 2010-12-06 2011-04-20 意法·爱立信半导体(北京)有限公司 Interference elimination method and device
US9014236B2 (en) 2011-09-28 2015-04-21 Telefonaktiebolaget L M Ericsson (Publ) Method, apparatus, receiver, computer program and storage medium for joint detection

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1494230A (en) * 2002-11-01 2004-05-05 上海奇普科技有限公司 Self adaptable equalizer capable of changing steplength due to network decoder output influence
CN1725744A (en) * 2004-07-21 2006-01-25 中兴通讯股份有限公司 Method and system of adaptive demodulation suitable for GSM/EDGE system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1494230A (en) * 2002-11-01 2004-05-05 上海奇普科技有限公司 Self adaptable equalizer capable of changing steplength due to network decoder output influence
CN1725744A (en) * 2004-07-21 2006-01-25 中兴通讯股份有限公司 Method and system of adaptive demodulation suitable for GSM/EDGE system

Also Published As

Publication number Publication date
CN1885727A (en) 2006-12-27

Similar Documents

Publication Publication Date Title
KR100789217B1 (en) Fast joint detection
KR100669969B1 (en) Single user detection
US7042967B2 (en) Reduced complexity sliding window based equalizer
KR100822145B1 (en) Adaptive algorithm for a cholesky approximation
CN101107787B (en) Weighted autocorrelation method for downlink CDMA LMMSE equalizers
Bhashyam et al. Multiuser channel estimation and tracking for long-code CDMA systems
CA2437660A1 (en) Low complexity data detection using fast fourier transform of channel correlation matrix
TW201404090A (en) Advanced receiver with sliding window block linear equalizer
Rajagopal et al. Real-time algorithms and architectures for multiuser channel estimation and detection in wireless base-station receivers
CN100382450C (en) Array antenna channel estimating aftertreatment method
CN101888259A (en) Method, apparatus and system used for CDMA communication
CN100542080C (en) Associated detecting method and device and use the system of this device
CN101087283A (en) Receiving device and method for TD-SCDMA system
CN101312359B (en) Apparatus and method for multi-cell combined channel estimation and multi-cell combined detection
CN1885727B (en) Simplified zero-forcing equalization filter calculating method
CN101573887A (en) Data equalisation in a communication receiver with transmit and receive diversity
CN101711049B (en) Routing method and device based on interference elimination
CN104301005A (en) Joint detection method and apparatus
CN100429874C (en) Combination detection method of simplifying to realize low-spred-spectrum coefficient
Kim et al. Analysis of quasi-ML multiuser detection of DS/CDMA systems in asynchronous channels
EP1636900A2 (en) Reduced complexity sliding window based equalizer
EP1582005B1 (en) Method and device for multi-user detection with simplified de-correlation in a cdma system
EP2100388A1 (en) Data equalisation in a communication receiver with receive diversity
US7630429B2 (en) Equalizer co-efficient generation apparatus and method therefor
JPWO2004105266A1 (en) Reception device and wireless communication system using the same

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
TR01 Transfer of patent right

Effective date of registration: 20191030

Address after: 430073 Hubei province Wuhan Dongxin East Lake high tech Development Zone, Road No. 5

Patentee after: Wuhan Hongxin Communication Technology Co., ltd.

Address before: 100085, beacon building, No. 5-3, East Road, Beijing, Haidian District

Patentee before: Beifang Fenghuo Tech Co., Ltd., Beijing

TR01 Transfer of patent right
CP03 Change of name, title or address

Address after: No.1 tanhu 2nd Road, Canglong Island, Jiangxia District, Wuhan City, Hubei Province

Patentee after: CITIC Mobile Communication Technology Co., Ltd

Address before: 430073 Hubei province Wuhan Dongxin East Lake high tech Development Zone, Road No. 5

Patentee before: Wuhan Hongxin Telecommunication Technologies Co.,Ltd.

CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 430205 No.1 tanhu 2nd Road, Canglong Island, Jiangxia District, Wuhan City, Hubei Province

Patentee after: CITIC Mobile Communication Technology Co.,Ltd.

Address before: No.1 tanhu 2nd Road, Canglong Island, Jiangxia District, Wuhan City, Hubei Province

Patentee before: CITIC Mobile Communication Technology Co., Ltd

CP03 Change of name, title or address