Next Article in Journal
Accurate Determination of Conversion Gains of SVOM VT CCDs Based on a Signal-Dependent Charge-Sharing Mechanism
Previous Article in Journal
Pointless Pose: Part Affinity Field-Based 3D Pose Estimation without Detecting Keypoints
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Hybrid Constant On-Time Mode for Buck Circuits

1
Department of Mechanics, Tianjin University, Tianjin 300072, China
2
Key Laboratory of Nonlinear Dynamics and Control, Tianjin University, Tianjin 300072, China
3
School of Marine Science and Technology, Tianjin University, Tianjin 300072, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Electronics 2021, 10(8), 930; https://doi.org/10.3390/electronics10080930
Submission received: 16 March 2021 / Revised: 9 April 2021 / Accepted: 12 April 2021 / Published: 14 April 2021
(This article belongs to the Section Systems & Control Engineering)

Abstract

:
To achieve a designed and fixed operating frequency for a controller with high dynamic performance and a high load capacity, a hybrid constant on-time (COT) voltage mode for a Buck circuit is proposed and discussed in this paper. The proposed hybrid strategy is a combination of the classical COT method, a dynamic reference voltage technology and a proportional–differential (PD) module. The workflow is demonstrated in brief, simulations of a Buck circuit with the proposed hybrid COT mode are conducted and comparisons with developed pulse-width modulation (PWM) technology and the hysteresis mode are made. The results show that, with the help of the proposed control scheme, impressive performance from the Buck circuit can be expected. The operating frequency can be fixed well by the hybrid technology without losses of performance and robustness in steady state and will not jump much even with the sudden change of the inputs and the load. The proposed control strategy contributes to the foundation of circuit design and optimization.

1. Introduction

With the developments of different kinds of control techniques, Buck circuits can be used widely to help converters to achieve impressive performance. As a research hot spot, many scholars have proposed a number of control techniques [1,2,3,4,5,6] to develop the performance of Buck circuits. However, most of the mainstream control methods are linear control methods and digital control methods, both of which are based on pulse-width modulation (PWM) technology. These research results show that PWM-based controllers bring signals from PWM drivers with a fixed frequency into feedback signals, which do not reflect the dynamic situations of systems. As a result, it is difficult to separate the signals without digital control design, and so the cost is high. Even if a digital control design were embedded, the dynamic performance of the PWM-based controller would be limited.
In the authors’ previous work [7], an improved hybrid hysteresis voltage mode for Buck circuits was proposed. When controlling a synchronous rectifier Buck circuit, a hysteresis voltage mode improved by hysteresis voltage schemes can provide a lower voltage drop ratio in the case of proper LC (inductance and capacitance) parameter design, a high dynamic response speed with a high frequency and low ripple rate of steady-state output and large load current change, as well as an acceptable range of steady-state operating frequency change. The hysteresis voltage mode can greatly improve the single-phase current output capacity and effect of the Buck circuit, which is conducive to improve the power supply performance when the dynamic capacity of the single-phase power supply is greatly required, such as in the case of a high-level operation equipment power supply, class-D power amplifier, precision experimental instrument and precision inverter welding machine. The results from [7] showed that the accuracy and robustness of the system were much better than PWM-based control modes. When the load current changed greatly, the controller began to adjust the power semiconductors immediately based on the feedback voltage. The output voltage was also barely sensitive to the changes of the load and the input voltage. However, when we tried to adjust the system parameters, a small error in the parameters due to factors such as manufacturing deviation or thermal influence would make the steady state frequency change suddenly and greatly. Furthermore, when the current was high, the inductor spread unnecessary electromagnetic waves, which was a kind of pollution.
Thus, it can be concluded that the steady-state frequency of the hysteresis voltage mode is determined by the control parameter ratio, equivalent serial resistance (ESR) of the capacitance and the half hysteresis width. A high ratio and low resistance lead to a small width and high frequency, which is unreasonable. To simplify the design process, a control mode with only one logical judgment point (a singularity point for a control dynamical system) should be adopted; in contrast, the hybrid hysteresis voltage proposed in [7] has two points of this kind. The constant on-time (COT) voltage mode is confirmed to be such a kind of controlling mode, which is designed for light-load applications to achieve high efficiency and a fast transient response. The basic COT voltage workflow is demonstrated by Algorithm 1. In Algorithm 1, U_transistor represents the status of the upper transistor and L_transistor represents the status of the lower transistor. The number 1 means on, and 0 means off. The system is initialized at the beginning of the process and then starts to work. By comparing the feedback voltage with the reference voltage, the status of the transistors switches. Thus, it is a nonlinear control method. The block diagram of Algorithm 1 is presented in Figure 1. In the diagram, the Delay module is implemented after the compensator, with t_on being a fixed value and t_off being a minimal value.
Algorithm 1 COT voltage mode.
 1: U_transistor = 0;
 2: L_transistor = 1;
 3: while 1 {
 4:  If V_FB < V_ref
 5:  { U_transistor = 1;
 6:   L_transistor = 0;
 7:   delay(t_on);
 8:  //Delay for a period of time//
 9:  //which lasts t_on.     //
10:    U_transistor = 0;
11:    L_transistor = 1;
12:    delay(t_off);
13:  //Delay for a period of time//
14:  //which lasts t_off.      //
15:   }
16:  }
Many technologies [8,9,10,11,12,13,14,15] have been proposed to improve the performance of COT under light loads, including various trajectory control technologies [8,13], time-optimized technology [9], various adaptive technologies [10,11,12] and current-mode control technologies [14,15]. In more detail, to follow the natural state trajectory of the system, Li et al. [8] proposed a state-trajectory-based control with a single-cycle transient response. To remove the need for a large ESR, Yang et al. [13] proposed the pseudowave tracking (PWT) technique to reduce the load-dependent DC offset voltage. Li et al. [9] studied a constant on-time Buck converter with analog time-optimized on-time control (OTC) to achieve a fast load-current step-up transient response for high slew-rate loads. Including a transient-enhanced technique for fast dynamic voltage scaling (DVS) and load-transient response, an adaptive constant on time (ACOT) control was proposed by Ting et al. [10]. Zhao et al. [11] introduced a ripple-based adaptive on-time controlled Buck converter with pseudo triangular ramp compensation. Bari et al. [12] solved the issue of the slow transient response caused by the fixed T_on operation that plagued the control of the constant on-time current mode (COTCM) by a new fast adaptive on-time control method. Zhen et al. [14] improved the transient response and voltage scaling speed by using current mode variable on-time (CM-VOT) control. Zhang et al. investigated the sub-harmonic instability of Constant On-time Current-mode Controlled (COT-CMC) Buck converters with a proportional–integral (PI) compensator by using accurate reduced-order asynchronous-switching mapping and constant on-time current-mode control. However, the COT voltage mode is unstable in continuous conduction mode (CCM). In order to make its dynamic performance appropriate for heavy-load applications and its semi-fixed-frequency characteristic suitable for a CCM Buck circuit with a large current, a novel technology should be introduced to the COT voltage mode.
This paper is organized as follows. In the first section, the motivation of this work and an introduction are presented. The modeling process is described in Section 2. The proposal and the controlling process of the hybrid COT voltage mode design are detailed in Section 3. To verify the fixed frequency, an observation is shown in Section 4. Some comparisons are made in Section 5. Finally, this work is concluded in Section 6.

2. Modeling

A classical Buck circuit’s equivalent model is shown in Figure 2a, and its simplified model is shown in Figure 2b.
Following the same modeling process described in [7], the second-order differential equation for the Buck circuit, whose structure is given in Figure 1, can be derived step by step.
For an ideal Buck circuit, one has
U o u t = U R
For the inductance, we have
U L = L d I L d t U L = U i n I L R D S ( o n ) U R I L = I C + I R
For the capacitance,
I C = C d U C d t U R = U E S R + U C U E S R = I C r E S R
For the resistance,
I R = U R R l o a d
Combining all the ideal relationship expressions gives us
I L = C d U C d t + C d U C d t r E S R + U C R l o a d = C d U C d t ( 1 + r E S R R l o a d ) + U C R l o a d
Deriving Equation (5), we can get
d I L d t = C d 2 U C d t 2 ( 1 + r E S R R l o a d ) + 1 R l o a d d U C d t
Then, we can describe the circuit as a second-order differential equation as follows:
C ( 1 + r E S R R l o a d ) d 2 U C d t 2 + ( 1 R l o a d + C R D S ( o n ) 1 + r E S R R l o a d L + C r E S R L ) d U C d t + 1 + R D S ( o n ) R l o a d L U C = U i n L
where the output voltage is
U o u t = U R = C r E S R d U C d t + U C
and all parameters needed are defined in Table 1. Table 1 also lists the default values for the constant parameters.
Based on the dynamics equation of the Buck circuit described in Equation (7), the stability can be analyzed with the eigenvalues of the Jacobian matrix of the left side of the Equation (7). When the real parts of all the eigenvalues are negative, the system will converge to the equilibrium point. That means the system is stable. The eigenvalues of Equation (7) are determined by the parameters of general mass, general damping and general stiffness. Among all these parameters, R l o a d and U i n are determined by the working condition and expect an output of U o u t . When other values of system parameters are fixed as listed values in Table 1, the system does not lose its stability, satisfying the condition of 0.1 U o u t / U i n 0.7 , and U o u t / R l o a d 50 A.
It is widely known that the on-time and off-time of the steady state of a PWM-controlled CCM Buck circuit are fixed if f o u t , U i n and U o u t are definite. In other words, if U i n , U o u t and the on-time of every period of the controller are definite, the f o u t under a steady state is fixed. For these, the COT voltage mode could be a semi-constant-frequency time-domain-based control scheme. The output voltage with COT voltage mode is simulated in Figure 3.
It can be seen from Figure 3 that the output voltage (dark blue dotted line) vibrates around the set value with the evolution of time and is insensitive to the sudden changes of the inputs. The amplitude is acceptable in steady state and the transient time is reasonable. This means the COT control also has strong robustness. However, its large start-up overshoot amplitude and high steady-state peak-to-peak voltage are unacceptable, and the circuit is not in the proper steady state, because the output frequency is lower than the designed frequency. The COT voltage mode has two kinds of steady states, while the controller only works with an alternating frequency between the highest frequency and zero in the abnormal steady state.

3. Proposal of the Algorithm

To overcome the disadvantages shown in the previous simulation, the dynamic reference voltage method as well as a PD module were introduced to the COT mode. The control scheme is given in Algorithm 2. In Algorithm 2, V_dy_ref represents the dynamic reference voltage, function Delta shows the variation of the argument and function Diff shows the differential of the argument. The initial conditions are set equal to those in Algorithm 1. At the very beginning of each loop, the direction of the dynamic reference voltage is adjusted to the opposite one of the static difference. After a comparison is made in the PD module, the status of the transistors switches as in Algorithm 1. Figure 4 gives the block diagram of Algorithm 2. Compared to Figure 1, the controller module is adjusted by the introduction of the PD module and variance module to compute the feedback signal and reference signal.
Algorithm 2 Proposed PD-COT voltage mode.
01: U_transistor = 0;
02: L_transistor = 1;
03: while 1 {
04:  If V_FB < V_ref
05:  { V_dy_ref = Delta(V_ref);}
06:  Else if V_FB > V_ref
07:  { V_dy_ref = - Delta(V_ref);}
08:  If P * (V_FB - V_ref) + D *
09:    Diff(V_FB) < V_dy_ref
10:  { U_transistor = 1;
11:   L_transistor = 0;
12:   delay(t_on);
13:   //Delay for a period of time //
14:   //which lasts t_on.      //
15:   U_transistor = 0;
16:   L_transistor = 1;
17:   delay(t_off);
18:   //Delay for a period of time //
19:   // which lasts t_off.     //
20:   }
21: }
Setting the control scheme described in Algorithm 2, the performances of the hybrid control scheme with different total delays are simulated. The results are given in Figure 5.
Considering Figure 5 and taking the red dot line ( t d e l a y = 0.40 μs) as an example, the static differences almost disappear when the system works in a steady state. The output voltage matches the set value well. The transient time is short, and the overshoot is repressed well. The model even copes well with a sudden change: the system can recover to a steady state quickly and the surge is acceptable. The other lines (different delays) follow the same rule.
In order to clarify the advantages of the proposed scheme, a comparison of the performances of the same Buck circuit with COT and PD-COT methods is made. The results are displayed in Figure 6. From Figure 6, it can be seen that, compared with the dark blue line (classical COT), the orange line (proposed PD-COT) performs well. The advantages are stated in the preceding paragraph. Although the static difference should be increased by the introduction of the PD module, the control scheme keeps it at an extremely low level with the help of the dynamic reference voltage. Furthermore, with the game mechanism, the system maintains its ability to repress overshoot and recover quickly from sudden changes. Because the structure of the PD module is simple, the cost of the controller is not greatly increased, and the controller has only four core parameters, which can be set and optimized easily.
It is worth noting that, when designing a control system, the optimal parameters should be determined by the working conditions, such as U i n and R l o a d , and the expected performance, such as U o u t . However, U i n and R l o a d could change with time; once the hardware parameters have been fixed, a change of the working condition should only be tackled by a robust control method. Thus, when using the analysis method of a second-order linear system, we should pay attention to the impact of a sudden and large change of load resistance R l o a d and input voltage U i n in the system and make sure the control strategy has robustness. With the introduction of the PD link and dynamic reference voltage, the robustness of the control is significantly strengthened. Even when the load changes suddenly, the steady-state frequency is effectively limited in a narrow range, and the generated electromagnetic interference is also within the acceptable range.

4. Operating Frequency Analysis

Working with a designed and fixed operating frequency under CCM is the main advantage of the COT mode compared with the hysteresis mode. In this study, the variation of the operating frequency is focused not only when the system is working in a steady state but also when the system suffers a sudden change of load. The operating frequencies of the COT and PD-COT with different delays are simulated, and the results are shown in Figure 7.
Considering Figure 7, it can be seen that the operating frequency of the COT (dark blue dotted line) is lower than the designed point, while the operating frequencies of the proposed method are fixed and match designed values in the steady state. This is the contribution from the parameters of the voltage ratio and on-time, which are easy to calculate and design. Meanwhile, the total delays of the feedback and control links barely affect the operating frequency. However, the operating frequencies jump at some points that follow the delay and the sudden jump of the input and output voltage ratio.
Taking the red line as an example, the frequency jump phenomenon occurs due to the step impacts of the load. However, the physically realizable impact strength is limited and occurs in a step-wise manner. Thus, these peaks can be ignored.

5. Comparison and Application Analysis

A monolithic voltage-mode DC–DC buck converter with advanced burst mode (ABM) and PWM was presented in a paper by Yuan [6]. Yuan proposed a counter-based method to make the transition between ABM and PWM smooth. Thus, the load transient response was improved significantly. Using the parameter configurations given in [6], comparisons of this work with Yuan’s work [6] and our previous work [7] can be made. The results are listed in Table 2.
By horizontal comparisons of the performances with different control schemes as listed in Table 2, the recovery time of the proposed method is shorter than those in [6,7]. The overshoot and undershoot voltages are lower than Yuan’s work. The Buck circuits with the proposed control method work under a fixed and lower frequency but show a similar ripple voltage to the hysteresis mode [7].
To further prove the validity of the proposed method, choosing similar external inductor and capacitor configurations, the performances of the method in this work are compared with the results from Hsu’s work. In Hsu’s work [2], to achieve a fast transient response for a DC–DC Buck converter, a proposed operational trans-conductance amplifier with a dual operating modes (DOM) control circuit was used as an error amplifier in the pulse-width modulation (PWM) control circuit. This approach leads to a transient response by accelerating the output level shifting of the error amplifier. Thus, the PWM control circuit generates the proper signal to drive the power transistors. Finally, the output voltage of the DC–DC buck converter is rapidly recovered when the load transient occurs. The comparison results are shown in Table 3 and indicate that, with the same recovery time, the ripple voltage of our approach is much smaller than that in Hsu’s work.
Through the comparisons, it is noting that, as the main performance indexes are competitive, the proposed method is reasonable. Meanwhile, it must be noted that in the simulations and comparisons, all the parameter values are set to be in normal ranges. That means the implementation is physically realizable as all electronic components needed are common.

6. Concluding Remarks

From the simulations and comparisons shown in the previous sections, we can conclude that the hybrid PD-COT voltage mode proposed in this work could significantly improve the current output capacity and efficiency of Buck circuits. This will be helpful for applications in which a dynamic capacity is greatly required.
The PD-COT voltage mode controls the Buck circuit with a fixed frequency and much smaller ESR capacitors due to the single judgement point. Both the differential parameter and the frequency can be set to small values to improve the dynamic performance and reduce the load on the power semiconductors; meanwhile, the circuit could maintain its steady-state performance.

Author Contributions

Conceptualization, Z.S.; methodology, Z.S. and S.Z.; software, S.Z.; validation, Z.S. and S.Z.; formal analysis, Z.S. and S.Z.; investigation, Z.S. and S.Z.; writing—original draft preparation, Z.S. and S.Z.; writing—review and editing, Z.S.; visualization, S.Z.; supervision, Z.S.; project administration, Z.S.; funding acquisition, Z.S. Both authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China (Grant Nos.11502161, 11902184).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Fu, M.; Fei, C.; Yang, Y.; Li, Q.; Lee, F.C. A GaN-Based DC–DC Module for Railway Applications: Design Consideration and High-Frequency Digital Control. IEEE Trans. Ind. Electron. 2019, 67, 1638–1647. [Google Scholar] [CrossRef]
  2. Hsu, Y.C.; Ting, C.Y.; Hsu, L.S.; Lin, J.Y.; Chen, C.C.P. A Transient Enhancement DC–DC Buck Converter with Dual Operating Modes Control Technique. IEEE Trans. Circuits Syst. II Express Briefs 2018, 66, 1376–1380. [Google Scholar] [CrossRef]
  3. Moreno-Valenzuela, J. A class of proportional-integral with anti-windup controllers for DC–DC buck power converters with saturating input. IEEE Trans. Circuits Syst. II Express Briefs 2019, 67, 157–161. [Google Scholar] [CrossRef]
  4. Meurer, A.P.; Andrade, A.M.S.S.; Mezaroba, M.; Martins, M.L.; Hey, H.L. Module Integrated Buck Inverter: Analysis and Design. IEEE Trans. Ind. Appl. 2019, 55, 5013–5022. [Google Scholar] [CrossRef]
  5. Wang, P.Y.; Huang, Y.W.; Kuo, T.H. A Reconfigurable Transient Optimizer Applied to a Four-Phase Buck Converter for Optimizing Both DVS and Load Transient Responses. IEEE Trans. Circuits Syst. Express Briefs 2019, 67, 52–56. [Google Scholar] [CrossRef]
  6. Yuan, B.; Liu, M.X.; Ng, W.T.; Lai, X.Q. Hybrid Buck Converter with Constant Mode Changing Point and Smooth Mode Transition for High-Frequency Applications. IEEE Trans. Ind. Electron. 2019, 67, 1466–1474. [Google Scholar] [CrossRef]
  7. Shen, Z.Q.; Zhong, S. An Improved Hysteresis Voltage Mode of Synchronous Rectifier Buck Circuit. IEEE Access 2020, 8, 121022–121032. [Google Scholar] [CrossRef]
  8. Li, V.; Li, Q.; Lee, F.C.; Liu, P.H. State-Trajectory Control with Single-Cycle Response for Point-of-Load Converters. IEEE Transactions Ind. Electron. 2020, 67, 3157–3166. [Google Scholar] [CrossRef]
  9. Li, Y.C.; Chen, C.J.; Tsai, C.J. A Constant On-Time Buck Converter with Analog Time-Optimized On-Time Control. IEEE Trans. Power Electron. 2020, 35, 3754–3765. [Google Scholar] [CrossRef]
  10. Ting, C.Y.; Lin, J.Y.; Chen, C.C.P. A Quasi-V-2 Hysteretic Buck Converter with Adaptive COT Control for Fast DVS and Load-Transient Response in RF Applications. IEEE Trans. Circuits Syst. Express Briefs. 2020, 67, 531–535. [Google Scholar] [CrossRef]
  11. Zhao, M.L.; Yao, Y.X.; Zhang, H.Z.; Wu, X.B. A 2.5MHz, 6A ripple-based adaptive on-time controlled buck converter with pseudo triangular ramp compensation. Analog. Integr. Circuits Signal Process. 2019, 99, 403–412. [Google Scholar] [CrossRef]
  12. Bari, S.; Li, Q.; Lee, F.C. A New Fast Adaptive On-Time Control for Transient Response Improvement in Constant On-Time Control. IEEE Trans. Power Electron. 2018, 33, 2680–2689. [Google Scholar] [CrossRef]
  13. Yang, W.H.; Huang, C.J.; Huang, H.H.; Lin, W.T.; Chen, K.H.; Lin, Y.H.; Lin, S.R.; Tsai, T.Y. A Constant-on-Time Control DC-DC Buck Converter with the Pseudowave Tracking Technique for Regulation Accuracy and Load Transient Enhancement. IEEE Trans. Power Electron. 2018, 33, 6187–6198. [Google Scholar] [CrossRef]
  14. Zhen, S.W.; Zeng, P.H.; Chen, J.W.; Zhou, W.L.; Wang, J.J.; Luo, P.; Zhang, B. Transient Response Improvement of DC-DC Converter by Current Mode Variable on Time Control. In Proceedings of the Midwest Symposium on Circuits and Systems Conference Proceedings, Windsor, ON, Canada, 5–8 August 2018; pp. 603–606. [Google Scholar]
  15. Zhang, X.; Xu, J.P.; Wu, J.H.; Bao, B.C.; Zhou, G.H.; Zhang, K.T. Reduced-order Mapping and Design-oriented Instability for Constant On-time Current-mode Controlled Buck Converters with a PI Compensator. J. Power Electron. 2018, 17, 1298–1307. [Google Scholar]
Figure 1. The block diagram of Algorithm 1.
Figure 1. The block diagram of Algorithm 1.
Electronics 10 00930 g001
Figure 2. The schematic diagram of the Buck circuit. (a) A typical Buck circuit; (b) simplified form of (a). ESR: equivalent serial resistance; COT: constant on-time.
Figure 2. The schematic diagram of the Buck circuit. (a) A typical Buck circuit; (b) simplified form of (a). ESR: equivalent serial resistance; COT: constant on-time.
Electronics 10 00930 g002
Figure 3. The output voltage of the Buck circuit with COT voltage mode.
Figure 3. The output voltage of the Buck circuit with COT voltage mode.
Electronics 10 00930 g003
Figure 4. The block diagram of Algorithm 2.
Figure 4. The block diagram of Algorithm 2.
Electronics 10 00930 g004
Figure 5. The output voltages of the Buck circuit in the proposed PD-COT mode with different time delays.
Figure 5. The output voltages of the Buck circuit in the proposed PD-COT mode with different time delays.
Electronics 10 00930 g005
Figure 6. The comparison of the output voltages with the COT and hybrid PD-COT mode.
Figure 6. The comparison of the output voltages with the COT and hybrid PD-COT mode.
Electronics 10 00930 g006
Figure 7. The operating frequencies of the Buck circuit in PD-COT mode.
Figure 7. The operating frequencies of the Buck circuit in PD-COT mode.
Electronics 10 00930 g007
Table 1. The definitions of the parameters.
Table 1. The definitions of the parameters.
ParametersDefinitionsDefault ValuesParametersDefinitionsDefault Values
U i n , max Maximum input voltage90.0 V U i n Input voltageN/A
U i n , min Minimum input voltage70.0 V R D S ( o n ) On-resistance of the transistorN/A
f i n Variation frequency of input voltage100 Hz U o u t Output voltageN/A
U G N D Ground voltage0 V R L o a d Load resistanceN/A
R D S ( o n ) , u p p e r On-resistance of the upper transistor10.0 m Ω V F B Feedback voltageN/A
R D S ( o n ) , l o w e r On-resistance of the lower transistor10.0 m Ω PProportional coefficientN/A
LInductor20.0 μHDDifferential coefficientN/A
CCapacitance5.00 × 10 3 μF d V r e f Adjustment value of dynamic reference voltageN/A
r E S R Equivalent series resistance of the Capacitance2.40 m Ω U L Voltage of the inductorN/A
U o u t , s e t The set value of output voltage12 V U C Voltage of the capacitanceN/A
I o u t , max Maximum value of I o u t 60.0 A U R Voltage of the load resistanceN/A
I o u t , min Minimum value of I o u t 0.10 A U E S R Voltage of the ESRN/A
f o u t Variation frequency of load resistance100 Hz I L Current of the inductorN/A
V r e f Reference voltage2.5 V I C Current of the capacitanceN/A
I o u t Expected current output U o u t , s e t / R L o a d I R Current of the load resistanceN/A
t O N Length of time to input U i n 2.0 μs t d e l a y Total delay of the controllerN/A
t O F F Length of time to input U G N D ≥0.50 μs
Table 2. Comparison with Yuan’s work.
Table 2. Comparison with Yuan’s work.
[6][7]This Work
Input voltage5.0 V5.0 V5.0 V
Output voltage1.15 V2.5 V1.15 V
Maximum current1.0 A1.0 A1.0 A
Minimum current0.1 A0.1 A0.1 A
Off-chip capacitance47 μF47 μF47 μF
Off-chip inductance0.47 μH0.47 μH0.47 μH
Switching frequency3 MHz1.36 MHz2.3 MHz
Recovery time12 μs12 μs4 μs
Over/undershoot voltage35 mV5 mV25 mV/23 mV
Ripple voltage30 mV6 mV14 mV
Table 3. Comparison with Hsu’s work.
Table 3. Comparison with Hsu’s work.
[2]This Work
Input voltage5.0 V5.0 V
Output voltage3.3 V3.3 V
Maximum current0.5 A0.5 A
Minimum current0.1 A0.1 A
Off-chip capacitance8 μF8 μF
Off-chip inductance4.7 μH4.7 μH
Switching frequency1 Mhz1.225 Mhz (stable)
Recovery time2 μs2 μs
Overshoot voltage30 mV42 mV
Ripple voltage20 mV4.5 mV
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Zhong, S.; Shen, Z. A Hybrid Constant On-Time Mode for Buck Circuits. Electronics 2021, 10, 930. https://doi.org/10.3390/electronics10080930

AMA Style

Zhong S, Shen Z. A Hybrid Constant On-Time Mode for Buck Circuits. Electronics. 2021; 10(8):930. https://doi.org/10.3390/electronics10080930

Chicago/Turabian Style

Zhong, Shun, and Ziqian Shen. 2021. "A Hybrid Constant On-Time Mode for Buck Circuits" Electronics 10, no. 8: 930. https://doi.org/10.3390/electronics10080930

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