1. Introduction
Small electronic devices have an enormous application in modern society, such as IoT occasions. Their energy transfer essential character is wireless. Wireless power transfer (WPT) provides the convenient and essential energy transfer method of the IoT devices, and the most common form is electromagnetic (EM) induction [
1]. Now, a brand-new laser charging (LC) method is presented that avoids the complex antenna adjusting and offers more long distance, easy settling, and more power transferring. LC presents a solar cell panel that is irradiated by the laser beam to harvest the photovoltaic power. Its diagram is shown as below [
2]:
The outside continuous laser device emits the laser beam which is located on the 2-DOF platform. When the solar cells are irradiated by the laser, the photovoltaic power generates in the panel cells. The IoT application area classifies the energy management into two main models: 1. efficient solutions, and 2. harvesting operations [
3]. Most reported dedicated methods of IoT energy systems are RF sources; nevertheless, LC is more suitable for a long-distance energy transfer and it high-energy density. In summary, LC provides an autonomous, long-distance, wireless, and constant power supply to the IoT nodes in smart city scenarios [
4]. As the new method in WPT, few studies have discussed this. In summary, the theory of the LC and basic experiment devices was built [
5,
6]. The LaserMotive company made a UAV power charged by laser beam in a NASA report [
7], while the limitation of LC implementation is the efficiency of the energy transform. Furthermore, how much laser power is needed to feed the application demand in advance? The answer is given in this paper, through construction of the Efficiency Prediction Model based on those experiment datasets.
2. Band Gap and Material of the Solar Cell
The main disadvantage of LC is the low efficiency of the energy transferring. Taking the new multiple-junction terrestrial cell used in this issue, named
, as a sample, its efficiency is about 37.9 ± 1.2% (under the global AM1.5 spectrum 1000 W/
at 25 °C) [
8,
9]. From the literature [
10] we obtain the ideal efficiency decided by the band gap under the fixed irradiated spectrum, which is called theoretical limit of efficiency.
The is the band gap, and the integral items represent the energy of the spectral photon flux. It seems that the maximum conversion efficiency is raised by the band gap. However, the bigger band gap would cause difficulty of the electronic transition and a corresponding efficiency reduction. For any spectrum, there is an optimum band gap to achieve the highest efficiency.
Considering the laser irradiation circumstance, its spectrum is much narrower than the solar, so the LC’s efficiency presents a better performance.
When the temperature is at 300 K, the ratio of element with the band gap of the solid solution varies, as per Formula (2):
The
x is the ratio of the element
In. Then
x = 0.3, the band gap energy of
is 1.01 eV, which is the optimal band gap for photoelectric conversion with a wavelength around 1000 nm, such as 1070 nm. The atmospheric window is near 1000 nm while the corresponding bandgap is about 1.0 eV, and the latter is smaller than that in the solar irradiation, according to the previous experiments’ data which are provided by the supplier: Shanghai Institute of Space Power-Sources [
11]. Compared with the other materials,
presents better conversion efficiency near the 1070 nm band [
12,
13] and the consequent conversion efficiency is about 35% under the lab testing environment.
3. Efficiency Variation under the Laser Intensity and Temperature
In the LC process, temperature, affecting the efficiency significantly, has high correlation with the laser intensity. As the laser energy increases, the temperature of the solar panel also increases, while the photovoltaic conversion efficiency linearly decreases sharply. Those potential relationships could be used to forecast the efficiency of the LC influenced by the intensity of the laser intensity and the corresponding temperature.
Through the experiment of
Figure 1, we obtained a series of data concerned with laser density, temperature, and the efficiency during the PV process. The previous research mentioned that a strong correlation exists among laser density, temperature, and efficiency. Meanwhile, those correlations might be complicated and hard to draw theoretical conclusion from. Those correlations could be seen in
Figure 2 and
Figure 3.
4. ANN (Artificial Neural Network) and Multi-Layer Perceptron (MLP)
4.1. ANN Components
Then, those experimental data could be built into models based on empirical nature. The idea of the solution method is the utilization of an artificial neural network (ANN). The main target of an ANN is to mimic information processing and knowledge acquisition in the human brain by developing mathematical algorithms. The ANN is the most magnificent active advance and has been prominent among researchers since 1980. ANNs have been used in an assortment of utilization, including displaying, classification, design acknowledgment, and multivariate information examination. ANN is widely used to predict the PV power generation efficiency in most research because of nonlinearity in meteorological data. ANN is a more appropriately contrasted and factual technique when a non-straight and complicated issue exists between the information with next to no earlier presumption [
14].
In
Figure 4,
illustrate the various signals of intensity, and
mean synaptic strength. Their sum of products, called
ξ, compares the value of
ξ with the threshold (also called bias, b) and could determine the output (
y) of the neuron.
Then, at that point, an activation function is applied to that result to diminish the plentifulness scope of the result signal
y into a limited worth; various kinds of initiation capacities are available. Commonly, we use sigmoid function as:
4.2. Back Propagation (BP) Algorithm
The single-layer perceptron could be trained under the setting rules which were designed first. The
w and the threshold were modified to decide the error between the output
y and the real one with the sample data. Nevertheless, single-layer perceptron just has one layer of functional neurons, which limits its learning ability. In order to meet the nonlinearly complicated problems, additional layer(s) of neurons placed between the input layer (containing input nodes) and the output neuron are needed, resulting in the multi-layer perceptron (MLP) architecture that includes input, output, and some hidden layers, as shown in
Figure 5.
Each layer’s neurons are fully connected with the next layer’s neurons, without connection between the same layer or cross layer in the common MLP architecture. This is the multi-layer feedforward neural network, which can be well trained by adjusting the connection weight and the threshold b to make its learning function complete. This kind of training does not just utilize simple studying rules; it uses strong and powerful algorithms which use back propagation (BP) algorithms. BP performs better due to its prominence, adaptability, and flexibility in displaying a wide range of issues in numerous application regions.
BP searches an error surface (which serves as a function of ANN weights) using gradient descent based on the point(s) with the minimum error. The algorithm data flow is shown in
Figure 6. Each BP iteration constitutes two scans: a forward activation that produces a solution and a backward propagation of the computational error that corrects the weights [
15].
Forward processing:
y is the expected result.
Back propagation:
Based on the gradient descent strategy, the weights were changed by the negative direction of the output goals.
where
Updating the parameter,
η is learning rate.
4.3. Learning Rate and Genetic Algorithm (GA)
The value of η is quite important to the truth-weight during the upper functional calculation: if the rate is too small then it affects the rate of convergence; η too high might ignore the extreme points and cause the algorithm to oscillate. It is the key element in the BP algorithm to determine the convergence rate and the accuracy of the weight value.
Due the importance of the study value, then we still have few ways to work it out approximately, but not exactly. Some research suggests that
would be satisfied. Under such condition, the optimal learning rate will belong to the acceptable interval [
16]. Some programming manuals just roughly set the
η to 0.001 or 0.01, called experimental validation. Here, we introduce a new genetic algorithm (GA) method to solve the constrained and unconstrained problems for optimization based on a natural selection process that simulates the biological evolution. In short, GA calculation is a more precise interval of the learning rate than other ways.
The proposed GA proceeds as the following steps. First, generate a BP parameter vector
x (which contains
η learning rate) with standard initial values which are common in literates (
). Then, create a mutated edition of
x called
y within the evolutionary circuit through Gaussian mutation while keeping the same σ for all elements. Afterwards, train A
x with BP parameters specified in
x for a total of
ρ era and repeat the same for A
y with
y. Corresponding convergence errors are obtained after the networks are both trained, which are called
E(
x) and
E(
y), respectively. These error values will be used to examine which ANN and parameter vector will survive for subsequent generation [
17]. The GA processing would be terminated as the
E(
y) below the goal error or number of generations is reached and the best corresponding learning rate was obtained. We make this GA program run several times under the same conditions, so a series of learning rates are available. Now, the new interval should be updated based on those GA running results by one statistical prediction method. This kind of estimation method is called maximum likelihood estimation (MLE).
4.4. Maximum Likelihood Estimation (MLE)
Maximum likelihood estimation (MLE) is a technology to estimate parameters for a given distribution through the observed data. For example, if the known population follows a normal distribution but the mean and variance are not certain, MLE can be used to estimate the two parameters within the limited sample of the population by means of finding the particular values of the mean and variance, then the most likely results can be observed. The target of MLE is to identify the population that most probably generates the sample [
18,
19]. In this paper, those learning rates present a number of statistical standpoints, and the data vector
is the sample from an unknown population.
5. Experiments and Results
Figure 1 shows the experimental diagram, which exhibits the correlation between the different laser density, temperature, and the calculated efficiency during the PV process of the WPT. In this paper, we obtained 280 datasets under the series of laser density shown in
Table 1.
We used the BP algorithm in Matlab to generate the forecasted data without considering parameter optimization and especially taking the learning rate at 0.01 and 0.1; the results are shown in
Figure 7 and
Figure 8. Here, an unexpected discovery was found, that the 0.1 value is more accurate than the 0.01 value. It was speculated that the value 0.01 is too small in gradient descent, thus the algorithm calculation limit was met before it reached the best value. That is the reason for the opposite BP result in our opinion.
The next step is optimizing the learning rate by GA, and the corresponding elements were set as shown in
Table 2.
The GA optimization results are shown in
Figure 9, and a new interval could be drawn from the diagram, approximately between 0.4 and 0.6, compared with the old interval. The new learning rates were applied into the algorithm while the new result was updated as below in
Figure 10 and
Figure 11.
Comparing the above four results, we can make it clear that optimizing the learning rate increases good results of the data. While considering the measuring error and the random error, we introduce some random choice between BP datasets. After several times running the test, we obtained the best predicted value at minimum error. The BP algorithm with learning rate optimization results is showed in
Figure 12 and
Figure 13.
6. Discussion and Conclusions
This paper provided an accurate prediction method of the LC efficiency based on laser intensity and the temperature in the WPT system, which relied on ANN framework simulating human brain function. Laser intensity and the temperature were set as two input nodes, and LC efficiency as the output. The parameters were connected through hidden nodes and weights, and BP algorithm was used to modify the weights of the ANN. Then, after the whole network was trained well, the results were also better modulated. In order to optimize the key parameters in BP, this paper selected the learning rate as a sample for GA to memorize. Slightly superior results were achieved with GA application. Overall, our method obtained believable results through the experiment datasets. The maximum correlation coefficient reached 0.99388. Extensive experiments carried out show that this method improves the LC application and provides a fresh method for energy supply of WPT to IoT devices.
Author Contributions
Conceptualization, C.W.; methodology, H.T.; software, C.W.; validation, I.A.; investigation, G.L.; resources, H.Z.; data curation, C.W.; writing—original draft preparation, C.W.; writing—review and editing, G.L.; visualization, G.L.; supervision, J.L.; project administration, J.L.; funding acquisition, J.L. All authors have read and agreed to the published version of the manuscript.
Funding
We sincerely acknowledge the financial support from the National Defense Basic Scientific Research Program of China (No. JCKY2016606C002), the Shanghai Aerospace Science and Technology Innovation Fund (No. SAST20161113), and the National Natural Science Foundation of China (No. 11774176).
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
Not applicable.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Sun, K.; Fan, R.; Zhang, X.; Zhang, Z.; Shi, Z.; Wang, N.; Xie, P.; Wang, Z.; Fan, G.; Liu, H.; et al. An overview of metamaterials and their achievements in wireless power transfer. J. Mater. Chem. C 2018, 6, 2925–2943. [Google Scholar] [CrossRef]
- Wang, C.; Li, G.; Zhang, H.; Lu, J. The enhancement of the InGaAs solar cells by the thermoelectric generation technology under the continuous laser exposure. In Proceedings of the 5th International Symposium on Laser Interaction with Matter, LIMIS 2018, Changsha, China, 11–13 November 2018; pp. 110460C-1–110460C-9. [Google Scholar]
- Ejaz, W.; Naeem, M.; Shahid, A.; Anpalagan, A.; Jo, M. Efficient Energy Management for the Internet of Things in Smart Cities. IEEE Commun. Mag. 2017, 55, 84–91. [Google Scholar] [CrossRef] [Green Version]
- Nguyen, A.; Santos, P.M.; Rosa, M.; Aguiar, A. Study on Solar-powered IoT Node Autonomy. In Proceedings of the 2018 IEEE International Smart Cities Conference (ISC2), Kansas City, MO, USA, 16–19 September 2018; pp. 1–2. [Google Scholar]
- Mukherjee, J.; Jarvis, S.; Perren, M.; Sweeney, S.J. Efficiency limits of laser power converters for optical power transfer applications. J. Phys. D-Appl. Phys. 2013, 46, 264006. [Google Scholar] [CrossRef]
- Yugami, H.; Kanamori, Y.; Arashi, H.; Niino, M.; Moro, A.; Eguchi, K.; Okada, Y.; Endo, A. Field experiment of laser energy transmission and laser to electric conversion. In Proceedings of the 1997 32nd Intersociety Energy Conversion Engineering Conference, Honolulu, HI, USA, 27 July–1 August 1997; Part 1. pp. 625–630. [Google Scholar]
- After the Challenge: Laser Motive. Available online: https://www.nasa.gov/directorates/spacetech/centennial_challenges/after_challenge/lasermotive.html (accessed on 15 March 2022).
- Green, M.A.; Dunlop, E.D.; Hohl-Ebinger, J.; Yoshita, M.; Kopidakis, N.; Hao, X. Solar cell efficiency tables (version 58). Prog. Photovolt. Res. Appl. 2021, 29, 657–667. [Google Scholar] [CrossRef]
- Green, M.A.; Dunlop, E.D.; Hohl-Ebinger, J.; Yoshita, M.; Kopidakis, N.; Hao, X. Solar cell efficiency tables (version 59). Prog. Photovolt. Res. Appl. 2022, 30, 3–12. [Google Scholar] [CrossRef]
- Nelson, J. The Physics of Solar Cells; Imperial College Press: London, UK, 2003. [Google Scholar]
- Power-Sources, Shanghai Institute of Space Power-Sources. Physics Power Technology; Science Press: Beijing, China, 2015. [Google Scholar]
- Kalyuzhnyy, N.A.; Emelyanov, V.M.; Evstropov, V.V.; Mintairov, S.A.; Mintairov, M.A.; Nahimovich, M.V.; Salii, R.A.; Shvarts, M.Z. Optimization of photoelectric parameters of InGaAs metamorphic laser (lambda=1064 nm) power converters with over 50% efficiency. Sol. Energy Mater. Sol. Cells 2020, 217, 110710. [Google Scholar] [CrossRef]
- Wang, C.; Li, G.; Ali, I.; Zhang, H.; Tian, H.; Lu, J. The Management of Energy Transformation through Laser Charging in WPT for 5G Application: Prediction Model of the In0.3Ga0.7As Solar Cell. Wirel. Commun. Mob. Comput. 2022, 2022, 5991154. [Google Scholar] [CrossRef]
- Das, U.K.; Tey, K.S.; Seyedmahmoudian, M.; Mekhilef, S.; Idris, M.Y.I.; Van Deventer, W.; Horan, B.; Stojcevski, A. Forecasting of photovoltaic power generation and model optimization: A review. Renew. Sustain. Energy Rev. 2018, 81, 912–928. [Google Scholar] [CrossRef]
- Basheer, I.A.; Hajmeer, M. Artificial neural networks: Fundamentals, computing, design, and application. J. Microbiol. Methods 2000, 43, 3–31. [Google Scholar] [CrossRef]
- Yu, X.H.; Chen, G.A.; Cheng, S.X. Dynamic learning rate optimization of the backpropagation algorithm. IEEE Trans. Neural Netw. 1995, 6, 669–677. [Google Scholar] [CrossRef] [PubMed]
- Parra, J.; Trujillo, L.; Melin, P. Hybrid back-propagation training with evolutionary strategies. Soft Comput. 2014, 18, 1603–1614. [Google Scholar] [CrossRef]
- Contributed, Brilliant.org. Maximum Likelihood Estimation (MLE). Available online: https://brilliant.org/ (accessed on 25 March 2022).
- Myung, I.J. Tutorial on maximum likelihood estimation. J. Math. Psychol. 2003, 47, 90–100. [Google Scholar] [CrossRef]
| Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2022 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/).