Development of random pulse width modulation technique for voltage source inverter drives
Development of random pulse width modulation technique for voltage source inverter drives
Quoc Dat Luong1,2, Manh Duc Nguyen1,2, Minh Khoi Huynh1,2, Phu Cong Nguyen1,2,3,
Quoc Dung Phan1,2
1
Faculty of Electrical and Electronics Engineering, Ho Chi Minh City University of Technology, Ho Chi Minh City, Vietnam
2
Vietnam National University Ho Chi Minh City (VNU-HCM), Ho Chi Minh City, Vietnam
3
Department of Electrical and Electronics Engineering, Ho Chi Minh City University of Industry and Trade, Ho Chi Minh City, Vietnam
Corresponding Author:
Quoc Dung Phan
Faculty of Electrical and Electronics Engineering, Ho Chi Minh City University of Technology
268 Ly Thuong Kiet Street, District 10, Ho Chi Minh City 700000, Vietnam
Email: [email protected]
1. INTRODUCTION
In contemporary applications, the conventional sinusoidal pulse width modulation (SPWM) control
technique is prevalently utilized for motor control. However, it engenders a degradation in voltage quality after
modulation, attributable to the emergence of substantial harmonic amplitudes in proximity to the switching
frequency. This phenomenon precipitates audible mechanical noise, vibrations, and electromagnetic
interference during the operation of electromechanical systems [1]. A plethora of solutions to mitigate this
issue have been proposed by various researchers in preceding studies. The article [1], [2] presented the random
carrier PWM (RCPWM) method using pseudo-random bit sequence (PRBS). The random reference PWM
(RR-PWM) and random reference and random carrier PWM (RRRC-PWM) method with the randomness
introduced in both generation of modulating signal and selection of carrier signal were mentioned in the [3].
Nayeemuddin et al. [4] discusses the implementation of random modulating-carrier PWM algorithm for
cascaded multilevel inverter fed induction motor drive. The encoding of a random carrier as a gene, the random
carrier sequence corresponding to a chromosome, and the fitness function as the reciprocal of the maximum
amplitude of the harmonic spectrum for RCPWM based on the genetic algorithm described were proposed in
[5]. Others strategies involve the utilization of randomized carrier frequency modulation (RCFM) [6]-[8],
chaotic carrier random pulse width modulation (CCRPWM) [9] and randomized pulse position modulation
(RPPM) as well as the dual RPWM methodology, which amalgamates the RCFM and RPPM schemes, is also
applied in [8]. Besides that, the implementation of the random space vector pulse width modulation
(RSVPWM) technique is frequently employed as an efficacious solution for the generation of a randomness
carrier [10]-[14]. Furthermore, the RPWM algorithm can also be applied in photovoltaic (PV) inverter systems
for domestic utilization [15].
In the present study, a novel approach for the development of RPWM technique employed in single-
phase voltage source inverter (VSI) will be investigated. The configuration of carrier structures in this
technique is characterized by a 16-bit binary sequence. Two different methods for carrier regulation are
proposed in relation to the algorithm mentioned above. Subsequently, the genetic algorithm (GA) is applied to
determine the optimal binary sequence solution, thereby allowing the output voltage signal to attain the
minimum total harmonic distortion (THD). A comprehensive analysis of the harmonic spectrum structure of
the output voltage signal is also conducted through the calculation of the HSF.
Development of random pulse width modulation technique for voltage source … (Quoc Dat Luong)
644 ISSN: 2088-8694
selection, crossover, mutation, replacement, and termination check. each of these individuals is a 16-bit binary
string that characterizes the configuration of carrier structure to regulate the output voltage.
The fitness function is utilized to assess the quality or suitability of individuals within a
population [18]. This assessment is pivotal in determining the reproductive success of each individual, which
is inherently proportional to their fitness. In this research, our fitness function is THD of the output voltage
calculated up to 30 kHz as shown in (1).
∑600
𝑛=2 𝐻𝑛
𝑇𝐻𝐷 = √ (1)
𝐻1
Where, 𝐻𝑛 is the amplitude of the 𝑛𝑡ℎ harmonic voltage. Notably, our methodology allows for a comprehensive
extension of the calculated frequency range to even higher frequencies. This capability enhances the scope
providing a more versatile analytical framework.
In this research, the method of real number encoding [19], [20] is applied to determine the optimal
16-bit sequence that regulates the output voltage with minimal THD. Notably, the real-encoded values of 16-
bit sequences are discrete integers within the range of 0 to 216 -1 = 65535. This characteristic significantly
enhances the efficiency of the GA in identifying the optimal solution, thereby accelerating the overall
computational process.
The linear ranking selection [21]-[23] is also applied in our algorithm to eliminate some individuals
with lower adaptability, leading to a reduction in genetic diversity in the population and, as a result, earlier
convergence of the minimal THD. In the process of optimizing adaptability, individuals are systematically
organized in an ascending sequence. The individual exhibiting the highest performance is conferred with the
rank of N, while the one demonstrating the least performance is assigned the rank of 1. It is noteworthy that
Int J Pow Elec & Dri Syst, Vol. 16, No. 1, March 2025: 642-656
Int J Pow Elec & Dri Syst ISSN: 2088-8694 645
the probability of selection for each individual is directly commensurate with its respective rank [24]. The
selection probability of each individual is directly proportional to its rank as shown in (2).
1 𝑘−1
𝑝𝑘 = [𝜂 + 2(1 − 𝜂) ] (2)
𝑁 𝑁−1
Where, 𝑘 = 1. ̅̅̅̅̅̅
. 𝑁 and 0 < 𝜂 < 1.
In addition, non-uniform mutation is used in GA to randomly alter one or more genes of each
individual to increase structural diversity within the population. The mutation operation guarantees a non-zero
probability of reaching any point in the search space. We defined 𝑠𝑣𝑡 = 〈𝑣1 … 𝑣𝑚 〉 is a chromosome (𝑡 is the
generation number) and the element 𝑣𝑘 was selected for this mutation, the result is a vector 𝑠𝑣𝑡+1 =
〈𝑣1′ … 𝑣𝑘′ … 𝑣𝑚′ 〉,
with 𝑣𝑘′ calculated according to (3).
Where LB and UB are lower and upper domain bounds of the variable 𝑣𝑘 [25]. The function ∆(𝑡, 𝑦) returns a
value in the range [0, 𝑦] such that the probability of ∆(𝑡, 𝑦) being close to 0 increases as 𝑡 increases. The ∆(𝑡, 𝑦)
function is defined by the mathematical expression as shown in (4).
𝑡 𝑏
(1− )
∆(𝑡, 𝑦) = 𝑦 × [1 − 𝑟 𝑇 ] (4)
Where r is a random number in the range [0,1], 𝑇 is the maximal generation number, and 𝑏 is a system
parameter determining the degree of dependency on iteration number [25]. The non-uniform mutation proves
particularly well-suited for real-coded GA owing to its inherent characteristic wherein the influence of the
mutation process diminishes over an extended runtime of the GA [26].
Finally, the blend crossover (BLX-α) technique [27]-[29] is applied as a GA-based method in
exploring the search space by generating offspring’s that are a blend of the parent genes and optimizing
complex multi-modal functions. The gene 𝑐𝑘 of the offspring chromosome is randomly selected within the
closed interval [𝑐𝑘 , 𝑐̅𝑘 ] as represented in (5).
The BLX-𝛼 crossover operation (especially in the case of 𝛼 = 0.5) and linear crossover are most suitable for real-
encoded GA. These operations have the ability to generate offspring outside the domain
[min(𝑎𝑘 , 𝑏𝑘 ) , max(𝑎𝑘 , 𝑏𝑘 )] ensuring no potential solutions overlooked during the search process [29].
After successfully executing GA, the optimal 16-bit sequence of option 1 and option 2 is acquired as
0111 1111 1000 0000 (the equivalent real-coded value is 32640) and 0011 1100 0000 0000 (the equivalent
Development of random pulse width modulation technique for voltage source … (Quoc Dat Luong)
646 ISSN: 2088-8694
real-coded value is 15360) respectively. The results of searching for individual with the optimal THD according
to each generation of GA are shown in Figure 6. With a modulation index of 0.8, the optimal bit sequence for
option 1 is discovered in the 18th generation where the corresponding THD values of the output voltage are
28.8196% (considering the highest harmonic frequency of 30 kHz) and 29.5373% (considering the Nyquist
frequency of 500 kHz). Similarly, for option 2, the optimal bit sequence is discovered in the 17th generation
where the corresponding THD values of the output voltage are 44.66% (considering the highest harmonic
frequency of 30 kHz) and 48.51% (considering the Nyquist frequency of 500 kHz). The rate of convergence is
remarkably swift and by running a maximum of 80 generations on a total of 65536 cases (which constitutes a
mere 0.122% of the search space), we successfully determine the optimal 16-bit sequence. Given this rapid
convergence, we can confidently extend the application of GA in order to find the optimal 32-bit or 64-bit
binary sequence with similarly efficient rate of convergence. We will then proceed to compare the performance
of these optimal 16-bit sequences with 2 specific random 16-bit sequences.
(a)
(b)
Figure 6. The statistical results of the best suited individual within the population in each generation:
(a) the option 1 and (b) the option 2
∑600
𝑛=2(𝐻𝑛 −𝐻0 )
2
𝐻𝑆𝐹 = √ (6)
600
Int J Pow Elec & Dri Syst, Vol. 16, No. 1, March 2025: 642-656
Int J Pow Elec & Dri Syst ISSN: 2088-8694 647
Where, 𝐻0 = ∑600 𝑛=2 𝐻𝑛 /600 and HSF measures the effectiveness of suppressing dominant harmonics.
The harmonic spectrum defined by the optimal sequence has better quality than the harmonic spectrum
defined by the sequence with the arbitrary value as the ripple in the harmonic spectrum evaluated by HSF is
smaller (4.9486<5.2289). The THD value is lower (29.5373%<31.3598%). Thus, the optimal random method
significantly reduces acoustic noise caused by harmonics during operation.
(a)
(b)
(c)
Figure 7. Results obtained of the output voltage delineated by the optimal sequence: (a) the corresponding
output voltage waveform, (b) the reference sinusoidal waveform and the carrier waveform, and
(c) the harmonic spectrum
Development of random pulse width modulation technique for voltage source … (Quoc Dat Luong)
648 ISSN: 2088-8694
(a)
(b)
(c)
Figure 8. Results obtained of the output voltage delineated by the sequence with the equivalent real-coded
value of 65027: (a) the corresponding output voltage waveform, (b) the reference sinusoidal waveform and
the carrier waveform, and (c) the harmonic spectrum
Int J Pow Elec & Dri Syst, Vol. 16, No. 1, March 2025: 642-656
Int J Pow Elec & Dri Syst ISSN: 2088-8694 649
(a)
(b)
(c)
Figure 9. Results obtained of the output voltage delineated by the optimal sequence: (a) the corresponding
output voltage waveform, (b) the reference sinusoidal waveform and the carrier waveform, and (c) the
harmonic spectrum
4.1.3. Discussion
The graph describing the variation of THD and HSF, as influenced by the modulation index (MI), is
shown in Figures 10 and 11. GA-optimized RPWM exhibits lower THD compared to conventional RPWM
and achieves better HSF, indicating improved harmonic suppression. Option 1 surpasses option 2 because there
are no dominant harmonics in the high-frequency region in option 1. The output voltage waveform of option 1
is symmetrical about the horizontal axis and this symmetrical waveform characteristic ensures that zero-order
Development of random pulse width modulation technique for voltage source … (Quoc Dat Luong)
650 ISSN: 2088-8694
harmonics (also known as DC components) are negligible in the harmonic spectrum. Actually, DC components
can saturate in power transformers and it can cause vibration and audible noise in transformers. Thus, in the
hardware experiments intended to validate the efficacy of this research, the RPWM method is exclusively
implemented by using the option 1.
For the reasons above, the algorithm of option 1 can be completely applied to modulate three-phase
voltage for the control of AC motors. Subsequently, a speed control model specifically designed for squirrel-
cage induction motors is also proposed. Specifically, this model utilizes a three-phase VSI, modulated by GA-
optimized RPWM, with the input power for this system sourced from the solar panel system. This is one of the
important applications of this algorithm for self-consumption of PV renewable energy.
(a)
(b)
Figure 10. The variation of (a) THD and (b) HSF, as influenced by the modulation index (MI) in option 1
Int J Pow Elec & Dri Syst, Vol. 16, No. 1, March 2025: 642-656
Int J Pow Elec & Dri Syst ISSN: 2088-8694 651
(a)
(b)
Figure 11. The variation of (a) THD and (b) HSF, as influenced by the modulation index (MI) in option 2
Figure 12. Experimental prototype of the option 1: (1) Oscilloscope; (2) 2× DC regulated power supplies;
(3) R-L loads (4 mH, 52 Ω); (4) LAUNCHXL-F28379D; (5) 2× EVAL-1EDI60I12AF modules
Development of random pulse width modulation technique for voltage source … (Quoc Dat Luong)
652 ISSN: 2088-8694
A laptop is used for embedded programming with the GA-optimized RPWM algorithm on Code
Composer Studio (CCS) to load into the LAUNCHXL-F28379D kit with a sampling time of 4e-5 seconds.
Each of two EVAL-1EDI60I12AF modules constitutes a IGBT half-bridge integrated gate driver circuit and
by combining these modules, a H-bridge VSI configuration is established. The QJ-3005S III three-way output
DC provides a 15 VDC voltage to generate the gate drive voltage for the IGBTs of the 1EDI60I12AF modules
and supplies a 20 VDC voltage for modulating the output voltage via the V+HV and GND_HV pins. The
output voltage of the two 1EDI60I12AF modules is supplied to the R-L load via two HB_OUT ports. In
addition, the SIGLENT SDS2104X plus 4 channel digital super phosphor oscilloscope is employed for the
purpose of observing and analyzing the output voltage signal.
The experimental results analyzed by oscilloscope for the harmonic quality of the output voltage on
the load (according to method 1) of the optimal sequence and the sequence with the equivalent real-coded value
of 65027 are respectively shown in Figures 13 and 14. Figure 15 (see Appendices) shows the simulation results
of Harmonic spectrums in logarithmic scale on PLECS to compare with the experimental results obtained on
the previously mentioned hardware. Thus, the harmonic spectrum obtained from the experimental results
closely matches the simulation results on PLECS software. This demonstrates the effectiveness in harmonic
quality with low acoustic noise of the output voltage of the proposed GA-optimized RPWM method.
(a) (b)
Figure 13. The output voltage waveform corresponds to the (a) optimal sequence and (b) harmonic spectrum
(a) (b)
Figure 14. The output voltage waveform with a modulation index of 0.8 corresponds to the sequence with
(a) the equivalent real-coded value of 65027 and (b) harmonic spectrum in logarithmic scale
5. CONCLUSION
In this research, the development methodology for selecting carrier structures using the RPWM
technique is proposed. Specifically, a 16-bit binary sequence is employed, and GA are applied to determine the
optimal modulation solution. Our approach has been empirically validated and demonstrated to be both effective
and feasible. GA-optimized RPWM demonstrates a reduction in THD compared to conventional RPWM.
Additionally, GA-optimized RPWM achieves better HSF, leading to effective mitigation of acoustic noise during
the operation of systems. Among the two options considered, option 1 emerges as superior due to its absence of
dominant harmonics in the high-frequency region. Furthermore, the output voltage waveform of the option 1
demonstrates horizontal axis symmetry, ensuring that the 0th order harmonic is negligible in the harmonic
spectrum. Based on the experimental results, GA-optimized RPWM is very suitable to be applied to future
renewable energy models, especially the model of self-consumption of PV renewable energy for domestic use.
Int J Pow Elec & Dri Syst, Vol. 16, No. 1, March 2025: 642-656
Int J Pow Elec & Dri Syst ISSN: 2088-8694 653
APPENDICES
Figure 1. The reference sinusoidal waveform and the carrier waveform delineated by the binary sequence
1111 1110 0000 0011 in the option 1
Figure 2. The reference sinusoidal waveform and the carrier waveform delineated by the binary sequence
0111 1111 1000 0000 in the option 2
Development of random pulse width modulation technique for voltage source … (Quoc Dat Luong)
654 ISSN: 2088-8694
Figure 3. The reference sinusoidal waveform and the carrier waveform delineated by the binary sequence
1111 1110 1000 0001 in the proposal idea
(a)
(b)
Int J Pow Elec & Dri Syst, Vol. 16, No. 1, March 2025: 642-656
Int J Pow Elec & Dri Syst ISSN: 2088-8694 655
ACKNOWLEDGEMENTS
We acknowledge the support of time and facilities from Ho Chi Minh City University of Technology
(HCMUT), VNU-HCM for this study.
REFERENCES
[1] C. Soumya and T. Jarin, “A novel random carrier frequency modulation technique for drive applications,” Asian Journal of Applied
Science and Technology (AJAST) (Open Access Quarterly International Journal, vol. 1, no. 9, pp. 526–533, 2017.
[2] R. Jadeja, A. D. Ved, S. K. Chauhan, and T. Trivedi, “A random carrier frequency PWM technique with a narrowband for a grid-
connected solar inverter,” Electrical Engineering, vol. 102, no. 3, pp. 1755–1767, Sep. 2020, doi: 10.1007/s00202-020-00989-6.
[3] S. N. Lavanya, T. B. Reddy, and M. V. Kumar, “Performance of random PWM techniques for induction motor drive,” International
Journal of Engineering and Advanced Technology, vol. 8, no. 2, pp. 133–139, 2019.
[4] M. Nayeemuddin, T. B. Reddy, and M. V. Kumar, “Level Shifted Discontinuous PWM algorithms to minimize common mode
voltage for cascaded multilevel inverter fed induction motor drive,” International Journal of Power Electronics and Drive Systems
(IJPEDS), vol. 9, no. 2, p. 504, Jun. 2018, doi: 10.11591/ijpeds.v9.i2.pp504-518.
[5] J. Xu, Z.-L. Nie, and J.-J. Zhu, “An optimal random carrier pulse width modulation technique based on a genetic algorithm,” Journal
of Power Electronics, vol. 17, no. 2, pp. 380–388, Mar. 2017, doi: 10.6113/JPE.2017.17.2.380.
[6] J. M. S and K. T. S, “A review on harmonic reduction with random PWM technique for multilevel inverters,” Global Journal of
Engineering Science and Researches, no. 3, pp. 57–63, 2017.
[7] H. Attia, H. S. Che, T. K. S. Freddy, and A. Elkhateb, “Bipolar and unipolar schemes for confined band variable switching frequency
PWM based inverter,” International Journal of Electrical and Computer Engineering (IJECE), vol. 11, no. 5, p. 3763, Oct. 2021,
doi: 10.11591/ijece.v11i5.pp3763-3771.
[8] K. T. S, B. A, and K. N. Pavithran, “A comparative exploration on random PWM schemes to spread harmonics for multilevel power
converters using cascaded H-bridge configuration,” International Journal of Applied Engineering Research, vol. 13, pp. 15696–
15700, 2018.
[9] P. A. Kumar and N. P. Subramaniam, “Chaotic triangular carrier based non-deterministic SPWM Strategy for voltage source inverter
drives,” Indian Journal of Science and Technology, vol. 8, no. 9, p. 842, May 2015, doi: 10.17485/ijst/2015/v8i9/60075.
[10] P. Madasamy et al., “Hybrid multicarrier random space vector PWM for the mitigation of acoustic noise,” Electronics (Basel), vol.
10, no. 12, p. 1483, Jun. 2021, doi: 10.3390/electronics10121483.
[11] D. S. George and G. Shiny, “Random pulse width modulation technique for a 4-level inverter,” International Journal of Advanced
Research in Engineering and Technology (IJARET), vol. 6, no. 4, 2015.
[12] G. Chen, K. Li, D. Guo, J. Kang, and C. Ren, “Study on harmonic suppressing performance of random space vector PWM in electric
vehicle,” International Journal of Mechatronics and Applied Mechanics, vol. 2023, no. 13, pp. 167–173, 2023, doi:
10.17683/ijomam/issue13.20.
[13] G. Chen, Z. Wu, Y. Zhu, and J. Zhao, “Simulation and analysis of random switching frequency space vector pulse width
modulation,” Information Technology Journal, vol. 12, no. 10, pp. 2009–2015, May 2013, doi: 10.3923/itj.2013.2009.2015.
[14] M. A. Hannan, J. A. Ali, A. Mohamed, and M. N. Uddin, “A random forest regression based space vector PWM inverter controller
for the induction motor drive,” IEEE Transactions on Industrial Electronics, vol. 64, no. 4, pp. 2689–2699, Apr. 2017, doi:
10.1109/TIE.2016.2631121.
[15] R. G. Kishore and D. T. Udhayakumar, “A random PWM with constant common-mode voltage for PV inverter,” IJSTE -
International Journal of Science Technology & Engineering, vol. 2, no. 10, 2016.
[16] S. Katoch, S. S. Chauhan, and V. Kumar, “A review on genetic algorithm: past, present, and future,” Multimed Tools Appl, vol. 80,
no. 5, pp. 8091–8126, Feb. 2021, doi: 10.1007/s11042-020-10139-6.
[17] I. Bukhori, J. Felix, and S. Ali, “Using genetic algorithm to solve puzzle games: A review,” Journal of Computer Networks,
Architecture and High Performance Computing, vol. 6, no. 1, pp. 201–211, Jan. 2024, doi: 10.47709/cnahpc.v6i1.3348.
[18] J. Li, C. Shang, and M. Zou, “Parameter optimization of linear quadratic controller based on genetic algorithm,” Tsinghua Science
& Technology, vol. 12, no. S1, pp. 208–211, Jul. 2007, doi: 10.1016/S1007-0214(07)70111-6.
[19] J. Bean, “Genetic algorithms and random keys for sequencing and optimization,” ORSA Journal on Computing, vol. 6, no. 2, pp.
154–160, May 1994, doi: 10.1287/ijoc.6.2.154.
[20] X. Xiao-Jie and C. Rui-Min, “Bee evolution genetic algorithm based on real calculations,” in 2012 International Conference on
Industrial Control and Electronics Engineering, IEEE, Aug. 2012, pp. 1938–1940, doi: 10.1109/ICICEE.2012.515.
[21] B. Alhijawi and A. Awajan, “Genetic algorithms: Theory, genetic operators, solutions, and applications,” Evolutionary Intelligence,
vol. 17, no. 3, pp. 1245–1256, Jun. 2024, doi: 10.1007/s12065-023-00822-6.
[22] J. E. Baker, “Adaptive selection methods for genetic algorithms,” in Proceedings of the 1st International Conference on Genetic
Algorithms, 1985, pp. 101–111.
[23] B. Burlacu, K. Yang, and M. Affenzeller, “Population diversity and inheritance in genetic programming for symbolic regression,”
Nat Comput, vol. 23, no. 3, pp. 531–566, Sep. 2024, doi: 10.1007/s11047-022-09934-x.
[24] M. Bogdanović, “On some basic concepts of genetic algorithms as a meta-heuristic method for solving of optimization problems,”
Journal of Software Engineering and Applications, vol. 04, no. 08, pp. 482–486, 2011, doi: 10.4236/jsea.2011.48055.
[25] J. Nocedal and S. J. Wright, Numerical optimization. in Springer Series in Operations Research and Financial Engineering, Springer
New York, 2006. doi: 10.1201/b19115-11.
[26] D. Yashesh, K. Deb, and S. Bandaru, “Non-uniform mapping in real-coded genetic algorithms,” in 2014 IEEE Congress on
Evolutionary Computation (CEC), IEEE, Jul. 2014, pp. 2237–2244, doi: 10.1109/CEC.2014.6900621.
[27] U. A.J. and S. P.D., “Crossover operators in genetic algorithms: A review,” ICTACT Journal on Soft Computing, vol. 06, no. 01,
pp. 1083–1092, Oct. 2015, doi: 10.21917/ijsc.2015.0150.
[28] F. Rabee and Z. M. Hussain, “Oriented crossover in genetic algorithms for computer networks optimization,” Information, vol. 14,
no. 5, p. 276, May 2023, doi: 10.3390/info14050276.
[29] F. Herrera, M. Lozano, E. Pérez, A. M. Sánchez, and P. Villar, “Multiple crossover per couple with selection of the two best
offspring: An experimental study with the BLX-α crossover operator for real-coded genetic algorithms,” 2002, pp. 392–401, doi:
10.1007/3-540-36131-6_40.
Development of random pulse width modulation technique for voltage source … (Quoc Dat Luong)
656 ISSN: 2088-8694
BIOGRAPHIES OF AUTHORS
Minh Khoi Huynh is a drone engineer in the Drone Control Department at MiSmart
JSC, Vietnam. He received the B.Eng. degree in Control Engineering and Automation from Ho
Chi Minh City University of Technology – VNUHCM in 2024. He has been working as a drone
engineer since 05/2022 (at the Drone Control Department of MiSmart JSC, Vietnam, until
01/2024). His research interests include the field of robotics, digital design, sensor fusion, control
theory, embedded systems, and unmanned vehicles. He can be contacted at email:
[email protected].
Phu Cong Nguyen was born in Ho Chi Minh City, Vietnam, on March 28, 1983.
He is currently working at the Department of Electrical and Electronics Engineering, Ho Chi
Minh City University of Industry and Trade (HUIT). He is currently studying towards the Ph.D.
degree at the Faculty of Electrical and Electronics Engineering, Ho Chi Minh City University of
Technology (HCMUT), Vietnam National University Ho Chi Minh City. His research interests
include power electronics and automatic controls. His current research interests include
multilevel and multiphase decentralized power converters. He can be contacted at email:
[email protected].
Quoc Dung Phan was born in Saigon (now Ho Chi Minh City), Vietnam, in 1967.
He received his Dipl.-Eng. degree in electromechanical engineering from Donetsk Polytechnic
Institute, Donetsk City, USSR (now Ukraine), in 1991. He received his Ph.D. degree in
engineering sciences from Kyiv Polytechnic Institute, Kyiv City, Ukraine, in 1995. Currently,
he is an associate professor in the Faculty of Electrical and Electronics Engineering at Ho Chi
Minh City University of Technology (HCMUT), Vietnam National University - Ho Chi Minh
City (VNU-HCM), Vietnam. His research interests include power electronics (especially
multilevel and multiphase converter topology and control), control of electric machines, wind
and solar power systems, artificial intelligence, and smart grid. He can be contacted at email:
[email protected].
Int J Pow Elec & Dri Syst, Vol. 16, No. 1, March 2025: 642-656