4. Simulation Environment and Result
The experimental framework is primarily divided into two stages—training and testing. Before detailing the experimental flow, we introduce the preliminary setup. First, we identify the channel model structure to facilitate subsequent data processing and algorithm verification. The experiment employs an i.i.d. Rayleigh fading channel and adheres to the 3GPP 3D MIMO channel model specifications. By using the QuaDRiGA (Quasi Deterministic Radio Channel Generator) toolkit in MATLAB, we simulate the required channel function with multipath propagation and signal attenuation in real-world wireless networks [
21]. The base station (BS) consists of 32 dual-polarized antenna elements, positioned at a height of 25 meters, covering a 120° cell sector with a 500-meter radius.
To simplify the communication variables, we assume that each transmitter is equipped with 8, 16, or 32 single omnidirectional antennas. These transmitters represent mobile users who move within the BS’s coverage area at a speed of 1 m/s, maintaining a distance of at least 10 meters from the BS. The system uses OFDM at a center frequency of 2.53 GHz to obtain a sequence of length 100. Each channel is transformed into the frequency domain with an assumed bandwidth of 20 MHz and 1024 subcarriers; every fourth subcarrier is retained, yielding F=256 effective subcarriers. In total, data are collected from 40 drops, resulting in 40×256 channel matrix sequences of length 100 (i.e., a total of one million channel matrices) [
11].
In addition to the i.i.d. Rayleigh fading channel, this study also employs environment specifications defined by 3GPP (Third Generation Partnership Project). As a global collaborative organization, 3GPP is responsible for formulating and maintaining technical standards for worldwide mobile communication systems, including GSM, UMTS, LTE, and the latest 5G NR. These standards aim to ensure interoperability and compatibility among mobile devices and networks on a global scale, thereby supporting continuous innovation and development in mobile communications.
Under the 3D channel modeling framework, 3GPP’s role extends to establishing comprehensive performance evaluation standards for communication systems, including advanced three-dimensional wireless channel models. Such models seek to accurately reflect real-world signal propagation characteristics, particularly in complex urban environments featuring high-rise buildings and multidimensional spatial scenarios. The 3GPP 3D channel model [
16,
17] enables the performance assessment of advanced technologies such as massive MIMO—critical for 5G and future communication standards.
For this experiment, the environmental model adheres to the 3GPP 3D UMa (Urban Macro) specification [
16]. After confirming both the environment model and data formatting requirements, the subsequent step involved designing the program in accordance with algorithmic functions or pseudocode. Apart from the improved Hint algorithm proposed, most other algorithms tested here have sample code available. Minor modifications were made to these algorithms so they could process the channel CSI, signals, noise, and the initialization vectors provided by the enhanced Hint approach.
Figure 1 illustrates how the simplified Hint algorithm reconstructs signals passing through an i.i.d. Rayleigh fading channel, where the left panel depicts the transmitted signal constellation, and the right panel shows the recovered signal constellation. Notably, the simplified Hint method effectively restores the signals to their original coordinates, demonstrating its robust performance in signal recovery. Subsequently, under an i.i.d. Rayleigh fading channel, integrating the simplified Hint approach into the DetNet model clearly reduces both the number of training iterations and the depth (i.e., number of layers) required by the deep learning framework, while simultaneously delivering a notable improvement in detection accuracy.
Figure 2 presents a simplified Hint-assisted, 30-layer DetNet operating under an i.i.d. Rayleigh fading channel with 64 receive antennas (Nr=64) and 32 transmit antennas (Nt=32).
Figure 3 shows the SER performance of a 30-layer DetNet without employing the simplified Hint approach. It can be observed from the figures that throughout the entire process, DetNet equipped with Hint consistently outperforms other algorithms. Specifically, at an SER of 15, the simplified Hint–assisted calculation yields an SER of 2.1862983703613298〖×10〗^(-7), compared with 5.310058593750002×10−7 when Hint is not employed.
The following figures separately illustrate the results after 4,000 iterations, both with and without the assistance of the simplified Hint. These two plots vividly demonstrate the performance gains provided by incorporating the simplified Hint during training.
Figure 2.
A simplified Hint-assisted, 30-layer DetNet operating under an i.i.d. Rayleigh fading channel.
Figure 2.
A simplified Hint-assisted, 30-layer DetNet operating under an i.i.d. Rayleigh fading channel.
Figure 3.
The SER performance of a 30-layer DetNet without employing the simplified Hint approach.
Figure 3.
The SER performance of a 30-layer DetNet without employing the simplified Hint approach.
Figure 4.
The performance of a DetNet configuration limited to only 10 layers (Part 1).
Figure 4.
The performance of a DetNet configuration limited to only 10 layers (Part 1).
Figure 5.
The performance of a DetNet configuration limited to only 10 layers (Part 2).
Figure 5.
The performance of a DetNet configuration limited to only 10 layers (Part 2).
Next, we present the performance of a DetNet configuration limited to only five layers, both with and without the simplified Hint approach, as shown below. Overall, the Hint-based detection exhibits superior performance, with the only notable shortcoming occurring at 0 dB. This decline in performance could be attributed to the simplified Hint’s limited noise mitigation capacity or to unactivated channel-parameter enhancements at 0 dB. Future studies may need to incorporate special-case parameters for 0 dB conditions.
Figure 6.
The performance of a 10-layer DetNet with simplified Hint assistance (Part 1).
Figure 6.
The performance of a 10-layer DetNet with simplified Hint assistance (Part 1).
Figure 7.
The performance of a 10-layer DetNet with simplified Hint assistance (Part 2).
Figure 7.
The performance of a 10-layer DetNet with simplified Hint assistance (Part 2).
Under the 3GPP UMa NLOS channel conditions, the simplified Hint approach fails to provide a more effective initialization for DetNet. Without any initial assistance, DetNet achieves an SER of approximately 0.75, whereas using the simplified Hint results in an SER of around 0.2, an unacceptable outcome. This indicates a need for more refined parameter tuning and iterative strategies. According to the 3GPP model, further iterations of the NS algorithm may be required to make Hint’s performance more comparable to MMSE. Nonetheless, evaluating more accurate and complex detectors could help determine whether the simplified Hint approach can offer any performance gains in the 3GPP-Uma-NLOS environment.
Referring to OAMPNet (represented by the blue line) as a performance benchmark for other algorithms, it can be observed that, under identical configurations, OAMPNet with the assistance of the simplified Hint demonstrates greater stability and improved performance. Nevertheless, the benefits of the simplified Hint appear limited; more precise initialization vectors are needed for simpler DL-based algorithms to function effectively. In the following, we provide a brief examination of the 3GPP channel gain employed in this study, aiming to inform potential future enhancements.
Figure 8.
The performance of a five-layer DetNet without employing the simplified Hint approach.
Figure 8.
The performance of a five-layer DetNet without employing the simplified Hint approach.
Figure 9.
The performance of a five-layer DetNet when assisted by the Hint algorithm.
Figure 9.
The performance of a five-layer DetNet when assisted by the Hint algorithm.
Figure 10.
The performance of a DetNet with the simplified Hint under 3GPP-Uma-NLOS conditions.
Figure 10.
The performance of a DetNet with the simplified Hint under 3GPP-Uma-NLOS conditions.
Figure 11.
The performance of OAMPNet under 3GPP-Uma-NLOS conditions.
Figure 11.
The performance of OAMPNet under 3GPP-Uma-NLOS conditions.
Figure 12.
The performance of OAMPNet with the simplified Hint under 3GPP-Uma-NLOS conditions.
Figure 12.
The performance of OAMPNet with the simplified Hint under 3GPP-Uma-NLOS conditions.
The left and right panels of
Figure 13, respectively, depict the real and imaginary parts of the channel matrix. Along the x-axis are 256 subcarriers, and along the y-axis are 64 receive antennas (Nr). The color scale reflects the channel gain coefficient. In the left panel (the real part), brighter regions indicate higher gain, whereas darker regions signify lower gain. Observing these variations in channel gain helps illuminate how signal strength changes with different transmit antennas and subcarriers. In the right panel (the imaginary part), brighter and darker regions denote the magnitude and direction of phase shifts. It is apparent that the channel coefficients are extremely small, indicating severe signal attenuation in this scenario.
Subsequent transmitter antenna losses further corroborate this observation. Because the UMa NLOS terrain imposes a substantial path loss (in dB), judiciously increasing transmit power can facilitate more reliable signal decoding. In
Figure 15 (left), the intensity data from
Figure 14 are re-mapped for all receiving antennas at the BS. One particular signal channel appears notably stronger, possibly owing to a more favorable spatial position.
Figure 15 (right) presents the phase image (i.e., the phase of a submatrix of H, where the color scale represents phase values ranging from −π to π. Phase fluctuations may arise from multipath effects, phase offsets, and other factors. Such a complex environment cannot be accurately modeled by a first-order Neumann series alone. Instead, one must leverage both amplitude and phase images to identify and compensate for antennas exhibiting high gain or significant phase shifts, thereby enhancing overall system performance.
Figure 14.
The average path loss across all transmit antennas.
Figure 14.
The average path loss across all transmit antennas.
Figure 15.
The magnitude of the H submatrix and its corresponding phase distribution.
Figure 15.
The magnitude of the H submatrix and its corresponding phase distribution.
Channel equalization and precoding can be designed based on amplitude and phase information to compensate for gain and phase variations, thus improving signal quality and data throughput. As for refining the parameters within Hint, additional in-depth investigation is required. Although it remains unclear how the original Hint technique described in the literature configures its parameters, machine learning–driven iterative methods may offer a means of systematically tuning them.
Table 1 specifies N as the total number of transmit antennas across all user equipments (UEs), which is generally less than the number of antennas (K) at the base station (BS) in an mMIMO setting. L denotes the number of layers in the model. The primary advantage of the simplified Hint approach is its low complexity and the fact that it requires no training. As indicated by the table, its complexity is exceedingly low, and integrating DetNet into either the iterative process or the DNN model has a negligible impact on complexity, yet enhances computational accuracy. Nevertheless, this approach becomes insufficient when confronted with more complex environments. In such scenarios, the original method performs a two-stage Neumann series (NS) calculation to attain a more accurate Hint estimate.
For researchers seeking to delve deeper into this line of work, the optimal parameters derived from the present experiment can serve as a foundational reference. Moreover, the study that introduced MMNet also proposes training and evaluating signals using channels with prominent features, which can further improve both efficiency and performance. More in-depth investigations are needed to fully capitalize on these insights.