Wireless Channel Prediction via Gaussian Mixture Models

Nurettin Turan,Benedikt Böck,Kai Jie Chan,Benedikt Fesl,Friedrich Burmeister,Michael Joham,Gerhard Fettweis,Wolfgang Utschick
2024-02-13
Abstract:In this work, we utilize a Gaussian mixture model (GMM) to capture the underlying probability density function (PDF) of the channel trajectories of moving mobile terminals (MTs) within the coverage area of a base station (BS) in an offline phase. We propose to leverage the same GMM for channel prediction in the online phase. Our proposed approach does not require signal-to-noise ratio (SNR)-specific training and allows for parallelization. Numerical simulations for both synthetic and measured channel data demonstrate the effectiveness of our proposed GMM-based channel predictor compared to state-ofthe-art channel prediction methods.
Signal Processing
What problem does this paper attempt to address?
This paper proposes a wireless channel prediction method based on Gaussian Mixture Model (GMM) for predicting Channel State Information (CSI) of a mobile terminal when it moves within a base station coverage area. Traditional linear prediction filters and non-linear neural network (NN) methods require specific Signal-to-Noise Ratio (SNR) training and may require knowledge of the mobile terminal's velocity. However, the GMM method does not require SNR-specific training and supports parallel processing. In the offline stage, the paper uses GMM to capture the Probability Density Function (PDF) of the channel trajectory, and then uses the same GMM for channel prediction in the online stage. A key advantage of this approach is that it only requires one GMM fitting for the noisy channel observation values received by the base station, and then it can perform predictions at different observation and prediction intervals without the need for retraining for different velocities or SNRs. Furthermore, this method is effective for any SNR level and does not depend on knowledge of the mobile terminal's velocity. Numerical simulation results show that the GMM-based channel predictor performs better than existing channel prediction techniques on both synthetic and measured channel data. Specifically, it outperforms the linear Minimum Mean Square Error (LMMSE) prediction method, especially when velocity estimation errors are involved. Although the neural network method performs similarly in some cases, it requires separate training for each SNR level. The paper also discusses structural constraints, such as constraining the GMM covariance matrix to have a Toeplitz structure, to reduce the number of parameters, decrease training complexity, reduce the required training samples, while keeping the online prediction complexity unchanged. In summary, this paper addresses the problem of accurately predicting the channel state information of mobile devices in wireless communication and proposes an efficient, flexible, and adaptive GMM prediction framework.