Next Article in Journal
Novel MRI-Based CAD System for Early Detection of Thyroid Cancer Using Multi-Input CNN
Previous Article in Journal
Delay Analysis in IoT Sensor Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

Wavefront Restoration Technology of Dynamic Non-Uniform Intensity Distribution Based on Extreme Learning Machine

1
Key Laboratory on Adaptive Optics, Chinese Academy of Sciences, Chengdu 610209, China
2
Institute of Optics and Electronics, Chinese Academy of Sciences, Chengdu 610209, China
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(11), 3877; https://doi.org/10.3390/s21113877
Submission received: 21 April 2021 / Revised: 20 May 2021 / Accepted: 2 June 2021 / Published: 4 June 2021
(This article belongs to the Section Optical Sensors)

Abstract

:
Non-uniform intensity distribution of laser near-field beam results in the irregular shape of the spot in the wavefront sensor. The intensity of some sub-aperture spots may be too weak to be detected, and the accuracy of wavefront restoration is seriously affected. Therefore, an extreme learning machine method is proposed to realize high precision wavefront restoration under dynamic non-uniform intensity distribution. The simulation results show that this method has better accuracy of wavefront restoration than the classical modal algorithm under dynamic non-uniform intensity distribution. The root mean square error of the residual wavefront for the proposed method is only 2.9% of the initial value.

1. Introduction

At present, many laser applications require lasers to not only produce high-power output beam, but also maintain high beam quality [1,2,3,4]. Unfortunately, as the laser power continues to increase, the thermal effect of the laser not only limits the improvement of the beam quality severely, but also makes the beam diameter and beam divergence change greatly [5,6]. How to obtain high average power and high beam quality at the same time is a basic physical problem in laser research [7,8,9]. Adaptive optics (AO) is a technology that can correct the wavefront distortion of the laser beam in real-time, as shown in Figure 1. It can compensate the dynamic laser beam aberration in real-time, and has been applied in many laser systems with remarkable results [10,11,12].
To correct the laser beam aberration, a wavefront sensor (WFS) is needed to detect the accurate wavefront aberration in real-time. However, with the continuous improvement of laser power and energy density, the transmission medium, and emitted light are seriously affected by the thermal effect [13,14]. It makes the intensity distribution of the laser present a dynamic non-uniform distribution. Due to the non-uniform intensity distribution of the laser beam, some sub-aperture light spots of WFS have an irregular shape or, weak intensity, or being too weak to be detected by WFS, as seen in Figure 2. The result is that WFS will lose part of the phase information, making it difficult for WFS to detect the accurate beam aberration information. This, in turn, makes it difficult for the AO system to improve the beam quality of the laser. Therefore, accurate wavefront restoration from the phase information measured by WFS under the condition of the non-uniform intensity distribution will greatly improve the beam quality for the AO system.
Recently, machine learning has been utilized to implement an image-based wavefront estimation. Xu applied the method of an extreme learning machine to accomplish the wavefront reconstruction of WFS with insufficient sub-aperture [15]. Barwick proposed the method of neural network post-processing to improve the wavefront reconstruction accuracy [16]. Guo et al., applied the artificial neural networks to estimate the Zernike coefficients and compared the wavefront reconstruction results with traditional approaches [17]. Hu et al., employed a conventional neural network (CNN) model to achieve high-order wavefront aberration detection [18]. Li et al., applied artificial neural networks to improve the robustness of SHWS in extreme situations [19]. Although the mentioned methods provide some new approaches for WFS to predict accurate Zernike coefficients, the influence of the dynamic non-uniform intensity distribution on the WFS detection accuracy, however, has not been considered and studied. Due to the non-uniform intensity distribution of the laser beam, it is difficult for WFS to detect accurate centroid displacements.
This paper mainly focuses on the advantages of machine learning methods on wavefront restoration under the dynamic non-uniform intensity distribution. When the intensity of the laser presents dynamic non-uniform distribution, some sub-aperture light spots of WFS may have an irregular shape or weak intensity. The linear regression relationship between Zernike mode coefficients of the wavefront and the local slopes measured by WFS is no longer well satisfied. In this situation, it is difficult for the classical modal algorithm based on Zernike polynomials to restore accurate Zernike mode coefficients. This paper proposes the wavefront restoration technology based on the extreme learning machine (ELM) method to construct this complicated corresponding relationship under the dynamic non-uniform intensity distribution. Compared with other gradient descent-based learning methods (such as the backpropagation algorithm), the ELM method only needs the generalized inverse matrix to obtain network weights in this case. What is more, it boasts faster training speed and better generalization performance [20,21,22]. This article will verify the accuracy of the proposed method through numerical simulations. The ELM model can restore Zernike mode coefficients more accurately than the classical modal algorithm under the non-uniform intensity distribution.
This paper is organized as follows: The ELM method’s concepts and modeling for wavefront restoration are introduced in Section 2. Section 3 shows the numerical simulation comparison results of the wavefront restoration between the proposed ELM model and the classical modal algorithm. Finally, Section 4 provides the conclusion.

2. Principle

This paper will construct the ELM model to solve the problem of the linear regression relationship between Zernike mode coefficients of the wavefront and the local slopes measured by WFS under the non-uniform intensity distribution. The network structure of the ELM model is shown in Figure 3. The ELM model transmits the slope information G = {Gx(1), Gy(1), …, Gx(m), Gy(m)} as the input signal (input layer) to the output layer forward through the hidden layer. The output layer of the ELM model represents Zernike mode coefficients a = {a1, a2, …, an} of the incident wavefront with the non-uniform intensity distribution. The slope information G of the incident wavefront is measured by WFS under the non-uniform intensity distribution.
According to Figure 3, the variable wij is defined as the connection weights between the i-th neuron of the input layer and the j-th neuron of the hidden layer. bj is defined as the threshold of the j-th neuron of the hidden layer, and βjk is defined as the connection weights between the j-th neuron of the hidden layer and the k-th neuron of the output layer. The neural network structure of the ELM model is mathematically modeled as [23]
a k = j = 1 N β j k g ( w i j G i + b j ) i = 1 , 2 , 2 m , k = 1 , 2 , n
where m, N, and n, respectively, represent the number of the nodes in the input layer, the number of neurons in the hidden layer, and the number of the nodes in the output layer. g(x) represents the activation function of the hidden layer neuron.
The ELM model training firstly generates random data wij and bj. The hidden layer output matrix H is as follows,
H = [ g ( w 11 G 1 + b 1 ) g ( w 12 G 1 + b 2 ) g ( w 1 N G 1 + b N ) g ( w 21 G 2 + b 1 ) g ( w 22 G 2 + b 2 ) g ( w 2 N G 2 + b N ) g ( w 2 m 1 G 2 m + b 1 ) g ( w 2 m 2 G 2 m + b 2 ) g ( w 2 m N G 2 m + b N ) ] 2 m × N
Next, according to Equation (1), the output of the ELM model can be calculated as the least square solution of the equation = a, where β is the weight matrix between the hidden layer and the output layer, and a is the output matrix. Therefore, the weight matrix β can be obtained by the following equation,
β = H a
where H = (HTH)−1HT is the generalized inverse matrix of the hidden layer’s output matrix H.
The wavefront restoration algorithm based on the ELM model can be divided into two parts: The ELM model training and the ELM model testing. In the model training phase, the parameters of the ELM model can be obtained according to Equations (2) and (3). In order to verify the accuracy of the trained ELM model, the slope information of the test wavefront with dynamic non-uniform intensity distribution is imported into the trained ELM model. The output of the trained ELM model is Zernike mode coefficients of the test wavefront. The test wavefront with the dynamic non-uniform intensity distribution can be described as,
U ( x , y ) = A e i ϕ ( x , y ) ϕ ( x , y ) = i = 1 n a i Z i ( x , y )
where A is the amplitude (A2 is light intensity), Zi is the i-th Zernike polynomial, and ai is the corresponding Zernike mode coefficient.

3. Numerical Simulations

3.1. Dataset

A series of simulations are carried out to validate the wavefront restoration ability of the ELM model under the dynamic non-uniform intensity distribution. The key parameters of the simulations are shown in Table 1. The set of the incident wavefront with the dynamic non-uniform intensity distribution can be generated by the linear relationship of the first 15 orders of Zernike polynomials. Its slope information, which is used as the input of the ELM model training, can be measured by WFS. And the overall tilt term a1 and the piston term a2 has been removed from the slope information in the process of data measurement and acquisition. Zernike mode coefficients as the output of the ELM model training are generated by the Kolmogorov atmosphere turbulence model [24].
In order to enrich the datasets, 10,000 groups of wavefronts with the dynamic non-uniform intensity distribution have been randomly generated by employing 100 kinds of light intensity distributions measured experimentally according to the first 15 orders of Zernike polynomials and Equation (4). The order of the dataset is randomly shuffled, and 9000 groups are selected as the training set and the remaining 1000 groups as the test set.

3.2. Model Training and Optimization

The predictive accuracy of the ELM model is evaluated by mean square error (MSE) of Zernike mode coefficients, which is defined as follows,
MSE = i = 3 15 ( y i a i ) 2 13
where yi and ai are, respectively, the target value and predicted value of the i-th Zernike mode coefficient (excluding the tilt term a1 and the piston term a2). The smaller MSE is, the higher the predictive accuracy of the ELM model will be obtained. When the number of output and input is given, the different activation functions in the hidden layer will affect the prediction accuracy and the number of neurons in the hidden layer. The number of hidden neurons in the ELM model is the predetermined parameter that affects the prediction accuracy. Therefore, we have analyzed the influence of different activation functions in the hidden layer on the wavefront restoration prediction accuracy for the ELM model. Table 2 shows the influence of several activation functions on the predictive accuracy of the ELM model.
According to Table 2, the proposed ELM model with the Softplus activation function can achieve the smallest MSE under the same test set.
In order to determine the number of neurons in the hidden layer, the mean MSE value of 1000 test samples under a different number of neurons is shown in Figure 4. With the increasing number of neurons in the hidden layer, the predictive accuracy of the ELM model increases first and then decreases. The highest predictive accuracy of the ELM model can be obtained when the number of neurons in the hidden layer is 5100.
In conclusion, the final optimization results of the trained ELM model are as follows: The number of neurons in the hidden layer is 5100, and the activation function is selected as the Softplus activation function.

3.3. Prediction Results

The performance of the ELM model is evaluated by a series of simulations in this section. We randomly select a set of light intensity distributions from 100 kinds of dynamic non-uniform intensity distributions, and use Equation (4) to generate a random wavefront. In this paper, F-factor is used to express the statistical characteristics of 100 kinds of intensity distribution, which is defined as follows:
F = I m e a n I m a x
where Imean represents the mean value of intensity distribution, and Imax represents the maximum value of intensity distribution. F-factor of 100 kinds of intensity distribution is shown in Figure 5. There is little relevant literature or theory for reference about what intensity distribution variation so that WFS does not work properly. According to the statistical characteristics of intensity distribution, it is difficult to detect accurate wavefront aberrations for WFS in this paper when F-factor is less than 0.1347.
Then we employ the trained ELM model to predict Zernike mode coefficients of the generated random wavefront, as shown in Figure 6. The condensing beam system of WFS is the Cassegrain structure, and the incident aperture is annular, as shown in Figure 6b,c. In the current sample, it can be obviously seen that WFS cannot fully detect the random wavefront aberration, and some sub-apertures have no light spot or weak intensity light spot. Figure 7 shows that the predicted result of the ELM model. When the intensity of the incident wavefront is non-uniform, the ELM model can predict the accurate Zernike mode coefficients. The MSE is 3.0718 × 10−6.
The generated random wavefront in Figure 6 is restored by Zernike modes coefficients which are obtained from the classical modal algorithm and the trained ELM model, respectively. The restored wavefront and residual wavefront are shown in Figure 8, respectively. According to Figure 8, the root mean square (RMS) and peak-valley value (PV) of the residual wavefront of the ELM model are 0.0011λ and 0.0096λ, respectively. The RMS and PV of the residual wavefront of the modal algorithm are 0.3673λ and 3.3673λ, respectively. Through the wavefront restoration comparison of the two methods, the ELM model has smaller RMS and PV of the residual wavefront and higher wavefront restoration accuracy. The first 15 order Zernike coefficients, respectively, predicted (excluding the first two order: Piston a1 and tilt a2) by the classical modal algorithm and the trained ELM model are shown in Figure 9. The prediction result of the proposed ELM model is significantly more accurate than the modal algorithm, according to Figure 9. There is a big discrepancy between Zernike coefficients obtained by the classical modal algorithm and the target values in Figure 9. The main reason is that the wavefront phase information detected by WFS is insufficient and inaccurate under the non-uniform intensity distribution.
To further study the generalization of the ELM model, we use all the different light intensity distributions to expand the number of test samples to 1000 sets of wavefronts with the dynamic non-uniform intensity. The mean RMS and PV values of the incident wavefronts are 0.2831λ and 2.8501λ, respectively. The RMS and PV values of the residual wavefront of these two methods are shown in Figure 10. The mean RMS and PV values of the residual wavefront of the ELM model are 0.0082λ and 0.0066λ, respectively, while that of the modal algorithm are 0.4396λ and 4.8990λ, respectively. According to Figure 11, the RMS and PV power spectrum curve of the residual wavefront, based on the ELM model, is obviously smaller than the modal algorithm. Therefore, compared with the modal algorithm, the proposed ELM model can achieve much higher precision wavefront restoration under the dynamic non-uniform intensity distribution.

4. Conclusions

When the intensity of the laser presents dynamic non-uniform distribution, some sub-aperture light spots of WFS may have an irregular shape or weak intensity. The linear regression relationship between Zernike mode coefficients of the wavefront and the local slopes measured by WFS is no longer well satisfied. In this situation, it is difficult for the classical modal algorithm to restore accurate Zernike mode coefficients. The ELM model is proposed to establish the complex corresponding linear relationship between Zernike mode coefficients and the local slopes measured by WFS in the above cases. The simulation results prove that the proposed ELM model can restore the wavefront phase more accurately than the classical modal algorithm with fewer sub-apertures under the dynamic non-uniform intensity distribution. This improvement is beneficial to the applications where high precision wavefront restoration is necessary for the high energy and power laser beam purification system.

Author Contributions

Conceptualization, H.L. and X.H.; methodology, S.W.; software, H.L.; validation, H.L.; formal analysis, P.Y.; investigation, H.L.; resources, P.Y.; data curation, H.L.; writing—original draft preparation, H.L.; writing—review and editing, H.L.; visualization, S.W. and P.Y.; supervision, X.H.; project administration, S.W.; funding acquisition, S.W. and P.Y. All authors have read and agreed to the published version of the manuscript.

Funding

National Natural Science Foundation of China (61875203, 11704382, 61805251); Youth Innovation Promotion Association of the Chinese Academy of Sciences (2017429); Western Youth Scholar A CAS.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Numata, K.; Riris, H.; Li, S.; Wu, S.; Kawa, S.R.; Krainak, M.; Abshire, J. Ground demonstration of trace gas lidar based on optical parametric amplifier. J. Appl. Remote Sens. 2012, 6, 063561. [Google Scholar] [CrossRef]
  2. Walsh, B.M.; Lee, H.R.; Barnes, N.P. Mid infrared lasers for remote sensing applications. J. Lumin. 2016, 169, 400–405. [Google Scholar] [CrossRef]
  3. Mackanos, M.A.; Simanovskii, D.M.; Schriver, K.E.; Hutson, M.S.; Contag, C.H.; Kozub, J.A.; Jansen, E.D. Pulse-duration-dependent mid-infrared laser ablation for biological applaications. IEEE J. Sel. Top. Quantum Electron. 2012, 18, 1514–1522. [Google Scholar] [CrossRef]
  4. Jackson, S.D. Towards high-power mid infrared emission from a fiber laser. Nat. Photonics 2012, 6, 423–431. [Google Scholar] [CrossRef]
  5. Liu, J.; Chen, X.; Xinyu, C.; Wu, C.; Bai, F.; Jin, G. Analytical solution of the thermal effects in a high-power slab Tm:YLF laser with dual-end pumping. Phys. Rev. A 2016, 93, 013854. [Google Scholar] [CrossRef]
  6. Scaggs, M.; Haas, G. Thermal lensing compensation optics for high power lasers. Proc. SPIE 2011, 7913, 79130C. [Google Scholar]
  7. Yang, P.; Ning, Y.; Lei, X.; Xu, B.; Li, X.; Dong, L.; Yan, H.; Liu, W.; Jiang, W.; Liu, L.; et al. Enhancement of the beam quality of non-uniform output slab laser amplifier with a 39-actuator rectangular piezoelectric deformable mirror. Opt. Express 2010, 18, 7121–7130. [Google Scholar] [CrossRef]
  8. Patel, F.D.; Harris, D.G.; Turner, J.C.E. Improving the beam quality of a high power Yb: YAG rod laser. Proc. SPIE 2006, 6100, 610018–610021. [Google Scholar]
  9. Wittrock, U.; Bostanjoglo, G.; Dong, S.; Eppich, B.; Haase, T.; Lue, Q.; Mueller-Stolzenburg, N.; Holst, O. High-power solid state lasers with improved beam quality. Proc. SPIE 1994, 2206, 396–407. [Google Scholar]
  10. Yu, X.; Dong, L.; Lai, B.; Yang, P.; Liu, Y.; Kong, Q.; Yang, K.; Tang, G.; Xu, B. Automatic low-order aberration correction based on geometrical optics for slab laser. Appl. Opt. 2017, 56, 1730–1739. [Google Scholar] [CrossRef]
  11. Lei, X.L.X.; Xu, B.X.B.; Yang, P.Y.P.; Dong, L.D.L.; Liu, W.L.W.; Yan, H.Y.H. Beam cleanup of a532-nm pulsed solid-state laser using a bimorph mirror. Chin. Opt. Lett. 2012, 10, 021401–021404. [Google Scholar]
  12. Yang, P.; Liu, Y.; Ao, M.W.; Hu, S.J.; Xu, B. A wavefront sensor-less adaptive optical system for a solid-state lase. Opt. Commun. 2007, 278, 377–381. [Google Scholar] [CrossRef]
  13. Fourmaux, S.; Serbanescu, C.; Lecherbourg, L.; Payeur, S.; Martin, F.; Kieffer, J.C. Characterization of the laser beam distortion due to the thermal load on high average power femtosecond laser systems. Proc. SPIE 2009, 7386, 738637. [Google Scholar]
  14. Rothhardt, J.; Demmler, S.; Hädrich, S.; Peschel, T.; Limpert, J.; Tünnermann, A. Thermal effects in high average power optical parametric amplifiers. Opt. Lett. 2013, 38, 763. [Google Scholar] [CrossRef] [PubMed]
  15. Xu, Z.; Wang, S.; Zhao, M.; Zhao, W.; Dong, L.; He, X.; Yang, P.; Xu, B.; Zhiqiang, X.; Mengmeng, Z.; et al. Wavefront reconstruction of a Shack–Hartmann sensor with insufficient lenslets based on an extreme learning machine. Appl. Opt. 2020, 59, 4768–4774. [Google Scholar] [CrossRef]
  16. Barwick, S. Detecting higher-order wavefront errors with an astigmatic hybrid wavefront sensor. Opt. Lett. 2009, 34, 1690–1692. [Google Scholar] [CrossRef] [PubMed]
  17. Guo, H.; Korablinova, N.; Ren, Q.; Bille, J. Wavefront reconstruction with artificial neural networks. Opt. Express 2006, 14, 6456–6462. [Google Scholar] [CrossRef] [PubMed]
  18. Li, Z.; Li, X. Centroid computation for Shack-Hartmann wavefront sensor in extreme situations based on artificial neural networks. Opt. Express 2018, 26, 31675–31692. [Google Scholar] [CrossRef]
  19. Hu, L.J.; Hu, S.W.; Gong, W.; Si, K. Learning-based ShackHartmann wavefront sensor for high-order aberration detection. Opt. Express 2019, 27, 33504–33517. [Google Scholar] [CrossRef]
  20. Huang, G.; Huang, G.B.; Song, S.; You, K. Trends in extreme learning machines: A review. Neural Netw. 2015, 61, 32–48. [Google Scholar] [CrossRef]
  21. Huang, G.-B.; Zhu, Q.-Y.; Siew, C.-K. Extreme learning machine: Theory and applications. Neurocomputing 2006, 70, 489–501. [Google Scholar] [CrossRef]
  22. Zhu, Q.Y.; Qin, A.K.; Suganthan, P.N.; Huang, G.B. Evolutionary exetreme learning machine. Pattern Recognit. 2005, 38, 1759–1763. [Google Scholar] [CrossRef]
  23. Feng, G.; Huang, G.-B.; Lin, Q.; Gay, R. Error Minimized Extreme Learning Machine with Growth of Hidden Nodes and Incremental Learning. IEEE Trans. Neural Netw. 2009, 20, 1352–1357. [Google Scholar] [CrossRef] [PubMed]
  24. Noll, R.J. Phase estimates from slope-type wave-front sensors. J. Opt. Soc. Am. 1978, 68, 139–140. [Google Scholar] [CrossRef]
Figure 1. Schematic diagram of adaptive optics.
Figure 1. Schematic diagram of adaptive optics.
Sensors 21 03877 g001
Figure 2. (a) The standard sub-aperture image of WFS. (b) The sub-aperture image of WFS with non-uniform near-field and irregular spots.
Figure 2. (a) The standard sub-aperture image of WFS. (b) The sub-aperture image of WFS with non-uniform near-field and irregular spots.
Sensors 21 03877 g002
Figure 3. The network structure of the ELM model.
Figure 3. The network structure of the ELM model.
Sensors 21 03877 g003
Figure 4. The predictive accuracy of the ELM model under different numbers of neurons in the hidden layer.
Figure 4. The predictive accuracy of the ELM model under different numbers of neurons in the hidden layer.
Sensors 21 03877 g004
Figure 5. F-factor of 100 kinds of intensity distribution.
Figure 5. F-factor of 100 kinds of intensity distribution.
Sensors 21 03877 g005
Figure 6. (a) Random wavefront phase distribution, (b) the sub-aperture light spot image of WFS, (c) WFS with the Cassegrain structure.
Figure 6. (a) Random wavefront phase distribution, (b) the sub-aperture light spot image of WFS, (c) WFS with the Cassegrain structure.
Sensors 21 03877 g006
Figure 7. The predicted result of the ELM model.
Figure 7. The predicted result of the ELM model.
Sensors 21 03877 g007
Figure 8. (a) The incident wavefront. (b) The restored wavefront by the ELM model. (c) The residual wavefront of the ELM model. (d) The incident wavefront. (e) The restored wavefront by the classical modal algorithm. (f) The residual wavefront of the classical modal algorithm.
Figure 8. (a) The incident wavefront. (b) The restored wavefront by the ELM model. (c) The residual wavefront of the ELM model. (d) The incident wavefront. (e) The restored wavefront by the classical modal algorithm. (f) The residual wavefront of the classical modal algorithm.
Sensors 21 03877 g008
Figure 9. Wavefront restoration Zernike coefficients.
Figure 9. Wavefront restoration Zernike coefficients.
Sensors 21 03877 g009
Figure 10. (a) The RMS value of the residual wavefront. (b) The PV value of the residual wavefront.
Figure 10. (a) The RMS value of the residual wavefront. (b) The PV value of the residual wavefront.
Sensors 21 03877 g010
Figure 11. (a) The RMS power spectrum of the residual wavefront. (b) The PV power spectrum of the residual wavefront.
Figure 11. (a) The RMS power spectrum of the residual wavefront. (b) The PV power spectrum of the residual wavefront.
Sensors 21 03877 g011
Table 1. The key parameters of the simulations.
Table 1. The key parameters of the simulations.
ParametersValue
Wavelength1064 nm
Numbers of micro-lens10 × 10
Focal length of micro-lens21.7 mm
Valid sub-aperture76
Numbers of pixel in each sub-aperture24 × 24 pixels
Pixel size14 μm
Sampling frequency of WFS camera1000 Hz
Table 2. The influence of different activation functions in the hidden layer on the predictive accuracy of the ELM model.
Table 2. The influence of different activation functions in the hidden layer on the predictive accuracy of the ELM model.
Activation FunctionMSE
softplus2.9489 × 10−6
Relu2.6361 × 10−5
sig7.5124 × 10−5
tanh4.3081 × 10−4
sin0.0024
hardlim0.0015
RBF0.0110
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Lin, H.; He, X.; Wang, S.; Yang, P. Wavefront Restoration Technology of Dynamic Non-Uniform Intensity Distribution Based on Extreme Learning Machine. Sensors 2021, 21, 3877. https://doi.org/10.3390/s21113877

AMA Style

Lin H, He X, Wang S, Yang P. Wavefront Restoration Technology of Dynamic Non-Uniform Intensity Distribution Based on Extreme Learning Machine. Sensors. 2021; 21(11):3877. https://doi.org/10.3390/s21113877

Chicago/Turabian Style

Lin, Haiqi, Xing He, Shuai Wang, and Ping Yang. 2021. "Wavefront Restoration Technology of Dynamic Non-Uniform Intensity Distribution Based on Extreme Learning Machine" Sensors 21, no. 11: 3877. https://doi.org/10.3390/s21113877

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