Next Article in Journal
The Anodic Behaviour of Bulk Copper in Ethaline and 1-Butyl-3-Methylimidazolium Chloride
Next Article in Special Issue
Photon Enhanced Interaction and Entanglement in Semiconductor Position-Based Qubits
Previous Article in Journal
Smart System for the Retrieval of Digital Educational Content
Previous Article in Special Issue
Tunable Optoelectronic Chromatic Dispersion Compensation Based on Machine Learning for Short-Reach Transmission
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Blind Nonlinearity Compensator Using DBSCAN Clustering for Coherent Optical Transmission Systems

1
Radio and Optical Laboratory, School of Electronic Engineering, Dublin City University, Glasnevin 9, Dublin, Ireland
2
Computer Engineering Department, Fahad Bin Sultan University, Tabuk 47721, Saudi Arabia
3
Insight Centre for Data Analytics, School of Electronic Engineering, Dublin City University, Dublin 9, Ireland
4
Vision Systems Group, School of Electronic Engineering, Dublin City University, Dublin 9, Ireland
*
Author to whom correspondence should be addressed.
Appl. Sci. 2019, 9(20), 4398; https://doi.org/10.3390/app9204398
Submission received: 29 August 2019 / Revised: 3 October 2019 / Accepted: 7 October 2019 / Published: 17 October 2019
(This article belongs to the Special Issue Optics for AI and AI for Optics)

Abstract

:
Coherent fiber-optic communication systems are limited by the Kerr-induced nonlinearity. Benchmark optical and digital nonlinearity compensation techniques are typically complex and tackle deterministic-induced nonlinearities. However, these techniques ignore the impact of stochastic nonlinear distortions in the network, such as the interaction of fiber nonlinearity with amplified spontaneous emission from optical amplification. Unsupervised machine learning clustering (e.g., K-means) has recently been proposed as a practical approach to the blind compensation of stochastic and deterministic nonlinear distortions. In this work, the Density-Based Spatial Clustering of Applications with Noise (DBSCAN) algorithm is employed, for the first time, for blind nonlinearity compensation. DBSCAN is tested experimentally in a 40 Gb/s 16 quadrature amplitude-modulated system at 50 km of standard single-mode fiber transmission. It is shown that at high launched optical powers, DBSCAN can offer up to 0.83 and 8.84 dB enhancement in Q-factor when compared to conventional K-means clustering and linear equalisation, respectively.

1. Introduction

Coherent optical communications have been proposed as a viable solution for maximising the signal capacity in both short-reach and long-haul communications [1]. However, Kerr-induced fiber nonlinearity prevents channel capacity from approaching the Shannon limit, especially when the signal power is high [2]. Endeavours to surpass the Kerr nonlinearity limit have been performed by techniques that in principle compensate deterministic nonlinearities [3]. For example, nonlinearities can be combated by either inserting an optical phase conjugator (OPC) at the middle point of the link [4], or by inverting the fiber effects among multiple frequency stabilised optical signals [5]. However, OPC reduces the flexibility in an optically routed network, whereas in [5], a digital back propagation (DBP) [6] pre-compensator was used, which is of excessive complexity. Other famous techniques include hybrid pre- and post-compensation [7], Volterra-based nonlinear equalisation (NLE) [8], phase-conjugated twin waves (PC-TW) [9], and the nonlinear Fourier transform (NFT) [10]. Unfortunately, pre-/post-compensation algorithms and Volterra-NLE present marginal performance enhancement, PC-TW sacrifices signal capacity and NFT is unpractical for real-time signal processing. Above all, the aforementioned deterministic methods are unable to tackle stochastic nonlinearities, such as the amplified spontaneous emission (ASE) noise induced from optical amplifiers.
Unsupervised machine learning clustering has been recently introduced in optical communications for blind (training data-free) nonlinear equalisation (BNLE). Such unsupervised algorithms can tackle stochastic nonlinearities and include, for example, fuzzy logic C-means [11], K-means [11,12], hierarchical [11], affinity propagation [13], and Gaussian mixture [14] clustering. The algorithms used in [11,12,13,14] are mainly used for compensating fiber nonlinearity in long-haul transmission systems, in which the distorted received constellation diagrams contain Gaussian-circular clusters. However, there is an uncertainty if the machine learning clustering algorithms can be effective for non-circular rotated clusters caused by the strong nonlinear phase noise.
In this work, the aforementioned issue is addressed by experimentally demonstrating the first BNLE that harnesses the Density-Based Spatial Clustering of Applications with Noise (DBSCAN) [15] algorithm in 40 Gb/s 16 quadrature amplitude modulation (QAM) coherent optical signals being transmitted at 50 km. As a proof of concept, DBSCAN is tested for very high launched optical powers (LOPs), where the clusters of the received constellation diagrams are vastly rotated by means of self-phase modulation (SPM). Two modified DBSCAN methods are also adopted, in which the “un-clustered” noisy points are further processed using (1) K-means and (2) the minimum distance between an unlabelled point and the clustered points. It is shown that DBSCAN offers up to 0.83 dB Q-factor improvement over K-means and 8.84 dB when compared to linear equalisation at +16 dBm of LOP. This occurs because DBSCAN can effectively recover non-circularly-symmetric (elliptical form) noisy clusters by effectively combating SPM.

2. Density-Based Spatial Clustering of Applications with Noise (DBSCAN) Description

In density-based clustering, an assumption is made: clusters are dense regions in space, separated by regions of lower density [16]. A dense cluster is a region which is “density connected”, i.e., the density of points in that region is greater than a minimum [17]. DBSCAN is an example that searches for dense areas and expands these recursively to find arbitrarily dense-shaped clusters. The two main parameters of DBSCAN are the ε (“Epsilon”) and the “minimum points”. The ε defines the radius of the “neighbourhood region” while the “minimum points” define the minimum number of constellation points (i.e., symbols) that should be contained within that neighbourhood. DBSCAN arbitrarily picks up a point until all of them have been visited. If the predefined number of “minimum points” is within the radius ε, then all these points are considered to be part of the same cluster. The clusters are then expanded by recursively repeating the neighbourhood calculation for each neighbouring point. However, for the unallocated points, if the number of points within the ε-neighbourhood is less than a predefined threshold, they are designated to be “noisy” and are not assigned to a particular cluster. Noisy data are not further processed in conventional DBSCAN. Here, a 2nd loop clustering is proposed to be applied only for these noisy data using (1) K-means [11] or (2) the minimum distance between an unlabelled point and the clustered points. A schematic diagram for conventional DBSCAN is depicted in Figure 1 when the minimum points are 4. In Figure 1, the following assumptions are assumed [18]:
  • Epsilon neighbourhood (Nε): A set of all constellation points within a distance ε.
  • Core point: A constellation point whose Nε contains at least a “minimum point” (including itself).
  • Direct Density Reachable: A point q is directly density reachable from a point p, if p is a core point and q ∈ Nε.
  • Density Reachable: Two constellation points (p, t) are density reachable if there is a chain of “direct density reachable” points that link these two points (p, q, t).
  • Border Point: A constellation point that is “direct density reachable” but not a core point.
  • Noise: Constellation points not belonging to any point’s Nε.
The steps related to the conventional and modified DBSCAN are listed below, where the algorithm converges until all constellation points have been allocated to a cluster or labelled as “noisy” only if conventional DBSCAN is considered (step 5 below—1st loop) [17,18]:
  • Randomly select a point p (referred in Figure 1) in the constellation map.
  • Retrieve all constellation points directly density reachable from p that satisfy the condition of the radius ε limits.
  • If the constellation point p is a core point, a cluster is formed. Search recursively and find all of its density-connected points and assign them to the same cluster as p.
  • If p is not a core point, the DBSCAN algorithm “scans” for the rest of the unvisited constellation points.
  • DBSCAN 1st loop: Points that are un-clustered are labelled as zero points (“noisy points”) where linear equalisation is performed only on these points, and then the conventional DBSCAN algorithm stops.
  • DBSCAN 2nd loop (extra novel step):
i. Method-1: K-means clustering is activated for the “noisy points” using the Lloyd’s algorithm [11,12]:
  • Assignment: Allocate each observation to the cluster whose mean has the least squared Euclidean distance (“nearest” mean) [11,12].
  • Update: Calculate the new means to be the centroids of the observations in the new clusters [8,9]. K-means converges when assignments do not change.
ii. Method-2: Calculation of minimum distance between the unlabelled “noisy points” and the clustered points.

3. Experimental Setup

Figure 2 depicts the schematic diagram of the experimental setup of the 10 GBaud (40 Gb/s) 16 QAM coherent signal. In the transmitter-digital signal processing (DSP), look-up table-based pre-distortion was used to mitigate the opto-electronic component impairments, similarly to [19]. A narrow linewidth (<100 kHz) external cavity laser (ECL) was tuned to 1549.5 nm and, using an arbitrary waveform generator (AWG) operating at 20 GS/s, two uncorrelated pseudo-random level signals (215−1) were applied to the in-phase/quadrature (I/Q) modulator to generate the 16 QAM signal. After IQ modulation, the optical signal was transmitted over 50 km of standard single-mode fiber (SSMF). At the receiver, noise loading was added using an optical amplifier to set different optical signal-to-noise ratio (OSNR) values and subsequently the optical signal was converted to an electrical one using a homodyne coherent receiver. Afterwards, the signal was captured by a real-time oscilloscope sampled at 50 GS/s for offline receiver-DSP, in which the data was first resampled to two samples/points using prior knowledge of the clock frequency. Then the constant modulus algorithm (CMA) combined with the multi-modulus algorithm (MMA) was utilised for signal equalisation. An Mth power frequency drifting compensation method was employed to compensate the frequency offset between the signal and the local oscillator in the coherent receiver. The decision-directed phase-locked loop (DDPLL) method was employed for the carrier phase recovery. Finally, the machine learning algorithm was processed before the hard decision and the bit error rate (BER)/Q-factor (=20log10 [ 2 e r f c 1 ( 2 B E R ) ] ) calculation, similarly to other reported work with machine learning signal processing [20,21,22,23,24,25].

4. Results

A 40 Gb/s 16 QAM waveform is transmitted with +16 dBm LOP over 50 km. Two parameters are needed to optimise the DBSCAN algorithm to produce the lowest BER, namely ε and the minimum number of points. It is worth noting that in a real-time communication link, the optimisation process of DBSCAN should be run offline as a training stage. In this stage, the optimal Voronoi regions would be generated, where in the real-time processing the incoming data would be assigned directly to ideal symbols. It is envisaged that such an approach should be very effective in optical communication links, where linear and nonlinear effects remain relatively stable over time, and therefore the training process should be run only once. The calculated BER while scanning for ε and the minimum number of points is shown in Figure 3. From Figure 3, it is evident that the majority of the best BER values can be found for 0.1 < ε < 0.45. For these values of ε, the minimum points do not affect the BER much except when 0.1 < ε < 0.14, where the minimum points should be less than 110. In Figure 4, the performance of clustering algorithms is shown for different LOPs and two values of received OSNR: 30 and 15 dB. In Figure 4, the performance benefit of machine learning clustering over linear equalisation is significant for both OSNR values, especially when using DBSCAN method-2, resulting in up to 8.8 dB Q-factor improvement. This is attributed to the compensation of SPM since single-channel transmission is carried out. Results indicate that DBSCAN-based BNLE is a robust soft-clustering method when very strong nonlinear phase noise is present and where linear equalisation fails completely. Moreover, DBSCAN method-2 has the highest Q-factor along the whole range of LOPs. Compared to DBSCAN method-1 and K-means, method-2 increases the Q-factor by up to about 0.7 and 0.83 dB, respectively, by better handling highly rotated clusters that become almost elliptically shaped. This is because the overlapping (soft) clustering ability of method-2 is more powerful than the common hard (exclusive) clustering of K-means and method-2 (which also includes K-means for the noisy constellation points). This is confirmed by the received constellation diagrams of Figure 5b, related to +16 dBm of LOP (OSNR = 30 dB). On the other hand, the quite similar performances between DBSCAN algorithms and K-means at lower LOPs and OSNR is due to the existence of nearly circular Gaussian clusters, which are not rotated. This is corroborated in the received 16 QAM constellation diagrams of Figure 5a at +10 dBm of LOP (OSNR = 15 dB). In the left constellation diagram of Figure 5a, the DBSCAN “noisy” points are also presented in the 1st loop of the algorithm.

5. Conclusions

The first DBSCAN-BNLE was experimentally demonstrated for 16 QAM at 50 km. Two novel DBSCAN methods were proposed, in which the “un-clustered” noisy constellation points were processed using (1) K-means and (2) the minimum distance between an unlabelled point and the clustered points. Compared to linear equalisation, method-2 improved the Q-factor up to 8.8 dB by combating SPM. Method-2’s ability for overlapping clustering resulted in Q-factor improvement over method-1 and K-means (exclusive clustering), when vastly rotated clusters of nearly elliptical form occur. Once optimised, DBSCAN proved to be a robust BNLE for very strong nonlinear phase noise.
In future work, inter-channel nonlinear effects, such as four-wave mixing and cross-phase modulation, will be tackled using the proposed machine learning algorithm in a super-channel transmission scenario that incorporates many wavelength channels.

Author Contributions

Conceptualization, E.G. and Y.L.; methodology, E.G.; software, E.G. and Y.L.; validation, M.J., S.O., K.M., P.F.W. and L.P.B; formal analysis, M.J.; investigation, E.G.; resources, L.P.B.; data curation, K.M. and P.F.W.; writing—original draft preparation, E.G. and Y.L.; writing—review and editing, E.G., Y.L., S.O., and L.P.B; visualization, E.G., Y.L. and S.O.; supervision, L.P.B.; project administration, E.G. and L.P.B.; funding acquisition, E.G. and L.P.B.

Funding

This work was supported by the Science Foundation Ireland through grant numbers 13/RC/2077, 12/RC/2276, 15/US-C2C/I3132, the HEA INSPIRE Programme, and the EU/EDGE Marie Curie programme with grant number 713567.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, nor in the decision to publish the results.

References

  1. Chagnon, M. Optical Communications for Short Reach. J. Lightwave Technol. 2019, 37, 1779–1797. [Google Scholar] [CrossRef]
  2. Ryu, S.; Yamamoto, S.; Taga, H.; Edagawa, N.; Yoshida, Y.; Wakabayashi, H. Long-haul coherent optical fiber communication systems using optical amplifiers. J. Lightwave Technol. 1991, 9, 251–260. [Google Scholar] [CrossRef]
  3. Ellis, A.D.; Zhao, J.; Cotter, D. Approaching the nonlinear Shannon-limit. J. Lightwave Technol. 2010, 28, 423–433. [Google Scholar] [CrossRef]
  4. Al-Khateeb, M.A.Z.; McCarthy, M.E.; Sánchez, C.; Ellis, A.D. Nonlinearity compensation using optical phase conjugation deployed in discretely amplified transmission systems. Opt. Express 2018, 26, 23945–23959. [Google Scholar] [CrossRef]
  5. Temprana, E.; Myslivets, E.; Kuo, B.P.; Liu, L.; Ataie, V.; Alic, N.; Radic, S. Overcoming Kerr-induced capacity limit in optical fiber transmission. Science 2015, 348, 1445–1448. [Google Scholar] [CrossRef]
  6. Maher, R.; Galdino, L.; Sato, M.; Xu, T.; Shi, K.; Kilmurray, S.; Savory, S.J.; Thomsen, B.C.; Killey, R.I.; Bayvel, P. Linear and nonlinear impairment mitigation in a Nyquist spaced DP-16QAM WDM transmission system with full-field DBP. In Proceedings of the ECOC, Cannes, France, 21–25 September 2014; IEEE: Piscataway, NJ, USA, 2014; p. 5.10. [Google Scholar]
  7. Lowery, A.J. Fiber nonlinearity pre-and post-compensation for long-haul optical links using OFDM. Opt. Express 2007, 15, 12965–12970. [Google Scholar] [CrossRef]
  8. Giacoumidis, E.; Aldaya, I.; Jarajreh, M.A.; Tsokanos, A.; Le, S.T.; Farjady, F.; Jaouën, Y.; Ellis, A.D.; Doran, N.J. Volterra-based reconfigurable nonlinear equalizer for dual-polarization multiband coherent OFDM. IEEE Photonics Technol. Lett. 2014, 26, 1383–1386. [Google Scholar] [CrossRef]
  9. Liu, X. Phase-conjugated twin waves for communication beyond the Kerr nonlinearity limit. Nat. Photonics 2013, 7, 560–568. [Google Scholar] [CrossRef]
  10. Le, S.T.; Aref, V.; Buelow, H. Nonlinear signal multiplexing for communication beyond the Kerr nonlinearity limit. Nat. Photonics 2017, 11, 570–576. [Google Scholar] [CrossRef]
  11. Giacoumidis, E. Blind Nonlinearity Equalization by Machine Learning based Clustering for Single-and Multi-Channel Coherent Optical OFDM. IEEE J. Lightwave Technol. 2018, 36, 721–727. [Google Scholar] [CrossRef]
  12. Zhang, J.; Chen, W.; Gao, M.; Shen, G. K-means-clustering-based fiber nonlinearity equalization techniques for 64-QAM coherent optical communication system. Opt. Express 2017, 25, 27570–27580. [Google Scholar] [CrossRef] [PubMed]
  13. Giacoumidis, E. Affinity propagation clustering for blind nonlinearity compensation in coherent optical OFDM. In Proceedings of the CLEO, San Jose, CA, USA, 13–18 May 2018; OSA: Rochester, NY, USA, 2018; p. STh1C.5. [Google Scholar] [Green Version]
  14. Zibar, D.; Piels, M.; Jones, R.; Schäeffer, C.G. Machine Learning Techniques in Optical Communication. IEEE J. Lightwave Technol. 2016, 34, 1442–1452. [Google Scholar] [CrossRef]
  15. Ester, M.; Kriegel, H.P.; Sander, J.; Xu, X. A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases with Noise. In Proceedings of the International Conference on Knowledge Discovery and Data Mining, Portland, OR, USA, 2–4 August 1996; pp. 226–231. [Google Scholar]
  16. Shen, J. Real-Time Superpixel Segmentation by DBSCAN Clustering Algorithm. IEEE Trans. Image Process. 2016, 25, 5933–5942. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  17. Boada, R.; Borkowski, R.; Monroy, I.T. Clustering algorithms for Stokes space modulation format recognition. Opt. Express 2015, 23, 15521–15531. [Google Scholar] [CrossRef] [Green Version]
  18. Lu, X. An I-Q-Time 3-dimensional post-equalization algorithm based on DBSCAN of machine learning in CAP VLC system. Opt. Commun. 2019, 430, 299–303. [Google Scholar] [CrossRef]
  19. Zhang, J.; Yu, J.; Chien, H.C. Advanced linear and nonlinear compensations for 16QAM SC-400G unrepeatered transmission system. Opt. Commun. 2018, 409, 34–38. [Google Scholar] [CrossRef]
  20. Nguyen, T.; Mhatli, S.; Giacoumidis, E.; Van Compernolle, L.; Wuilpart, M.; Mégret, P. Fiber nonlinearity equalizer based on support vector classification for coherent optical OFDM. Photonics J. 2016, 8, 1–9. [Google Scholar] [CrossRef]
  21. Giacoumidis, E.; Mhatli, S.; Nguyen, T.; Le, S.T.; Aldaya, I.; McCarthy, M.E.; Ellis, A.D.; Eggleton, B.J. Comparison of DSP-based nonlinear equalizers for intra-channel nonlinearity compensation in coherent optical OFDM. Opt. Lett. 2016, 41, 2509–2512. [Google Scholar] [CrossRef]
  22. Giacoumidis, E.; Mhatli, S.; Stephens, M.F.; Tsokanos, A.; Wei, J.; McCarthy, M.E.; Doran, N.J.; Ellis, A.D. Reduction of Nonlinear Inter-Subcarrier Intermixing in Coherent Optical OFDM by a Fast Newton-based Support Vector Machine Nonlinear Equalizer. J. Lightwave Technol. 2017, 35, 2391–2397. [Google Scholar] [CrossRef]
  23. Giacoumidis, E.; Mhatli, S.; Le, S.T.; Aldaya, I.; McCarthy, M.E.; Ellis, A.D.; Eggleton, B.J. Nonlinear Blind Equalization for 16-QAM Coherent Optical OFDM using Support Vector Machines. In Proceedings of the ECOC, Düsseldorf, Germany, 18–22 September 2016; IEEE: Piscataway, NJ, USA, 2016; p. Th.2.P2. [Google Scholar]
  24. Mhatli, S.; Mhatli, S.; Mrabet, H.; Dayoub, I.; Giacoumidis, E. A novel SVM robust model Based Electrical Equalizer for CO-OFDM Systems. IET Commun. 2017, 11, 1091–1096. [Google Scholar] [CrossRef]
  25. Giacoumidis, E.; Tsokanos, A.; Ghanbarisabagh, M.; Mhatli, S.; Barry, L.P. Unsupervised Support Vector Machines for Nonlinear Blind Equalization in CO-OFDM. Photonics Technol. Lett. 2018, 30, 1091–1094. [Google Scholar] [CrossRef]
Figure 1. Density-Based Spatial Clustering of Applications with Noise (DBSCAN) example for Min. Points = 4.
Figure 1. Density-Based Spatial Clustering of Applications with Noise (DBSCAN) example for Min. Points = 4.
Applsci 09 04398 g001
Figure 2. Experimental setup for a 40 Gb/s 16 quadrature amplitude modulation (QAM) coherent optical signal transmitted at 50 km, incorporating machine learning clustering. PC: polarisation controller, OBPF: optical band-pass filter, LO: local oscillator, CMA/MMA: constant/multi-modulus algorithm, CPR (DDPLL): carrier phase recovery (decision-directed phase-locked loop).
Figure 2. Experimental setup for a 40 Gb/s 16 quadrature amplitude modulation (QAM) coherent optical signal transmitted at 50 km, incorporating machine learning clustering. PC: polarisation controller, OBPF: optical band-pass filter, LO: local oscillator, CMA/MMA: constant/multi-modulus algorithm, CPR (DDPLL): carrier phase recovery (decision-directed phase-locked loop).
Applsci 09 04398 g002
Figure 3. DBSCAN optimisation for 16 QAM transmission over 50 km at +10 dBm of launch power: bit-error-rate (BER) vs. ε (“Epsilon”), Min. Points = 4.
Figure 3. DBSCAN optimisation for 16 QAM transmission over 50 km at +10 dBm of launch power: bit-error-rate (BER) vs. ε (“Epsilon”), Min. Points = 4.
Applsci 09 04398 g003
Figure 4. DBSCAN vs. K-means for 16 QAM transmission at 50 km for different launched optical powers (LOPs) when optical signal-to-noise ratio (OSNR) is 30, 15 dB.
Figure 4. DBSCAN vs. K-means for 16 QAM transmission at 50 km for different launched optical powers (LOPs) when optical signal-to-noise ratio (OSNR) is 30, 15 dB.
Applsci 09 04398 g004
Figure 5. Received constellation diagrams for (a) DBSCAN 1st loop (left), method-2/2nd loop (right) at +10 dBm of LOP (OSNR = 15 dB); and (b) DBSCAN method-1 (left), method-2 (right) at +16 dBm of LOP (OSNR = 30 dB).
Figure 5. Received constellation diagrams for (a) DBSCAN 1st loop (left), method-2/2nd loop (right) at +10 dBm of LOP (OSNR = 15 dB); and (b) DBSCAN method-1 (left), method-2 (right) at +16 dBm of LOP (OSNR = 30 dB).
Applsci 09 04398 g005

Share and Cite

MDPI and ACS Style

Giacoumidis, E.; Lin, Y.; Jarajreh, M.; O’Duill, S.; McGuinness, K.; Whelan, P.F.; Barry, L.P. A Blind Nonlinearity Compensator Using DBSCAN Clustering for Coherent Optical Transmission Systems. Appl. Sci. 2019, 9, 4398. https://doi.org/10.3390/app9204398

AMA Style

Giacoumidis E, Lin Y, Jarajreh M, O’Duill S, McGuinness K, Whelan PF, Barry LP. A Blind Nonlinearity Compensator Using DBSCAN Clustering for Coherent Optical Transmission Systems. Applied Sciences. 2019; 9(20):4398. https://doi.org/10.3390/app9204398

Chicago/Turabian Style

Giacoumidis, Elias, Yi Lin, Mutsam Jarajreh, Sean O’Duill, Kevin McGuinness, Paul F. Whelan, and Liam P. Barry. 2019. "A Blind Nonlinearity Compensator Using DBSCAN Clustering for Coherent Optical Transmission Systems" Applied Sciences 9, no. 20: 4398. https://doi.org/10.3390/app9204398

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