CN103532890A - 一种对复数信道矩阵的svd分解方法 - Google Patents

一种对复数信道矩阵的svd分解方法 Download PDF

Info

Publication number
CN103532890A
CN103532890A CN201310522665.4A CN201310522665A CN103532890A CN 103532890 A CN103532890 A CN 103532890A CN 201310522665 A CN201310522665 A CN 201310522665A CN 103532890 A CN103532890 A CN 103532890A
Authority
CN
China
Prior art keywords
matrix
alpha
complex
arctan
theta
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.)
Granted
Application number
CN201310522665.4A
Other languages
English (en)
Other versions
CN103532890B (zh
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.)
Southeast University
Original Assignee
Southeast University
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 Southeast University filed Critical Southeast University
Priority to CN201310522665.4A priority Critical patent/CN103532890B/zh
Publication of CN103532890A publication Critical patent/CN103532890A/zh
Application granted granted Critical
Publication of CN103532890B publication Critical patent/CN103532890B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Radio Transmission System (AREA)

Abstract

本发明公开了一种适合于硬件实现的复数信道信道矩阵SVD分解方法。在多输入多输出(MIMO)无线通信系统中,信道矩阵是复数矩阵,一种常见的预编码方法是对信道矩阵进行SVD分解。复数矩阵在求SVD分解时涉及到大量的角度运算,这在实际硬件中复杂度很高,会消耗大量的资源。本发明提出一种简化算法,使用各种三角恒等式的推导将三角函数变成了矩阵中元素实部与虚部值的函数。用少量的乘、除法和开平方的等基本运算代替了大量的求三角函数的工作。

Description

一种对复数信道矩阵的SVD分解方法
技术领域
本发明属于多输入多输出(MIMO)无线通信技术领域,具体涉及到对复数信道矩阵进行SVD分解的实现方法。
背景技术
近年来,预编码技术在MIMO通信系统中成为研究的热点。在预编码技术中,接收端将估计出的信道状态信息(CSI)通过反馈信道反馈给发射机,发射机对信道信息进行处理得到预编码矩阵,用以对信息进行预处理,可以简化接收机的设计,同时能提供满空间分集,从而增加接收机上的信噪比(SNR)。
Yue Wang,Kevin Cunningham and Prawat Nagvajara在Singular Value DecompositionHardware for MIMO:State of the Art and Custom Design一文中总结了一种经典的2×2复数矩阵SVD分解的方法,并指出,只要将该2×2基本模块进行并行迭代运算就能计算出更高阶方阵的复数SVD分解。经过仿真验证,该方法性能优异,输出结果与Matlab结果误差不超过2%。然而,该方法涉及到大量的三角函数运算,在实际硬件上实现时计算量巨大,仅2×2子模块就要消耗数十个CORDIC IP核。
FPGA(Filed-Programmable Gate Array),即现场可编程门阵列,作为专用集成电路领域的一种半定制电路,即解决了定制电路的不足,而且克服了可编程器件门电路数太少的缺点。利用FPGA实现MIMO通信系统,具有快速低延迟以及低功耗等特性。但是基于SVD分解的预编码算法需要花费大量的逻辑资源,而FPGA的资源是有限的,因此寻求低复杂度和高效准确的算法是非常有必要的。
发明内容
针对背景技术中提出的问题,本发明提出了一种针对2×2复数矩阵SVD分解子模块的优化算法,包括如下步骤:
(1)对2×2复数矩阵H进行一次双边酉变换,得到矩阵V1
(2)对步骤(1)的结果进行一次双边Jacobi旋转,得到矩阵V2和R;
(3)从步骤(2)的结果R得到两个幅角,从而得到矩阵V3
(4)对步骤(2)的结果R中的幅值X、Z、W进行一系列三角恒等变换,计算出 cos ( 1 2 [ arctan ( X Z - W ) - arctan ( X Z + W ) ] ) sin ( 1 2 [ arctan ( X Z - W ) - arctan ( X Z + W ) ] ) , 从而得到矩阵V4,具体步骤如下:
1)从矩阵R中求得R1,1和R1,2的幅值W和X;
2)令
Figure BDA0000404002770000023
定义变量λ1、x1、y1,分别表示为角度α的三角函数表达式;
3)定义变量c1、s1,分别表示为角度
Figure BDA0000404002770000024
的余弦和正弦值;
4)令
Figure BDA0000404002770000025
并定义变量c2、s2,重复步骤2)和3),求得角度
Figure BDA0000404002770000026
的余弦和正弦值;
5)对c1、s1、c2、s2用两角之差正余弦公式求得最终V4中的元素。
(5)用V1·V2·V3·V4得到最终的V矩阵。
相对于现有技术,本发明的有益效果是:
本发明利用三角函数恒等变换,用基本运算代替了直接的三角函数运算,能有效降低预编码在硬件中实现的复杂度。
附图说明
图1为对2×2复数矩阵进行SVD分解的实现步骤。
具体实施方式
考虑一个2×2的复数矩阵H
H = Ae iθ a Be iθ b Ce iθ c De iθ d
如图1所示,可通过如下步骤计算得到它完整的SVD分解:
(1)对H进行一次双边酉变换,把矩阵的第二行变为实数:
Figure BDA0000404002770000028
其中
θ α = - θ d + θ c 2     θ β = - θ d - θ c 2
θa′=θac   θb′=θbd
(2)对(1)的结果进行一次双边Jacobi旋转,将元素C消去:
Figure BDA0000404002770000033
其中
θφ=0即 U 2 = 1 0 0 1
θ ψ = arctan ( C D ) ( π 2 ≤ θ ψ ≤ π 2 )
(3)再次对(2)的结果使用双边酉变换,把矩阵的第一行变为实数:
其中
θ ξ = - θ w + θ x 2     θ η = θ w - θ x 2
(4)最后,再做一次双边Jacobi旋转,实现最终的对角化
Figure BDA0000404002770000039
其中
tan ( θ λ + θ ρ ) = X Z - W     tan ( θ λ - θ ρ ) = X Z + W
计算矩阵V4时,需要先求反正切函数得到角度,再用角度求正、余弦值,这在硬件中实现是复杂的。可以通过步骤(2)中的矩阵 R = We iθ w Xe iθ x 0 Z 直接通过三角恒等变换求出 θ ρ = 1 2 [ arctan ( X Z - W ) - arctan ( X Z + W ) ] θ λ = 1 2 [ arctan ( X Z - W ) + arctan ( X Z + W ) ] , 具体过程如下:
α = arctan ( X Z - W )     β = arctan ( X Z + W )
θ ρ = α 2 - β 2
W = ( Re { R 1,1 } ) 2 + ( Im { R 1,1 } ) 2 , X = ( Re { R 1,2 } ) 2 + ( Im { R 1,2 } ) 2 , Z=R2,2
λ 1 = Z - W X = cot α ( - π 2 ≤ α ≤ π 2 )
x 1 = 1 + λ 1 2 = 1 + cot 2 α = 1 | sin α |
y 1 = 1 | τ 1 | + x 1 = 1 | cos α sin α + 1 sin α | = | sin α | cos α + 1
c 1 = 1 1 + y 1 2 = 1 1 + sin 2 α ( cos α + 1 ) 2 = 1 ( cos α + 1 ) 2 + sin 2 α ( cos α + 1 ) 2 = 1 2 ( cos α + 1 ) ( cos α + 1 ) 2
= cos α + 1 2 = ( 2 cos 2 α 2 - 1 ) + 1 2 = | cos α 2 | = cos α 2 ( - π 4 ≤ α 2 ≤ π 4 )
s 1 = y 1 · c 1 = | sin α | cos α + 1 · cos α 2 = 2 | sin α 2 | cos 2 α 2 ( 2 cos 2 α 2 - 1 ) + 1 = | sin α 2 |
若λ1<0,s1=-s1,即
同理也可以求得
Figure BDA00004040027700000413
Figure BDA00004040027700000414
所以
cos θ ρ = cos ( α 2 - β 2 ) = cos α 2 cos β 2 + sin α 2 sin β 2 = c 1 · c 2 + s 1 · s 2
sin θ ρ = sin ( α 2 - β 2 ) = sin α 2 cos β 2 - cos α 2 sin β 2 = s 1 · c 2 - c 1 · s 2
V 4 = s 1 · c 2 - c 1 · s 2 c 1 · s 2 - s 1 · c 2 s 1 · c 2 - c 1 · s 2 s 1 · c 2 - c 1 · s 2
最终
UH=U4·U3·U2·U1
V=V1·V2·V3·V4
U H HV = Σ = P 0 0 Q
由于无线通信协议(如802.11ac)中规定,使用SVD分解的预编码方案的预编码矩阵为V矩阵,因此本专利仅考虑V矩阵的实现,而其中着重对矩阵V4的实现方式进行了扩展与优化。U矩阵的求解与V矩阵类似,如要实际实现,只需复用求解V矩阵的模块即可。矩阵V1、V2、V3的求解仍然需要用到少量的CORDIC核。由于更高阶复方阵的SVD分解要用到基本2×2模块,因此只要对该基本模块的使用都视为本发明的保护范围。

Claims (1)

1.一种对复数信道矩阵的SVD分解方法,其中,所述复数信道矩阵为2×2复数矩阵H,所述方法包括以下步骤:
(1)对2×2复数矩阵H进行一次双边酉变换,得到矩阵V1
(2)对步骤(1)的结果进行一次双边Jacobi旋转,得到矩阵V2和R;
(3)从步骤(2)的结果R得到两个幅角,从而得到矩阵V3
(4)对步骤(2)的结果R中的幅值X、Z、W进行一系列三角恒等变换,计算出 cos ( 1 2 [ arctan ( X Z - W ) - arctan ( X Z + W ) ] ) sin ( 1 2 [ arctan ( X Z - W ) - arctan ( X Z - W ) ] ) , 从而得到矩阵V4,步骤(4)的具体步骤如下:
1)从矩阵R中求得R1,1和R1,2的幅值W和X;
2)令
Figure FDA0000404002760000013
定义变量λ1、x1、y1,分别表示为角度α的三角函数表达式;
3)定义变量c1、s1,分别表示为角度
Figure FDA0000404002760000014
的余弦和正弦值;
4)令
Figure FDA0000404002760000015
并定义变量c2、s2,重复步骤2)和3),求得角度
Figure FDA0000404002760000016
的余弦和正弦值;
5)对c1、s1、c2、s2用两角之差正余弦公式求得最终V4中的元素;
(5)用V1·V2·V3·V4得到最终的V矩阵。
CN201310522665.4A 2013-10-29 2013-10-29 一种对复数信道矩阵的svd分解方法 Active CN103532890B (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310522665.4A CN103532890B (zh) 2013-10-29 2013-10-29 一种对复数信道矩阵的svd分解方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310522665.4A CN103532890B (zh) 2013-10-29 2013-10-29 一种对复数信道矩阵的svd分解方法

Publications (2)

Publication Number Publication Date
CN103532890A true CN103532890A (zh) 2014-01-22
CN103532890B CN103532890B (zh) 2017-03-29

Family

ID=49934576

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310522665.4A Active CN103532890B (zh) 2013-10-29 2013-10-29 一种对复数信道矩阵的svd分解方法

Country Status (1)

Country Link
CN (1) CN103532890B (zh)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105703813A (zh) * 2016-02-04 2016-06-22 东南大学 一种mimo系统的预编码方法
CN113157661A (zh) * 2021-04-26 2021-07-23 南京理工大学 基于云平台的高光谱遥感大数据奇异值分解的分布式并行优化方法
CN113906696A (zh) * 2019-06-11 2022-01-07 华为技术有限公司 数据传输方法及装置
CN116647428A (zh) * 2023-07-26 2023-08-25 高拓讯达(北京)微电子股份有限公司 一种信道矩阵的svd分解方法、装置、电子设备及介质

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060285531A1 (en) * 2005-06-16 2006-12-21 Howard Steven J Efficient filter weight computation for a MIMO system
CN102882579A (zh) * 2012-09-24 2013-01-16 东南大学 一种用于多天线系统的并行矩阵求逆方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060285531A1 (en) * 2005-06-16 2006-12-21 Howard Steven J Efficient filter weight computation for a MIMO system
CN102882579A (zh) * 2012-09-24 2013-01-16 东南大学 一种用于多天线系统的并行矩阵求逆方法

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105703813A (zh) * 2016-02-04 2016-06-22 东南大学 一种mimo系统的预编码方法
CN105703813B (zh) * 2016-02-04 2018-11-09 东南大学 一种mimo系统的预编码方法
CN113906696A (zh) * 2019-06-11 2022-01-07 华为技术有限公司 数据传输方法及装置
CN113906696B (zh) * 2019-06-11 2022-11-25 华为技术有限公司 数据传输方法及装置
CN113157661A (zh) * 2021-04-26 2021-07-23 南京理工大学 基于云平台的高光谱遥感大数据奇异值分解的分布式并行优化方法
CN116647428A (zh) * 2023-07-26 2023-08-25 高拓讯达(北京)微电子股份有限公司 一种信道矩阵的svd分解方法、装置、电子设备及介质
CN116647428B (zh) * 2023-07-26 2023-10-10 高拓讯达(北京)微电子股份有限公司 一种信道矩阵的svd分解方法、装置、电子设备及介质

Also Published As

Publication number Publication date
CN103532890B (zh) 2017-03-29

Similar Documents

Publication Publication Date Title
Li et al. Massive MIMO 1-bit DAC transmission: A low-complexity symbol scaling approach
Castañeda et al. 1-bit massive MU-MIMO precoding in VLSI
Hu et al. Low-complexity signal detection using CG method for uplink large-scale MIMO systems
Wang et al. Efficient channel estimation for massive MIMO systems via truncated two-dimensional atomic norm minimization
Xing et al. A framework on hybrid MIMO transceiver design based on matrix-monotonic optimization
US9729277B2 (en) Signal detecting method and device
Zhang et al. Hybrid and full-digital beamforming in mmWave massive MIMO systems: A comparison considering low-resolution ADCs
Gao et al. Capacity-approaching linear precoding with low-complexity for large-scale MIMO systems
Choi et al. Two-stage analog combining in hybrid beamforming systems with low-resolution ADCs
Castañeda et al. Finite-alphabet MMSE equalization for all-digital massive MU-MIMO mmWave communication
CN103532890A (zh) 一种对复数信道矩阵的svd分解方法
Fan et al. Optimal pilot length for uplink massive MIMO systems with low-resolution ADC
CN104954056A (zh) 大规模mimo线性检测中矩阵求逆的硬件构架及方法
Li et al. How much training is needed in one-bit massive MIMO systems at low SNR?
Xie et al. Dictionary learning for channel estimation in hybrid frequency-selective mmWave MIMO systems
Qiao et al. Spectral efficiency for massive MIMO zero-forcing receiver with low-resolution ADC
CN102882579B (zh) 一种用于多天线系统的并行矩阵求逆方法
Zarei et al. I/Q imbalance aware widely-linear precoding for downlink massive MIMO systems
Zhang et al. A deep learning-based framework for low complexity multiuser MIMO precoding design
Cheng et al. On simultaneous wireless information and power transfer for receive spatial modulation
Hwang et al. A low complexity geometric mean decomposition computing scheme and its high throughput VLSI implementation
Ghanem MAC Gaussian channels with arbitrary inputs: Optimal precoding and power allocation
Gao et al. Near-optimal signal detection with low complexity based on Gauss-Seidel method for uplink large-scale MIMO systems
Bai et al. Joint precoding using successive over-relaxation matrix inversion and Newton iteration for massive MIMO systems
Liu et al. Hardware implementation of the compressed beamforming weights calculation for the practical wireless MIMO-OFDM communication system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant