Abstract
In this paper, an adaptive frequency-domain block equalizer (FDBE) implementing the adaptive moment estimation (Adam) algorithm is proposed for mode-division multiplexing (MDM) optical fiber communication systems. By packing all frequency components into frequency-dependent blocks of a specified size , we define an adaptive equalization matrix to simultaneously compensate for multiple frequency components at each block, which is computed iteratively using the Adam, recursive least squares (RLS) and least mean squares (LMS) algorithms. Simulations show that the proposed FDBE using the Adam algorithm outperforms those using the LMS and RLS algorithms in terms of adaptation speed and symbol error rate (SER) performance. The FDBE using the Adam algorithm with has the fastest adaption time, requiring about and less training blocks than the RLS algorithm at the SER of for the accumulated mode-dependent loss (MDL) of B and B, respectively. The Adam algorithm with and has B and B SNR better than the RLS algorithm with for MDL and B and B, respectively.
1. Introduction
The progressive increase in broadband applications, such as cloud computing and high-definition videos, has put forward higher requirements for the channel capacity and transmission performance of optical fiber communications [1]. The typical physical dimensions of light waves, including the amplitude, phase, polarization, and frequency, have been well used and exploited. Recently, mode division multiplexing (MDM) technology, which exploits physical spatial dimensions using few-mode fiber (FMF) or multi-mode fiber (MMF), has been proposed as a promising alternative for future optical communication systems due to its large bandwidth, high speed, and fast link deployment [2,3,4,5].
However, with the increase in multiplexed modes D and transmission lengths, mode coupling, mode-dependent loss (MDL), and the large group delay (GD) resulting from modal dispersion (MD) are unavoidable because the orthogonality between transmission modes is destroyed in the actual communication channel [6,7]. Hence, the crosstalk between all multiplexed modes is non-negligible, and full-scale multiple-input multiple-output (MIMO) equalization is essential to compensate for the crosstalk and dispersion at the receiver [8,9,10]. Moreover, the receiver computational complexity of the MIMO equalization is also increased significantly with the increase in D. As shown in [11,12,13], MIMO frequency-domain equalization (FDE) can reduce complexity, enabling the computational complexity per symbol to scale with D and in the GD spread from MD.
To achieve fast adaptation and better performance, many adaptive FDEs have been proposed. These include adaptive FDEs based on the recursive least squares (RLS) algorithm, the least mean squares (LMS) algorithm, and the normalized least mean squares (NLMS) algorithm [14,15]. However, the traditional FDEs only compensate for a single frequency at each time in the receiver [16,17,18]. To achieve high accuracy and fast convergence, it is important to reduce the interference between different frequency components for FDEs.
In this paper, we propose an adaptive frequency-domain block equalizer (FDBE) using the Adam algorithm to compensate for multiple frequency components to achieve fast adaption and high performance in MDM systems. By packing the entire frequency components into frequency-dependent blocks within a specified size , we can define an adaptive equalization matrix to compensate for the mode-dependent effects at each frequency block, which can be computed iteratively using the Adam, RLS, and LMS algorithms. Simulation results indicate that the FDBE with the Adam adaptation algorithm has the fastest adaptation time and the best SER performance. This suggests that, in comparison to traditional FDEs, the proposed FDBE effectively mitigates the impact of MD and MDL, thereby enhancing the overall performance of the MDM system.
2. System Model
The complex baseband system for an MDM transmission system is shown in Figure 1. Let be the symbol of the d-th mode at the n-th time interval, where . The pulse shaping and electrical-to-optical conversion at the transmitter are given by . The channel response of the MDM system is given by , which can be described by a multi-section model, as given in [19]. The dominant noise source is , which is contributed by inline amplifiers. At the receiver, the optical-to-electrical conversion, along with the electrical filtering, is performed by . By sampling at equally spaced frequencies , where , the frequency relationship of the MDM system can be described by the following:
where , and are -point fast Fourier transform (FFT) blocks of the time-domain signals, and , and are the -point Fourier transforms of , and , respectively. The overall impulse response of the MDM system is . The output represents the outputs of the CD equalizers [20].
Figure 1.
Complex baseband model of MDM transmission with MIMO equalizer.
The channel response of the MDM system composed of sections is given by , which can be described by the multi-section model given in (2).
The transmission response of each independent segment can be expressed as follows:
where represents the matrix Hermitian conjugate transpose; and represent the frequency-independent random unitary matrix, which represents the mode coupling at the input and output of the s-th independent segment, respectively [21]. represents a diagonal matrix, the diagonal elements of which represent various types of damage suffered by each mode, including both the MD and MDL of the s-th independent section [22]. is the uncoupled mode gain of the s-th section for the i-th mode and satisfies with the root mean square (rms) value . is the uncoupled mode group delay of the s-th section for the i-th mode and satisfies . Because the dispersion effect is compensated for by the receiver, is set to zero in this work. In the case of 1, the accumulated MDL in the strong coupling fiber link is [23].
3. Frequency-Domain Block Equalization
3.1. Frequency-Domain Equalization
A traditional approach of FDE is using an adaptive D × D matrix was used to compensate for the mode-dependent effects at each frequency k [24]. The equalizer output is given by the following:
where is the estimated signal after equalization.
3.2. Frequency Domain Block Equalization
Due to the influence of MD and MDL, the traditional signal interferes with each other between different frequency components [25,26]. Thus, it is insufficient for the equalizer to compensate for a single frequency at each time. Therefore, we considered a frequency-domain block equalization (FDBE) strategy to compensate for multiple frequency components to further improve performance and eliminate interference.
Firstly, we packed the entire frequency components into frequency-dependent blocks within a specified size, , where represents the operation of the floor function. The packed input is given as follows:
The packed output is given as follows:
We defined an adaptive equalization matrix of size to implement FDBE. In the system equalization, the output for the b-th block is given in Algorithm 1.
where is the estimated signal after equalization.
After performing FDBE on the blocks, we performed traditional FDE on the remaining frequency components. The algorithm is given by the following:
| Algorithm 1: Frequency-Domain Block Equalization |
4. Adaptive Frequency-Domain Block Equalization
At each frequency block , the error signal is given by the following:
The total frequency domain error is given by the following:
where [27].
Therefore, minimizing is equivalent to separately minimizing the error terms at each frequency or each frequency block , as the equalization matrix or can be optimized independently.
For MDM systems, the channel state information matrix H[k] is unknown at the equalizer, and the or must be computed iteratively to update. Furthermore, if , is reduced to . Therefore, we only focus on the updating of for simplicity. The traditional approach is the LMS and RLS algorithms.
4.1. LMS
LMS is a stochastic gradient descent minimization using instantaneous estimates of the error [28] and is described by the updated equation below:
where is the step size and . The is the largest eigenvalue of the autocorrelation matrix of .
4.2. RLS
RLS involves an iterative minimization of an exponentially weighted cost function, treating the minimization problem as deterministic [29]. The updated equation for is given by the following:
where is given by the following:
is initialized with an identity matrix multiplied by the forgetting factor , where .
4.3. ADAM
Adam is an algorithm for the first-order gradient-based optimization of stochastic objective functions. Based on adaptive estimates of lower-order moments, it is a popular stochastic optimization method in deep learning, which is straightforward to implement, computationally efficient, and has minimal memory requirements [30].
The -th update algorithm F() of with the Adam algorithm is given by Algorithm 2. and are the real and imaginary parts for a complex number, respectively. is the learning rate for the Adam function. The hyper-parameters control the exponential decay rates of moving averages of the gradient and the squared gradient . is the current number of iterations. is a constant close to zero to generate a valid initial step size .
| Algorithm 2: F(∙) |
4.4. Algorithm Complexity
In this section, the computational complexity of the different algorithms mentioned above is analyzed and calculated by the number of real multiplications and real additions, as shown in Table 1.
Table 1.
The computational complexity of different algorithms.
The complexity of FDBE using different adaptation algorithms depends mainly on the number of modes , the size B, and the frequency block length . For the LMS algorithm, the number of multiplications and additions is and , respectively, and is proportional to . In summary, the complexity of the RLS algorithm is the highest, and the LMS algorithm is the lowest.
5. Simulation Results
5.1. Transmission System
In this section, a long-haul MDM transmission system is studied, which is described by the system model of Section 2. The system has a total of 2000 sections, each of length m, for a total length of 2000 km. We selected the 12-mode FMFs with low uncoupled GD spread, relying on strong mode coupling [31]. The statistics of the coupled group delay were determined by , where 29 ps/km is the root mean square (rms) uncoupled modal dispersion. The total frequency block length was to ensure fast adaptation.
At the transmitter, a symbol rate 32 Gbaud was assumed. The pulse shaping is a rectangular pulse of duration filtered by a fifth-order Bessel low-pass filter with cutoff frequency [20]. We assumed a quadrature phase-shift keying (QPSK) constellation with average power to obtain the transmitted symbols. At the receiver, the receiver oversampling rate was 2. The SNR per mode is given by SNR = , where the received noise per mode is calculated by . The receiver filter is a fifth-order Butterworth low-pass filter with cutoff frequency [20].
5.2. Adaption Time
We study the adaptation time of FDBE using the LMS, RLS, and Adam algorithms under different SNR and MDL. The parameters of different algorithms were initially optimized using training sequences in order to improve the performance of the algorithms. For the LMS algorithm, we chose the step size for B and for . For the RLS algorithm, the forgetting factor = 0.999 is defined. For the Adam algorithm, we define the step size , , for and for , respectively, . Meanwhile, the adaptation time in Table 2 represents an idealized simulation scenario, with actual hardware speed potentially varying based on implementation details such as the number of parallel samples and clock speed.
Table 2.
Adaption time of FDBE using the LMS, RLS, and Adam algorithms under different SNR and MDL.
Table 2 shows the number of training blocks of the LMS, RLS, and Adam algorithms with and at the of for B and B, respectively. It can be seen in Table 2 that the Adam algorithm with has the fastest adaption time, where 2500 and 3900 for B and , respectively. The LMS algorithm has the worst adaptation performance in all cases and cannot meet the convergence of the SER of for B. Furthermore, the number of training blocks increases with and as shown in Table 2. If , the number of training blocks increases a little bit higher for the RLS and Adam algorithms as increases.
5.3. SER Performance
In this section, the SER performance of FDBE using different algorithms under different SNR and MDL is studied.
Figure 2 shows the SER versus the number of training blocks achieved by the LMS, RLS, and Adam algorithms with and at SNRB for B. As increases, the SER performance of the Adam algorithm increases. The SER performance of the RLS algorithm increases when and decreases significantly when 4 . It is shown in Figure 2 that the Adam algorithm with has the best SER performance among all the algorithms, where the SER at is about . The RLS algorithm with has the best SER performance for and , and the SER at is about .
Figure 2.
Average symbol–error ratio versus number of training blocks
using LMS, RLS, and Adam algorithms with and , assuming , κ = 0.999, , B, and .
Figure 3 presents the SER versus the number of training blocks achieved by the LMS, RLS, and Adam algorithms with and at SNRB for B. With the increase of , the SER performance of the Adam algorithm increases when and decreases when . Figure 3 shows that the Adam algorithm with has the best SER performance among all the algorithms, where the SER at is about . The RLS algorithm with has the best SER performance for all s, and the SER at is about .
Figure 3.
Average symbol–error ratio versus number of training blocks
using LMS, RLS, and Adam algorithms with and , assuming , κ = 0.999, , B, and .
Moreover, the SER performance of the LMS algorithm is almost unchanged when increases and is much worse than the Adam and RLS algorithms, as shown in Figure 2 and Figure 3.
Figure 4 shows the SER versus SNR in dB achieved by the LMS, RLS, and Adam algorithms at for MDL B and B. We chose and for the Adam algorithm for B and B, while was chosen for the RLS algorithm and for the LMS algorithm. As expected, the SER performance of the Adam algorithm was always the best among all the algorithms. For B, the Adam algorithm requires B at the SER of , which outperforms the LMS algorithm by about 1.1 dB and outperforms the RLS algorithm by 0.4 dB. For B, the SNR required for the Adam algorithm at the is B, which is about B better than the RLS algorithm. The SER performance of the LMS algorithm is the worst among all the algorithms.
Figure 4.
Average symbol–error ratio versus SNR in dB using LMS, RLS, and Adam algorithms, assuming κ = 0.999, , B and (solid line), and , κ = 0.999,
, B, and (dotted line).
6. Conclusions
In this work, we propose an adaptive frequency-domain block equalizer (FDBE) based on the Adam algorithm for an MDL-impaired MDM system. The proposed FDBE packs the received signals into frequency blocks and uses the Adam algorithm to update the adaptive equalization matrix to improve the adaptation speed and the SER performance. The simulation results suggest that the Adam algorithm with and has the best SER performance for B and B, respectively. Furthermore, the SER performance of FDBE increases with the block size. Thus, the proposed adaptive FDBE using the Adam algorithm has the potential application to mitigate the effect of MD and MDL in MDM transmission with fast convergence and high performance.
Author Contributions
Conceptualization, Y.S. and J.Z.; methodology, Y.S. and J.Z.; software, Y.S.; validation, Y.S.; formal analysis, Y.S.; investigation, Y.S.; resources, J.Z.; data curation, S.M.; writing—original draft preparation, Y.S.; writing—review and editing, Y.S., J.Z., S.M., G.F. and M.W.; visualization, Y.S.; supervision, J.Z.; project administration, J.Z.; funding acquisition, J.Z. All authors have read and agreed to the published version of the manuscript.
Funding
This work is supported by the Fundamental Research Funds for the Central Universities (Grant No.2023JBZY014); the National Key R&D Program of China (Grant No.2021YFF0600905); the Science Foundation of The Chinese Academy of Sciences (Grant No. W24L00380); and the National Natural Science Foundation of China (Grant No.U2006217,62371035).
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
The data underlying the results presented in this paper are not publicly available at this time but may be obtained from the authors upon reasonable request.
Conflicts of Interest
The authors declare that there are no conflicts of interest.
References
- Richardson, D.J.; Fini, J.M.; Nelson, L.E. Space-division multiplexing in optical fibres. Nat. Photonics 2013, 7, 354–362. [Google Scholar] [CrossRef]
- Winzer, P.J. Scaling Optical Fiber Networks: Challenges and Solutions. Opt. Photon News 2015, 26, 28–35. [Google Scholar] [CrossRef]
- Winzer, P.J.; Neilson, D.T.; Chraplyvy, A.R. Fiber-optic transmission and networking: The previous 20 and the next 20 years. Opt. Express 2018, 26, 24190–24239. [Google Scholar] [CrossRef]
- Jinno, M. Spatial Channel Network (SCN): Opportunities and Challenges of Introducing Spatial Bypass Toward the Massive SDM Era. J. Opt. Commun. Netw. 2019, 11, 1–14. [Google Scholar] [CrossRef]
- Torres, L.M.; Cañete, F.J.; Díez, L. BER analysis of an optimum MIMO linear receiver in optical SDM systems with mode-dependent loss. Opt. Express 2023, 31, 31671–31686. [Google Scholar] [CrossRef] [PubMed]
- Noboru, Y.; Tsuritani, T. Recent progress in space-division multiplexing optical network technology. In Proceedings of the 2020 International Conference on Optical Network Design and Modeling (ONDM), Barcelona, Spain, 18–21 May 2020; IEEE: New York, NY, USA, 2020. [Google Scholar]
- Awaji, Y. Review of Space-Division Multiplexing Technologies in Optical Communications. IEICE Trans. Commun. 2019, E102.B, 1–16. [Google Scholar] [CrossRef]
- Weng, Y.; Wang, J.; Pan, Z. Recent advances in DSP techniques for mode division multiplexing optical networks with MIMO equalization: A review. Appl. Sci. 2019, 9, 1178. [Google Scholar] [CrossRef]
- Arik, S.O.; Kahn, J.M.; Ho, K.-P. MIMO Signal Processing for Mode-Division Multiplexing: An overview of channel models and signal processing architectures. IEEE Signal Process. Mag. 2014, 31, 25–34. [Google Scholar] [CrossRef]
- Arik, S.O.; Ho, K.-P.; Kahn, J.M. Group delay statistics and management in mode-division multiplexing. In Proceedings of the 2015 49th Asilomar Conference on Signals, Systems and Computers, Pacific Grove, CA, USA, 8–11 November 2015; pp. 991–998. [Google Scholar]
- Choutagunta, K.; Arik, S.O.; Ho, K.-P.; Kahn, J.M. Characterizing Mode-Dependent Loss and Gain in Multimode Components. J. Light. Technol. 2018, 36, 3815–3823. [Google Scholar] [CrossRef]
- Huang, Y.; Ji, F.; Wei, Z.; Wen, M.; Chen, X.; Tang, Y.; Guo, W. Frequency Domain Analysis and Equalization for Molecular Communication. IEEE Trans. Signal Process. 2021, 69, 1952–1967. [Google Scholar] [CrossRef]
- Shibahara, K.; Kobayashi, T.; Miyamoto, Y. Out-of-band exclusive frequency-domain MIMO equalization with the reduced-overlap-and-save method for scalable mode multiplexed signal transmission. Opt. Express 2023, 31, 2302–2315. [Google Scholar] [CrossRef]
- Ghauri, S.A.; Sohail, M.F. System identification using LMS, NLMS and RLS. In Proceedings of the 2013 IEEE Student Conference on Research and Development, Putrajaya, Malaysia, 16–17 December 2013; IEEE: New York, NY, USA, 2013; pp. 65–69. [Google Scholar]
- Shibahara, K.; Hoshi, M.; Hasegawa, T.; Hayashi, T.; Miyamoto, Y. Recursive Least Squares Based Low-Complexity Frequency-Domain MIMO Equalization for MDL-Tolerant Long-Haul Space Division Multiplexing Transmission. J. Light. Technol. 2024, 42, 4324–4337. [Google Scholar] [CrossRef]
- Arik, S.Ö.; Askarov, D.; Kahn, J.M. Effect of Mode Coupling on Signal Processing Complexity in Mode-Division Multiplexing. J. Light. Technol. 2012, 31, 423–431. [Google Scholar] [CrossRef]
- Bai, N.; Li, G. Adaptive Frequency-Domain Equalization for Mode-Division Multiplexed Transmission. IEEE Photon Technol. Lett. 2012, 24, 1918–1921. [Google Scholar] [CrossRef]
- Iqbal, N.; Al-Dhahir, N.; Zerguine, A.; Zidouri, A. Adaptive Frequency-Domain RLS DFE for Uplink MIMO SC-FDMA. IEEE Trans. Veh. Technol. 2014, 64, 2819–2833. [Google Scholar]
- Rottenberg, F.; Mestre, X.; Horlin, F.; Louveaux, J. Efficient Equalization of Time-Varying Channels in MIMO OFDM Systems. IEEE Trans. Signal Process. 2019, 67, 5583–5595. [Google Scholar] [CrossRef]
- Sercan, Ö.A.; Askarov, D.; Kahn, J.M. Adaptive frequency-domain equalization in mode-division multi-plexing systems. J. Light. Technol. 2014, 32, 1841–1852. [Google Scholar]
- Ho, K.-P.; Kahn, J.M. Linear Propagation Effects in Mode-Division Multiplexing Systems. J. Light. Technol. 2013, 32, 614–628. [Google Scholar] [CrossRef]
- Mi, S.; Zhang, J. A low complexity large-scale MIMO detection algorithm for MDL-impaired fiber mode division multiplexing transmission. In Proceedings of the 13th International Conference on Information Optics and Photonics (CIOP 2022), Xi’an, China, 7–10 August 2022; pp. 119–126. [Google Scholar]
- Ho, K.-P.; Kahn, J.M.; Kaminow, I.P.; Li, T.; Willner, A. EMode coupling and its impact on spatially multiplexed systems. Opt. Fiber Telecommun. VI 2013, 17, 1386–1392. [Google Scholar]
- Shibahara, K.; Hoshi, M.; Miyamoto, Y. 10-Spatial-Mode 1300-Km Transmission Over 6-LP Graded Index Few-Mode Fiber with 36-Ns Modal Dispersion. J. Light. Technol. 2023, 42, 1257–1264. [Google Scholar] [CrossRef]
- Yi, W.; Sillekens, E.; Lavery, D.; Dzieciol, H.; Zhou, S.; Law, K.; Chen, J.; Bayvel, P.; Killey, R.I. Performance of momentum-based frequency-domain MIMO equalizer in the presence of feedback delay. Opt. Express 2020, 28, 19133–19143. [Google Scholar] [CrossRef]
- Yang, Z.; Yu, W.; Peng, G.; Liu, Y.; Zhang, L. Recent Progress on Novel DSP Techniques for Mode Division Multiplexing Systems: A Review. Appl. Sci. 2021, 11, 1363. [Google Scholar] [CrossRef]
- Mello, D.A.A.; Srinivas, H.; Choutagunta, K.; Kahn, J.M. Impact of Polarization- and Mode-Dependent Gain on the Capacity of Ultra-Long-Haul Systems. J. Light. Technol. 2019, 38, 303–318. [Google Scholar] [CrossRef]
- Benesty, J.; Paleologu, C.; Gänsler, T.; Ciochină, S. A Perspective on Stereophonic Acoustic Echo Cancellation; Springer Nature: Dordrecht, The Netherlands, 2011. [Google Scholar]
- Paulo, D.S.R.; Diniz, P.S.R. The least-mean-square (LMS) algorithm. In Adaptive Filtering: Algorithms and Practical Implementation; Springer: Berlin/Heidelberg, Germany, 2020; pp. 61–102. [Google Scholar]
- Diederik, K.; Jimmy, P.; Adam, B. A method for stochastic optimization. arXiv 2014, arXiv:1412.6980. [Google Scholar]
- Ip, E.; Kahn, J.M. Digital Equalization of Chromatic Dispersion and Polarization Mode Dispersion. J. Light. Technol. 2007, 25, 2033–2043. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).