Next Article in Journal / Special Issue
Planar Array Diagnostic Tool for Millimeter-Wave Wireless Communication Systems
Previous Article in Journal
Study on Crash Injury Severity Prediction of Autonomous Vehicles for Different Emergency Decisions Based on Support Vector Machine Model
Previous Article in Special Issue
Downlink Spectral Efficiency Analysis in Distributed Massive MIMO with Phase Noise
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Computationally Efficient Channel Estimation in 5G Massive Multiple-Input Multiple-output Systems

1
Department of Electrical Engineering, University of Engineering & Technology, Peshawar P.O.B. 814, Pakistan
2
School of Electrical Engineering, University of Ulsan, Ulsan 44610, Korea
*
Author to whom correspondence should be addressed.
Electronics 2018, 7(12), 382; https://doi.org/10.3390/electronics7120382
Submission received: 9 November 2018 / Revised: 22 November 2018 / Accepted: 28 November 2018 / Published: 3 December 2018
(This article belongs to the Special Issue Massive MIMO Systems)

Abstract

:
Traditional channel estimation algorithms such as minimum mean square error (MMSE) are widely used in massive multiple-input multiple-output (MIMO) systems, but require a matrix inversion operation and an enormous amount of computations, which result in high computational complexity and make them impractical to implement. To overcome the matrix inversion problem, we propose a computationally efficient hybrid steepest descent Gauss–Seidel (SDGS) joint detection, which directly estimates the user’s transmitted symbol vector, and can quickly converge to obtain an ideal estimation value with a few simple iterations. Moreover, signal detection performance was further improved by utilizing the bit log-likelihood ratio (LLR) for soft channel decoding. Simulation results showed that the proposed algorithm had better channel estimation performance, which improved the signal detection by 31.68% while the complexity was reduced by 45.72%, compared with the existing algorithms.

1. Introduction

Multiple-input multiple-output (MIMO) technology is becoming more and more mature, especially when combined with orthogonal frequency division multiplexing (OFDM) [1,2,3,4,5], which has been successfully applied in multiple wireless communications fields such as Long-Term Evolution (LTE) and LTE-Advanced. However, traditional MIMO technology can only achieve a 4   ×   4 or 8   ×   8 scale system [6], which makes it difficult to meet the explosive growth in mobile data services. Therefore, in recent years, massive MIMO has been proposed based on traditional MIMO technology [7]. Massive MIMO systems configure up to hundreds of antenna arrays at the base station to serve multiple single-antenna end-users simultaneously [8], which can improve spectrum utilization and power utilization in wireless communications systems by two to three orders of magnitude [9,10,11]. This has become one of the most promising enabling technologies and one of the hottest research directions in 5G [12]. The maximum likelihood (ML) algorithm is the optimal algorithm in massive MIMO detection algorithms, but its computational complexity increases exponentially with the number of system antennas and the modulation order of baseband signals. It is difficult for it to be fast, effective, and realized in practical applications. Linear detection methods, such as the zero-forcing (ZF) algorithm and minimum mean square error (MMSE) algorithm, can achieve near-optimal detection performance in massive MIMO systems. The complexity in this kind of detection algorithm is greatly reduced, compared with the complexity of the ML algorithm, but introduces a complex high-dimensional matrix inversion operation, so a low-cost and efficient engineering implementation is still a problem to be solved. Aimed at this problem, many simplified algorithms based on the MMSE detection scheme have been proposed in recent years, and can be roughly divided into three types: The series expansion class-approximation method [13,14], the iterative class-approximation method [15,16] and a gradient-based search for an approximate solution [17,18,19,20]. The authors in [13] proposed a method of using Neumann series expansion to approximate the inverse MMSE filter matrix, but when the number of expansion stages was gradually increased ( i   >   2 ) , the computational complexity was still high, even equal to or exceeding the exact MMSE. The complexity of the filter matrix inversion algorithm also loses a large degree of detection performance. The authors in [14] applied the Newton algorithm derived from the first-order Taylor series expansion (similar to Neumann series expansion) to massive MIMO signal detection, and used the iterative method to improve the estimation accuracy of the MMSE filter matrix inversion. However, from the aspects of detection performance and computational complexity, the algorithm based on the Newton iteration was not dominant. Different from the two series expansion-based algorithms above, it is necessary to estimate the signal vector sent by the user by inverting the approximate matrix. Some iterative algorithms based on solving linear equations, such as the Richardson iterative (RI) algorithm [15] and the successive over-relaxation (SOR) algorithm [16], use the special properties of the MMSE filter’s symmetric positive definite matrix. Through the method of solving linear equations, they directly estimate the transmission vector, thus avoiding the inversion of high-dimensional matrices.
The RI and SOR algorithms mentioned above have lower computational complexity at a fixed number of iterations, but RI convergence is slower and requires a higher number of iterations to achieve certain detection performance requirements. In SOR, although the detection performance is close to excellent, its internal iterative structure means the algorithm cannot be implemented in parallel in practical applications. The third type of algorithm is mainly designed and implemented based on the idea of a matrix gradient, including the conjugate-gradient (CG) method [17] and the steepest descent (SD) method [18]. This type of algorithm uses the matrix gradient search method and avoids the high-dimensional matrix inversion problem. However, compared to the method of series expansion, the CG and SD algorithms bring about great improvement in detection performance, but calculation of the matrix gradient after each iteration also causes higher complexity.
In this paper, a low-complexity joint detection algorithm was proposed. The SD algorithm had a good convergence direction at the beginning of the iteration, and the Gauss–Seidel (GS) algorithm with low complexity mentioned in [19] was combined with the SD method (called SDGS), which provided an effective search direction for GS iterations, speeding up convergence and improving the detection performance. Furthermore, applying it to soft output detection gave an approximate calculation method for the bit log-likelihood ratio (LLR) of the channel decoder input. A good compromise between detection performance and computational complexity was achieved.
The rest of this paper is organized as follows: Section 2 discusses the system model and analytical derivations, Section 3 explains signal detection, while Section 4 explains the mixed iterative algorithm and the proposed algorithm. Section 5 provides the simulation results, while Section 6 concludes the paper.

2. System Model

The research object considered in this paper was the uplink for a massive MIMO system consisting of a base station equipped with N antennas and K single-antenna users where N K , as shown in Figure 1. Let s c = [ s 1 , s 2 , ,   s K ] T denote the K × 1 dimensional symbol vector sent by all users simultaneously, where s k ε was the transmitted symbol from the k t h user, and ε was the modulation symbol set.
Let H c N × K represent the Rayleigh fading channel matrix; then, the   N × 1 dimensional signal vector received by the base station could be recorded as:
y c = H c s c + n c
where n c represented an additive white Gaussian noise (AWGN) vector with an N × 1 dimensional mean of 0 and a covariance matrix of σ 2 I N . Converting the complex model of Equation (1) into an equivalent real model gave:
y = H s + n
Among these terms, s 2 K , H 2 N × 2 K , y 2 N , and n 2 N , which were:
H = [ ( H c ) ( H c )   ( H c )   ( H c ) ] ,   y = [ ( y c ) ( y c ) ] s = [ ( s c ) ( s c ) ] ,   n = [ ( n c ) ( n c ) ]
Among those, ( · ) and ( · ) indicated the real part and imaginary part, respectively.

2.1. Minimum Mean Square Error Signal Detection

The main task of signal detection was to accurately determine user transmission vector s at the base station through received signal vector y . The transmitted signal vector s ^ detected by the MMSE algorithm could be expressed as:
s ^ = ( H H H + σ 2 I 2 K ) 1 H H y = W 1 y ^
where y ^ = H H y . The filter matrix W of the MMSE detector could be expressed as:
W = G + σ 2 I 2 K
where G = H H H was the Gram matrix. In massive MIMO systems, the computational complexity of W 1 is O ( K 3 ) , which makes the implementation of the MMSE algorithm very complex.

2.2. Log Likelihood Ratio Calculation

Various channel coding techniques are commonly employed in wireless communication systems to improve their error performance, since channel reliability can be used to improve system stability. Conventional MIMO system signal detection generally uses a hard decision method to directly execute symbol decisions on the estimated value of the user-transmitted signal vector, i.e., s ^ in Equation (4). In order to output the soft detection information to the back end of the detector, after the MMSE detector estimates s ^ , the LLR soft information used for channel decoding could be calculated with the following method. First, we needed to restore the estimated s ^ and the calculated W 1 to the equivalent complex field to get s ^ c and W c 1 . Let U = W c 1 G c = W c 1 H c H H c denote the equalized channel matrix. The equalized signals obtained by the MMSE filter matrix could be obtained from Equations (2) and (4) as follows:
s ^ c = W c 1 G c s c + W c 1 H c H n c = U s c + W c 1 H c H n c  
Then, the estimated value of the symbol transmitted by the i th user is s ^ c , i = μ i s c , i + e i , where μ i = [ U ] i i = U i i represented the effective channel gain after equalization, and e i represented the noise plus interference (NPI) term contained in the s ^ c , i . The noise variance was v i 2 = j i K | U j i | 2 + E i i σ 2 , where U j i and E i i represented the ( j , i ) th element of the matrix U and the i th diagonal of the matrix E , respectively, where E = W c 1 H c H ( W c 1 H c H ) H = W c 1 G c W c 1 . Using the max-log approximation representation given in [11], the LLR L i , b corresponding to the b th bit transmitted by the i th user was expressed as:
L i , b = Υ i ( m i n a O b 0   | s ^ c , i μ i a | 2 m i n a O b 1   | s ^ c , i μ i a | 2 )
where Υ i = μ i 2 / v i 2 represented the signal-to-interference plus noise ratio (SINR), and O b 0 and O b 1 represented the modulation symbol set with the b th bit being 0 and 1, respectively.

3. Low Complexity Signal Detection

3.1. Neumann Series Expansion

In a massive MIMO system, the MMSE signal detection algorithm involves a high-dimensional matrix inversion, W 1 , with a computational complexity of O ( K 3 ) . In order to reduce the computational complexity of W 1 , the authors in [11] proposed using Neumann series expansion to approximate matrix inversion results. When W approximates the invertible matrix X and satisfies
lim n ( I W X ) n = 0
then, the Neumann series can be expressed as
W 1 = Σ n = 0 ( X 1 ( X W ) ) n X
The decomposition matrix is W = D + E , where D is the diagonal matrix of W , and E is the hollow matrix corresponding to W . Since the number of antennas equipped at the base station was much larger than the number of single-antenna users ( N K ) , matrix W has a diagonal dominant characteristic [3]; that is, W D . Substituting D for X in Equation (9) gives:
W 1 = Σ n = 0 ( D 1 E ) n D 1
when lim n ( D 1 E ) n = 0 , the progression of Equation (10) converges. If we only expand the first   i term of the Neumann series, we can get:
W i 1 = Σ n = 0 i 1 ( D 1 E ) n D 1
when the value of i is small, the Neumann series expansion can approximate W 1 with lower complexity. For example, when i   =   2 , W 2 1 = D 1 D 1 E D 1 , which is computationally complex, and the complexity is O ( K 2 ) .

3.2. Gauss–Seidel Algorithm

In the Neumann series expansion algorithm, when the number of expansion terms i 3 , the computational complexity is still O ( K 3 ) , which is equal to or even exceeds the complexity of the exact inverse calculation of the MMSE filter matrix. Unlike the Neumann series expansion, which approximates W , the GS algorithm [19] can solve N-dimensional linear equations of the form A x = b without inverting the matrix, where matrix A is an N × N dimensional symmetric positive definite matrix, x is the N × 1 dimensional solution vector, and b is the N × 1 dimensional measurement vector. Decomposing matrix A into a diagonal element matrix, D A , a strict lower triangular element matrix, L A , and a strict upper triangular element matrix, L A H , the GS algorithm can estimate x by the following iterative method:
x ^   ( i ) = ( D A + L A ) 1 ( b L A H x ^ ( i 1 ) )
where i = 1 ,   2 ,   represents the number of iterations of the GS algorithm. In a massive MIMO system, as the number of base station antennas increases substantially, when it is much larger than the number of single-antenna users ( N K ) , the individual column vectors of the uplink channel matrix H are progressively orthogonal [20], and W = G + σ 2 I 2 K is a symmetric positive definite matrix. Similarly, W can be decomposed into:
W = ( D + L + L H )
Among those terms, D , L , and L H , respectively, is the diagonal element matrix of W , the strict lower triangular element matrix, and the strict upper triangular matrix. The GS algorithm can be used to avoid inverting the high-dimensional matrix, which directly estimates the transmitted signal vector s ^ :
s ^ ( i ) = ( D + L ) 1 ( y ^ L H s ^ ( i 1 ) )
where s ^ ( 0 ) represents the initial solution and is usually set to a zero vector.

4. Proposed Algorithm

4.1. Hybrid Iterative Algorithm Structure

The SD algorithm based on matrix gradient search can have a good convergence direction at the beginning of the iteration [18], while the GS iterative algorithm has lower complexity. Therefore, using the above characteristics, this paper proposed a hybrid iteration of the joint SD and GS algorithm. The joint algorithm (called the SDGS algorithm) speeds up convergence of the iterative effect of the algorithm without increasing the complexity, and achieves error performance close to the MMSE ideal matrix inversion detection method. The steps are in SDGS Algorithm.
SDGS Algorithm
  • Step 1: For the diagonal approximation’s initial value setting, Equation (4) can be converted to W s ^ = y ^ ; W is a symmetric positive definite matrix and a diagonally dominant matrix, so W 1 is also a diagonally dominant matrix.
  • Step 2: Determine the initial solution using D 1   instead of W 1 :
    s ( 0 ) = D 1   y ^
    Since D is a diagonal matrix, it is obvious that calculating D 1   requires only low complexity, and the initial value, s ( 0 ) , is set to the initial value of the SD algorithm according to Equation (15).
  • Step 3: The iterative results of the first two GS algorithms are represented by the SD algorithm, and the second GS iteration result can be expressed as:
    s ( 2 ) = ( D + L ) 1   (   y ^ L H s ( 1 ) ) = ( D + L ) 1   [ ( ( D + L ) W ) s ( 1 ) + y ^ ] = s ( 1 ) + ( D + L ) 1   (   y ^ W s ( 1 ) ) = s ( 1 ) + ( D + L ) 1 r ( 1 )
    where   r ( 1 ) = y ^ W ( s ( 0 ) + u r ( 0 ) ) = y ^ W s ( 0 ) u W r ( 0 ) = r ( 0 ) u p ( 0 ) ;   u = ( r ( 0 ) ) H r ( 0 ) ( p ( 0 ) ) H r ( 0 )
  • Step 4: Combine single SD and GS iterations into one hybrid iteration by substituting Equation (17) and
    s ( 1 ) = s ( 0 ) + u r ( 0 )   s ( 2 ) = s ( 0 ) + u r ( 0 ) + ( D + L ) 1   (   r ( 0 ) u p ( 0 ) )
    This represents the first two GS iterations as Equation (18); update the mixed iteration value s ^ ( 1 ) = s ( 2 ) , and then perform the next GS iteration.
  • Step 5: Using the ( i 1 ) th GS iteration using Equation (14), ideal estimated value s ^ ( i ) of the transmitted signal vector s can be obtained by setting the appropriate number of iterations, i:
    s ^ ( i ) = ( D + L ) 1   ( y ^ L H s ^ ( i 1 ) )
    Then, s ^ ( i ) is related to the complex domain for the next soft decision, so the hybrid iterative algorithm can converge very quickly after a small number of iteration.

4.2. Approximate Log-Likelihood Ratio Calculation

The low-complexity MMSE signal detection algorithm described in [13,14,15,16] directly estimates the transmitted signal vector s ^ without calculating W 1 . The exact calculation of the LLR for the channel decoder input is described in Section 1 (i.e., using the exact W 1 matrix inversion information), which is not difficult to find with Equation (7). When the LLR of the first bit transmitted by the i t h user is L i , b , the inverse W 1 of the MMSE detector filter matrix W needs to be used again to calculate the SINR of the i t h user. Consider using the W approximation of the diagonal property to replace W 1 and D 1 , that is, W ˜ 1 D 1 , and then convert it to the complex domain to get W ˜ c 1 , in order to obtain the approximate channel gain and NPI variance, expressed as:
μ ˜ i = U ˜ i i
v ˜ i 2 = j i K | U ˜ j i   | 2 + E ˜ i i σ 2
where U ˜ W ˜ c 1 G c = D c 1 G c , and E ˜ W ˜ c 1 G c W ˜ c 1 = U ˜ W ˜ c 1 = U ˜ D c 1 , so we can calculate Υ i = μ ˜ i 2 / v ˜ i 2 .

4.3. Complexity Analysis

According to the number of real multiplications required in the algorithm, the computational complexity of the SDGS detection algorithm proposed in this paper was analyzed. Since all linear MMSE detection algorithms and the proposed algorithm must calculate the filter matrix, W = G + I 2 k , and the matched filter signal, y ^ = H H y , then only the other parts were analyzed for complexity, mainly using the following three parts of the composition.

4.3.1. Initial Value and First Iteration Calculation

Equation (15) requires 2 K multiplications. The first iteration is mainly to calculate r ( 0 ) = y ^ W s ( 0 ) , p ( 0 ) = W r ( 0 ) , and scalar. Obviously, the respective 4 K 2 , 4 K 2 , and 4 K sub-multiplications are required. Combining the first iteration of Equation (18), a total of ( 2 K 2 + 10 K ) multiplications are required.

4.3.2. GS iteration

Equation (19) can be expressed as ( D + L ) s ^ ( i ) = y ^ L H s ^ ( i 1 ) = c . After i iterations, the calculation of s ^ ( i ) mainly comes from the following two steps: First, c is a 2 K × 2 K strictly lower triangular element matrix; 2 K × 2 K and the 2 K × 1 vector s ^ ( i 1 ) are multiplied, and c must be multiplied ( 2 K 2 K ) times. Second, in Equation (19), the m t h element, s ^ m ( i ) , can be expressed as:
s m ( i ) = {   c 1 L 11 ,   m = 1   c m k = 1 m 1 s k ( i ) L m k L m m ,   m = 2 ,   ,   2 K  
where c m represents the m t h element of c , and L m k represents the m t h row and k t h column element of the lower triangular matrix ( D + L ) . When m = 1 , it is obvious that s ^ 1 ( i ) requires 2 K multiplications, and all s ^ m ( i ) ( m = 2 ,   ,   2 K ) require ( 2 K 2 K ) multiplications, so a total of 2 K 2 multiplications are required for each iteration.

4.3.3. LLR calculation

The computational complexity of this part mainly came from the calculation of the effective channel gain and the NPI variance after equalization. It can be known from Equations (20) and (21) that all the elements of the matrix U ˜ and the pair of matrices E ˜ need to be calculated. Obviously, the former requires 2 K 2 multiplications, while the latter only requires 2 K multiplications. Therefore, a total of ( 2 K 2 + 2 K ) multiplications were required for this step.
In summary, the total complexity required for the joint iterations to be applied to the soft decision was 2 K 2 ( i + 2 ) + 12 K i , which reduced the computational complexity by an order of magnitude, compared to the traditional MMSE algorithm. The complexity of the number of iterations was kept at O ( K 2 ) . In addition, considering the application scenarios of hard decision detection, Table 1 also gave a comparison of the computational complexity in the four detection algorithms.

5. Simulation Results

We deployed Matlab (R2017a, Mathworks, Natick, MA, USA) for performing analysis and experimentation. In order to verify the soft and hard detection performance of the SDGS algorithm proposed in this paper, this section presents Monte Carlo simulation results based on Matlab. The main simulation parameters configured are in Table 2.
Figure 2 compares the bit error rate (BER) based on Neumann series (NS) expansion, the conjugate gradient (CG) detection algorithm, the Gauss–Seidel iterative detection algorithm, the MMSE exact inversion detection algorithm, and the proposed SDGS joint algorithm under different antenna configurations. The decision mode is a hard decision; that is, estimated signal vector s ^ is directly judged. The simulation results showed that the detection performance of the various algorithm increased with the number of iterations or the number of items expanded by the Neumann series. For example, when the number of iterations i = 2 , the BER performance of the SDGS algorithm was much better than the BER when the number of items expanded by the Neumann series was 2. By comparing the performance in Figure 2a,b, it can be seen that with the increase in the ratio of the number of base station antennas to the number of users ( N / K ) , the BER performance of the various algorithms was greatly improved. For example, if the BER was to reach 10 3 , the MMSE algorithm and the proposed algorithm require an SNR of about 13   dB when the antenna configuration is 64   ×   16 , and only 8   dB when the configuration is 128   ×   16 .
Figure 3 shows the soft decision simulation results for the two antenna configurations. With BER based on the NS, CG, and GS iterative detection algorithms, the MMSE exact inversion detection algorithm and the SDGS joint algorithm were compared. We set the system’s convolutional code rate to 1/2, and the LLR calculation used the approximate calculation method described in this paper. Simulation results showed that no matter what kind of MMSE receiver was used, the soft decision was checked. The measured performance was much better than the hard decision. For example, when the BER reached 10 4 , when the antenna was configured, the MMSE algorithm and the proposed algorithm required an SNR of 10   dB for hard decisions and only 5   dB for soft decisions. In addition, for the same number of iterations, the BER performance of the SDGS algorithm proposed in this paper was better than the other three simplified algorithms, and after a few iterations, the detection performance could quickly approach the detection performance of the ideal MMSE filter matrix inversion.
Figure 4 shows the hard decision BER comparison of the proposed SDGS algorithm with NS, CG, GS and MMSE under a high fading scenario with 128   ×   16 antenna configuration. As can be seen from Figure 4 the BER of the proposed SDGS algorithm was better and followed the MMSE performance with increasing SNR and number of iterations. Moreover, due to high fading impact on the SNR, there was a gap between the proposed SDGS algorithm and MMSE algorithm at a high SNR level.
Figure 5 shows the BER comparison of the proposed SDGS algorithm with NS, CG, GS and MMSE under a low fading level and 128   ×   16 antenna configuration. It can be seen from Figure 5 that all the algorithms showed lower BER and better performance as compared with the hard decision BER performance in Figure 2a and Figure 4. Therefore, to keep the system performance in a suitable level, the fading level and number of iterations should be considered, which has an obvious impact on the system’s overall performance. Furthermore, the proposed SDGS algorithm in Figure 5 had a close BER performance with MMSE which indicated that the SDGS algorithm showed better performance in the low fading level.

6. Conclusions

Signal detection methods based on MMSE filtering in massive MIMO systems are widely used, but matrix inversion with higher complexity makes it more difficult to implement them in practical applications. Some methods of approximate inversion, such as Neumann series expansion, has reduced the detection complexity, but due to a large degree of detection performance loss; others avoid the complex matrix inversion and directly estimate the signal vector. Although, computational complexity is reduced by orders of magnitude, detection performance needs to be improved. Based on the MMSE criterion, this paper proposes a low-complexity, hybrid, iterative SDGS joint detection algorithm, which directly estimates the user’s transmitted symbol vector and can quickly converge to obtain an ideal estimation value with a few simple iterations. The matrix inversion operation is avoided, and algorithm complexity is kept at O ( K 2 ) . In addition, in order to make full use of soft information, the algorithm is applied to the soft decision, and an approximate calculation method of the LLR for channel decoding is given, which further improves the signal detection performance. Theoretical derivation and simulation results show that the SDGS algorithm can be used as one of the most effective solutions for signal detection in massive MIMO systems.

Author Contributions

I.K. conceived and designed the presented idea and developed the theory, performed the simulations, and wrote the paper. M.H.Z. analyzed the research and performed experimentations, and M.A. provided extensive technical support throughout the research. S.K. provided extensive support in the theoretical analysis and provided funding support.

Funding

This research was supported by the Basic Science Research Program through the National Research Foundation of Korea (NRF-2016R1D1A1B03934653).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Chang, Y.K.; Ueng, F.B.; Jhang, Y.W. Turbo MIMO-OFDM Receiver in Time-Varying Channels. KSII Trans. Internet Inf. Syst. 2018, 12, 3704–3724. [Google Scholar]
  2. Tseng, S.M.; Chen, Y.F. Average PSNR Optimized Cross Layer User Grouping and Resource Allocation for Uplink MU-MIMO OFDMA Video Communications. IEEE Access 2018, 6, 50559–50571. [Google Scholar] [CrossRef]
  3. Ghosh, A.; Ratasuk, R.; Mondal, B.; Mangalvedhe, N.; Thomas, T. LTE-advanced: Next-generation wireless broadband technology. IEEE Wirel. Commun. 2010, 17, 10–22. [Google Scholar] [CrossRef]
  4. Khan, I.; Zafar, M.H.; Jan, M.T.; Lloret, J.; Basheri, M.; Singh, D. Spectral and Energy Efficient Low-Overhead Uplink and Downlink Channel Estimation for 5G Massive MIMO Systems. Entropy 2018, 20, 92. [Google Scholar] [CrossRef]
  5. Rusek, F.; Persson, D.; Lau, B.K.; Larsson, E.G.; Marzetta, T.L.; Edfors, O.; Tufvesson, F. Scaling up MIMO: Opportunities and challenges with very large arrays. IEEE Signal Process. Mag. 2012, 30, 40–60. [Google Scholar] [CrossRef]
  6. Larsson, E.G.; Edfors, O.; Tufvesson, F.; Marzetta, T.L. Massive MIMO for next-generation wireless systems. IEEE Commun. Mag. 2014, 52, 186–195. [Google Scholar] [CrossRef]
  7. Marzetta, T.L. Noncooperative cellular wireless with unlimited numbers of base station antennas. IEEE Trans. Wirel. Commun. 2010, 9, 3590–3600. [Google Scholar] [CrossRef]
  8. Khan, I.; Singh, D. Efficient compressive sensing based sparse channel estimation for 5G massive MIMO systems. AEU-Int. J. Electron. Commun. 2018, 89, 181–190. [Google Scholar] [CrossRef]
  9. Ngo, H.Q.; Larsson, E.G.; Marzetta, T.L. Energy and spectral efficiency of very large multiuser MIMO systems. IEEE Trans. Commun. 2011, 61, 1436–1449. [Google Scholar]
  10. Dai, L.; Wang, Z.; Yang, Z. Spectrally efficient time-frequency training OFDM for mobile large-scale MIMO systems. IEEE J. Sel. Areas Commun. 2013, 31, 251–263. [Google Scholar] [CrossRef]
  11. Benmimoune, M.; Driouch, E.; Ajib, W. Joint antenna selection in grouping in Massive MIMO Systems. In Proceedings of the 10th International Symposium on Communication Systems, Networks and Digital Signal Processing (CSNDSP), Prague, Czech Republic, 20–22 July 2016; pp. 1–6. [Google Scholar]
  12. Khan, I. A Robust Signal Detection Schemefor 5G Massive Multiuser MIMO Systems. IEEE TVT. 2018, 67, 9567–9604. [Google Scholar]
  13. Wu, M.; Yin, B.; Wang, G.; Dick, C.; Cavallaro, J.R.; Studer, C. Large-scale MIMO detection for 3GPP LTE: Algorithms and FPGA implementations. IEEE J. Sel. Top. Signal Process. 2014, 85, 916–929. [Google Scholar] [CrossRef]
  14. Tang, C.; Liu, C.; Yuan, L.; Xing, Z. High precision low complexity matrix inversion based on Newton iteration for data detection in the massive MIMO. IEEE Commun. Lett. 2016, 20, 490–493. [Google Scholar] [CrossRef]
  15. Gao, X.; Dai, L.; Yuen, C.; Zhang, Y. Low-complexity MMSE signal detection based on Richardson method for large-scale MIMO systems. In Proceedings of the Vehicular Technology Conference, Vancouver, BC, Canada, 14–17 September 2014; pp. 1–5. [Google Scholar]
  16. Gao, X.; Dai, L.; Hu, Y.; Wang, Z.; Wang, Z. Matrix inversion-less signal detection using SOR method for uplink large-scale MIMO systems. In Proceedings of the IEEE Global Communications Conference, Qingdao, China, 8–12 December 2014; pp. 3291–3295. [Google Scholar]
  17. Hu, Y.; Wang, Z.; Gaol, X.; Ning, J. Low-complexity signal detection using the CG method for uplink large-scale MIMO systems. In Proceedings of the IEEE International Conference on Communications, Macau, China, 19–21 November 2014; pp. 477–481. [Google Scholar]
  18. Hageman, L.A. The Iterative Solution for Large Linear Systems; Academic Press: Manhattan, NY, USA, 1971; pp. 9–22. [Google Scholar]
  19. Dai, L.; Gao, X.; Su, X.; Han, S.; Chih-Lin, I.; Wang, Z. Low-complexity soft-output signal detection based on a Gauss-Seidel method for uplink multiuser large-scale MIMO systems. IEEE Trans. Veh. Technol. 2014, 64, 4839–4845. [Google Scholar] [CrossRef]
  20. Wu, M.; Yin, B.; Vosoughi, A.; Studer, C.; Cavallaro, J.R.; Dick, C. Approximate matrix inversion for high-throughput data detection in the large-scale MIMO uplink. In Proceedings of the International Symposium on Circuits & Systems, Beijing, China, 19–23 May 2013; pp. 12155–12158. [Google Scholar]
Figure 1. Massive multiple-input multiple-output system model.
Figure 1. Massive multiple-input multiple-output system model.
Electronics 07 00382 g001
Figure 2. Hard decision bit error rate (BER) performance comparison. (a) Analysis at 64   ×   16 antenna configuration; (b) Analysis at 128   ×   16 antenna configuration.
Figure 2. Hard decision bit error rate (BER) performance comparison. (a) Analysis at 64   ×   16 antenna configuration; (b) Analysis at 128   ×   16 antenna configuration.
Electronics 07 00382 g002
Figure 3. Soft decision bit error rate (BER) performance comparison. (a) Analysis at 64   ×   16 antenna configuration; (b) Analysis at 128   ×   16 antenna configuration.
Figure 3. Soft decision bit error rate (BER) performance comparison. (a) Analysis at 64   ×   16 antenna configuration; (b) Analysis at 128   ×   16 antenna configuration.
Electronics 07 00382 g003
Figure 4. Hard decision bit error rate (BER) performance comparison with high fading level at 128   ×   16 antenna configuration.
Figure 4. Hard decision bit error rate (BER) performance comparison with high fading level at 128   ×   16 antenna configuration.
Electronics 07 00382 g004
Figure 5. Soft decision bit error rate (BER) performance comparison with slow fading level at 128   ×   16 antenna configuration.
Figure 5. Soft decision bit error rate (BER) performance comparison with slow fading level at 128   ×   16 antenna configuration.
Electronics 07 00382 g005
Table 1. Complexity comparison of four kinds of detection algorithms for hard decision calculation.
Table 1. Complexity comparison of four kinds of detection algorithms for hard decision calculation.
AlgorithmReal MultiplicationsPerformance
NS [11] ( 8 K 3 8 K 2 + 2 K ) ( i + 2 ) + ( 4 K 2 4 K )   ( i > 1 ) General
CG [15] 4 K 2 ( i + 1 ) + 10 K i Better
GS [17] 4 K 2 i + 2 K Better
SDGS 2 K 2 ( i + 2 ) + 12 K i Optimal
Table 2. Simulation parameters.
Table 2. Simulation parameters.
ParameterValue
Number of transmitter antennas ( N ) 64–128
Number of receiver antennas ( K ) 16
Baseband modulation mode16 QAM
Signal-to-noise ratio (SNR)10–12 dB
Code rate ½
Channel characteristicsUncorrelated Rayleigh fading
Number of iterations ( i ) 1000

Share and Cite

MDPI and ACS Style

Khan, I.; Zafar, M.H.; Ashraf, M.; Kim, S. Computationally Efficient Channel Estimation in 5G Massive Multiple-Input Multiple-output Systems. Electronics 2018, 7, 382. https://doi.org/10.3390/electronics7120382

AMA Style

Khan I, Zafar MH, Ashraf M, Kim S. Computationally Efficient Channel Estimation in 5G Massive Multiple-Input Multiple-output Systems. Electronics. 2018; 7(12):382. https://doi.org/10.3390/electronics7120382

Chicago/Turabian Style

Khan, Imran, Mohammad Haseeb Zafar, Majid Ashraf, and Sunghwan Kim. 2018. "Computationally Efficient Channel Estimation in 5G Massive Multiple-Input Multiple-output Systems" Electronics 7, no. 12: 382. https://doi.org/10.3390/electronics7120382

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop