CN114936632A - Hardware resource dynamic multiplexing neural network controller for digital power supply - Google Patents
Hardware resource dynamic multiplexing neural network controller for digital power supply Download PDFInfo
- Publication number
- CN114936632A CN114936632A CN202210439324.XA CN202210439324A CN114936632A CN 114936632 A CN114936632 A CN 114936632A CN 202210439324 A CN202210439324 A CN 202210439324A CN 114936632 A CN114936632 A CN 114936632A
- Authority
- CN
- China
- Prior art keywords
- controller
- neural network
- network controller
- tuning controller
- power supply
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000013528 artificial neural network Methods 0.000 title claims abstract description 90
- 230000004044 response Effects 0.000 claims abstract description 8
- 230000001052 transient effect Effects 0.000 claims abstract description 4
- 230000000087 stabilizing effect Effects 0.000 claims abstract 2
- 238000012549 training Methods 0.000 claims description 27
- 238000000034 method Methods 0.000 claims description 8
- 230000009467 reduction Effects 0.000 claims description 3
- 230000001133 acceleration Effects 0.000 claims description 2
- 230000003213 activating effect Effects 0.000 claims description 2
- 238000010586 diagram Methods 0.000 description 7
- 238000013138 pruning Methods 0.000 description 5
- 230000008859 change Effects 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 1
- 238000012938 design process Methods 0.000 description 1
- 238000011156 evaluation Methods 0.000 description 1
- 238000011478 gradient descent method Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000035945 sensitivity Effects 0.000 description 1
- 230000006641 stabilisation Effects 0.000 description 1
- 238000011105 stabilization Methods 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/06—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons
- G06N3/063—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons using electronic means
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- H—ELECTRICITY
- H02—GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
- H02M—APPARATUS FOR CONVERSION BETWEEN AC AND AC, BETWEEN AC AND DC, OR BETWEEN DC AND DC, AND FOR USE WITH MAINS OR SIMILAR POWER SUPPLY SYSTEMS; CONVERSION OF DC OR AC INPUT POWER INTO SURGE OUTPUT POWER; CONTROL OR REGULATION THEREOF
- H02M3/00—Conversion of DC power input into DC power output
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Data Mining & Analysis (AREA)
- Computing Systems (AREA)
- Computational Linguistics (AREA)
- Software Systems (AREA)
- Evolutionary Computation (AREA)
- General Health & Medical Sciences (AREA)
- Molecular Biology (AREA)
- Artificial Intelligence (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Neurology (AREA)
- Power Engineering (AREA)
- Dc-Dc Converters (AREA)
- Control Of Voltage And Current In General (AREA)
Abstract
Description
技术领域technical field
本发明涉及电力电子技术领域,特别涉及一种用于数字电源的硬件资源动态复用神经网络控制器。The invention relates to the technical field of power electronics, in particular to a hardware resource dynamic multiplexing neural network controller for digital power supply.
背景技术Background technique
数字控制DC-DC开关变换器(以下简称为数字电源)的结构如附图1所示。负载端的模拟输出电压Vout(t)经ADC转换为数字输出量Vout[k],然后将Vout[k]与基准电压Vref之间的误差信号e[k]送入数字电压补偿器。在数字电压补偿器(如:神经网络控制器)中,采用特定的控制算法计算数字占空比信号d[k],然后通过DPWM(Digital Pulse Width Modulation,数字脉冲宽度调制器)将该数字占空比信号d[k]转换为模拟占空比信号d(t),最后经Gatedriver驱动功率级开关SP和SN的导通或关闭,以调节输出电压Vout(t)使其稳定于基准电压Vref。The structure of the digitally controlled DC-DC switching converter (hereinafter referred to as digital power supply) is shown in FIG. 1 . The analog output voltage V out (t) at the load end is converted into a digital output quantity V out [k] by the ADC, and then the error signal e[k] between V out [k] and the reference voltage V ref is sent to the digital voltage compensator . In a digital voltage compensator (such as a neural network controller), a specific control algorithm is used to calculate the digital duty cycle signal d[k], and then the digital duty cycle signal d[k] is calculated by DPWM (Digital Pulse Width Modulation). The duty cycle signal d[k] is converted into an analog duty cycle signal d(t), and finally the gatedriver drives the power stage switches SP and SN to be turned on or off to adjust the output voltage V out (t) to make it stable at reference voltage V ref .
针对数字电源,神经网络控制器具有自适应性高、鲁棒性强、瞬态性能好等优点,但是神经网络控制器通常会消耗大量的硬件资源。传统的神经网络控制器降低硬件资源消耗的方法是对神经网络进行“剪枝”,即对敏感度低(对输出结果影响较小)的节点进行权值置零或直接删除该节点。虽然“剪枝”可以有效的降低网络的规模、计算量以及硬件资源的消耗,但是针对数字电源会造成控制精度降低的问题,从而增大稳态误差,同时对“剪枝”节点的选择需要经过反复迭代验证,工作量大,且“剪枝”后的网络会降低其自适应性。For digital power supplies, neural network controllers have the advantages of high adaptability, strong robustness, and good transient performance, but neural network controllers usually consume a lot of hardware resources. The traditional method of neural network controller to reduce hardware resource consumption is to "prune" the neural network, that is, to zero the weight of the node with low sensitivity (less influence on the output result) or delete the node directly. Although "pruning" can effectively reduce the scale of the network, the amount of calculation and the consumption of hardware resources, the problem of reducing the control accuracy of digital power supplies will increase the steady-state error, and the selection of "pruning" nodes requires After repeated iterative verification, the workload is large, and the "pruned" network will reduce its adaptability.
文献“Dynamical Channel Pruning by Conditional Accuracy Change forDeep Neural Networks”,IEEE Transactions on Neural Network and LearningSystems,Vol.32,No.2,February 2021,pp:799-813提出了一种动态的网络通道修剪方法,通过构建动态评估准则,在训练迭代时逐步删除不敏感的网络通道。文中提出的方法在获得更高精度的同时,有效减小了网络的规模和计算量,但是该方法实现硬件资源的降低以及运算加速仍然是基于网络“剪枝”的原理,动态修剪的网络结构由于缺失了部分节点或通道仍然会引起部分精度的损失,更重要的是导致自适应性降低。The document "Dynamic Channel Pruning by Conditional Accuracy Change for Deep Neural Networks", IEEE Transactions on Neural Network and LearningSystems, Vol.32, No.2, February 2021, pp:799-813 proposes a dynamic network channel pruning method, which is Build dynamic evaluation criteria to gradually remove insensitive network channels during training iterations. The method proposed in this paper effectively reduces the size of the network and the amount of computation while achieving higher accuracy. However, the reduction of hardware resources and the acceleration of computing by this method are still based on the principle of network "pruning", a dynamically pruned network structure. Due to missing some nodes or channels, it still causes some loss of accuracy, and more importantly, leads to reduced adaptiveness.
发明内容SUMMARY OF THE INVENTION
本发明的目的在于提供一种用于数字电源的硬件资源动态复用神经网络控制器,以解决当前神经网络控制器硬件资源消耗大的问题。The purpose of the present invention is to provide a neural network controller for dynamic multiplexing of hardware resources of a digital power supply, so as to solve the problem of large consumption of hardware resources of the current neural network controller.
为解决上述技术问题,本发明提供了一种用于数字电源的硬件资源动态复用神经网络控制器,包括神经网络控制器和控制模块,所述神经网络控制器用于产生数字占空比,其中所述控制模块包括查找表和动态复用控制器,所述查找表用于存储神经网络控制器的权值和偏置,所述动态复用控制器动态控制所述神经网络控制器的权值和偏置的切换、以及禁用部分隐含节点;In order to solve the above technical problems, the present invention provides a hardware resource dynamic multiplexing neural network controller for digital power supply, including a neural network controller and a control module, the neural network controller is used to generate a digital duty cycle, wherein The control module includes a look-up table and a dynamic multiplexing controller, the look-up table is used to store the weights and biases of the neural network controller, and the dynamic multiplexing controller dynamically controls the weights of the neural network controller and bias switching, and disable some hidden nodes;
所述神经网络控制器同时实现粗调控制器和细调控制器,所述粗调控制器用于数字电源受到扰动后将输出电压尽快调节到参考电压,以提高瞬态响应性能;所述细调控制器主要用于消除稳态误差,使输出电压稳定于参考电压。The neural network controller implements a coarse adjustment controller and a fine adjustment controller at the same time, and the coarse adjustment controller is used to adjust the output voltage to the reference voltage as soon as possible after the digital power supply is disturbed, so as to improve the transient response performance; the fine adjustment The controller is mainly used to eliminate steady-state errors and stabilize the output voltage at the reference voltage.
可选的,所述神经网络控制器是通过数据线下训练得到的,包括如下步骤:Optionally, the neural network controller is obtained through offline data training, including the following steps:
在参考电压两侧建立误差带,根据误差值的大小对所述神经网络控制器的训练数据进行分组,误差位于误差带以内的数据为细调控制器的训练数据,反之,则为粗调控制器的训练数据;An error band is established on both sides of the reference voltage, and the training data of the neural network controller is grouped according to the size of the error value. The data with the error within the error band is the training data of the fine adjustment controller, otherwise, it is the coarse adjustment control. training data of the machine;
将两组训练数据采用神经网络训练方法分别训练两个输入输出相同、结构不同的神经网络,分别得到细调控制器的权值和偏置和粗调控制器的权值和偏置。The two groups of training data are trained by the neural network training method to train two neural networks with the same input and output but different structures, respectively, to obtain the weights and biases of the fine-tuned controller and the weights and biases of the coarse-tuned controller.
可选的,所述细调控制器的训练数据中,输出电压接近理想值;所述粗调控制器的训练数据中,输出电压与理想值存在各种差异,包含不同扰动下的输出电压变化。Optionally, in the training data of the fine adjustment controller, the output voltage is close to an ideal value; in the training data of the coarse adjustment controller, there are various differences between the output voltage and the ideal value, including changes in the output voltage under different disturbances. .
可选的,所述误差带的范围为参考电压的±10%以内。Optionally, the range of the error band is within ±10% of the reference voltage.
可选的,所述粗调控制器的隐含层数或隐含层节点数更多,所述细调控制器的隐含层数或隐含层节点数相对较少,并且粗调的隐含层数或隐含层节点数、细调控制器的隐含层数或隐含层节点数均小于由数据直接训练得到的神经网络控制器的隐含层数或隐含层节点数;如果粗调控制器和细调控制器是采用相同隐含层数的神经网络,粗调控制器禁用部分隐含层节点就能够得到与细调控制器相同的结构,如果同时将权值和偏置切换为细调控制器的权值和偏置,则能够用粗调控制器实现细调控制器的功能。Optionally, the number of hidden layers or hidden layer nodes of the coarse adjustment controller is more, the number of hidden layers or nodes of the fine adjustment controller is relatively small, and the hidden layer of the coarse adjustment If The coarse tuning controller and the fine tuning controller are neural networks with the same number of hidden layers. The coarse tuning controller can get the same structure as the fine tuning controller by disabling some hidden layer nodes. By switching to fine-tune the weights and biases of the controller, the coarse-tune controller can be used to implement the function of the fine-tune controller.
可选的,基于时分复用原理,将神经网络控制器的结构选择为与粗调控制器一致的结构,根据误差位于误差带的位置动态的禁用部分隐含层节点并切换权值和偏置,实现两种控制器的功能,得到硬件资源动态复用的神经网络控制器,以节省部分隐含层节点所需的硬件资源;当神经网络控制器作为细调控制器工作时,禁用部分粗调控制器单独使用的隐含层节点,并切换使用细调控制器的权值和偏置,神经网络控制器的结构等效为细调控制器的结构;而当神经网络控制器作为粗调控制器工作时,激活所有的隐含层节点,并切换使用粗调控制器的权值和偏置,此时神经网络控制器的结构为粗调控制器的结构。Optionally, based on the principle of time division multiplexing, the structure of the neural network controller is selected to be consistent with the coarse adjustment controller, and some hidden layer nodes are dynamically disabled according to the position where the error is located in the error band, and the weights and biases are switched. , realize the functions of the two controllers, and obtain a neural network controller with dynamic multiplexing of hardware resources to save the hardware resources required by some hidden layer nodes; when the neural network controller works as a fine-tuning controller, some coarse-tuning controllers are disabled. Adjust the hidden layer node used by the controller alone, and switch to use the weights and biases of the fine-tuned controller. The structure of the neural network controller is equivalent to the structure of the fine-tuned controller; When the controller is working, all hidden layer nodes are activated, and the weights and biases of the coarse adjustment controller are switched to be used. At this time, the structure of the neural network controller is the structure of the coarse adjustment controller.
可选的,凡是将所述神经网络控制器分为两个或多个子控制器,然后基于时分复用原理,采用一个或多个神经网络通过切换权值和偏置以及动态激活、禁用部分隐含层节点实现两个或多个子控制器的功能,从而实现对神经网络控制器进行加速或减少硬件资源消耗。Optionally, the neural network controller is usually divided into two or more sub-controllers, and then based on the principle of time division multiplexing, one or more neural networks are used to switch weights and biases and dynamically activate and disable partial implicits. The layer-containing node implements the functions of two or more sub-controllers, so as to accelerate the neural network controller or reduce hardware resource consumption.
在本发明提供的用于数字电源的硬件资源动态复用神经网络控制器中,通过将完整的神经网络控制器分为两个子控制器:细调控制器和粗调控制器,然后基于时分复用的思想,采用一个小规模的神经网络通过动态切换权值和偏置、以及禁用部分隐含层节点实现两个子控制器的功能。因此,采用本发明提出的用于数字电源的硬件资源动态复用神经网络控制器,不会对训练好的隐含层节点进行删减,从而不会引起控制性能的降低,同时可以节省部分隐含层节点所需的硬件资源。In the hardware resource dynamic multiplexing neural network controller for digital power supply provided by the present invention, the complete neural network controller is divided into two sub-controllers: a fine adjustment controller and a coarse adjustment controller, and then based on the time division multiplexing Using the idea of using a small-scale neural network to achieve the functions of two sub-controllers by dynamically switching weights and biases, and disabling part of the hidden layer nodes. Therefore, by using the hardware resource dynamic multiplexing neural network controller for digital power supply proposed by the present invention, the trained hidden layer nodes will not be deleted, so that the control performance will not be reduced, and some hidden layer nodes can be saved at the same time. Hardware resources required by a layered node.
附图说明Description of drawings
图1是数字控制DC-DC开关变换器的结构示意图;Fig. 1 is a schematic diagram of the structure of a digitally controlled DC-DC switching converter;
图2是本发明提供的用于数字电源的硬件资源动态复用神经网络控制器结构示意图;2 is a schematic structural diagram of a hardware resource dynamic multiplexing neural network controller for digital power supply provided by the present invention;
图3是本发明提供的神经网络控制器的工作原理示意图;3 is a schematic diagram of the working principle of the neural network controller provided by the present invention;
图4是粗调控制器与细调控制器的切换时序示意图;4 is a schematic diagram of the switching sequence of the coarse adjustment controller and the fine adjustment controller;
图5(a)是采用本发明技术和传统的神经网络控制器在稳定状态时的数字电源的输出电压响应曲线对比示意图;Figure 5 (a) is a schematic diagram comparing the output voltage response curve of the digital power supply in a steady state using the technology of the present invention and a traditional neural network controller;
图5(b)是采用本发明技术和传统的神经网络控制器在负载电流跳变±1A时的数字电源的输出电压响应曲线对比示意图;Fig. 5 (b) is the output voltage response curve comparison schematic diagram of the digital power supply when the load current jumps ±1A using the technology of the present invention and the traditional neural network controller;
图5(c)是采用本发明技术和传统的神经网络控制器在输入电压跳变±1V时的数字电源的输出电压响应曲线对比示意图。FIG. 5( c ) is a schematic diagram comparing the output voltage response curve of the digital power supply when the input voltage jumps ±1V using the technology of the present invention and the traditional neural network controller.
具体实施方式Detailed ways
以下结合附图和具体实施例对本发明提出的一种用于数字电源的硬件资源动态复用神经网络控制器作进一步详细说明。根据下面说明和权利要求书,本发明的优点和特征将更清楚。需说明的是,附图均采用非常简化的形式且均使用非精准的比例,仅用以方便、明晰地辅助说明本发明实施例的目的。The following is a further detailed description of a hardware resource dynamic multiplexing neural network controller for a digital power supply proposed by the present invention with reference to the accompanying drawings and specific embodiments. The advantages and features of the present invention will become apparent from the following description and claims. It should be noted that, the accompanying drawings are all in a very simplified form and in inaccurate scales, and are only used to facilitate and clearly assist the purpose of explaining the embodiments of the present invention.
本发明提供了一种用于数字电源的硬件资源动态复用神经网络控制器,如图2所示,在结构上主要由神经网络控制器以及控制模块组成,其中控制模块由查找表(存储细调、粗调控制器的权值和偏置)和动态复用控制器组成。所述神经网络控制器用于计算数字占空比,所述控制模块用于控制权值和偏置的动态切换、以及动态禁用或激活部分隐含层的节点。所述神经网络控制器在功能实现粗调控制器和细调控制器,如图3所示,粗调控制器用于数字电源受到扰动后将输出电压尽快拉回参考电压,减小稳定时间和超调,提高瞬态性能,细调控制器主要用于消除稳态误差,维持稳定状态,使输出电压稳定于参考电压。所述神经网络控制器的输入信号是{eo[k],eoc[k],Iind[k],Vin[k]},其中eo[k]是当前周期的电压误差,Iind[k]为当前周期的电感电流,Vin[k]为当前周期的输入电压,eoc[k]=e[k]-e[k-1]是当前周期的电压误差变化率。所述神经网络控制器的输出信号是数字占空比dnn[k],其具体的设计过程如下:The present invention provides a neural network controller for dynamic multiplexing of hardware resources for digital power supply. As shown in FIG. 2, it is mainly composed of a neural network controller and a control module in structure, wherein the control module is composed of a look-up table (storage details It consists of the weights and biases of the tuning and coarse tuning controllers) and a dynamic multiplexing controller. The neural network controller is used to calculate the digital duty cycle, and the control module is used to control the dynamic switching of weights and biases, and to dynamically disable or activate the nodes of some hidden layers. The neural network controller functions to realize the coarse adjustment controller and the fine adjustment controller. As shown in Figure 3, the coarse adjustment controller is used to pull the output voltage back to the reference voltage as soon as possible after the digital power supply is disturbed, so as to reduce the stabilization time and overrun. The fine-tuning controller is mainly used to eliminate the steady-state error, maintain the steady state, and make the output voltage stable at the reference voltage. The input signal of the neural network controller is {e o [k], e oc [k], I ind [k], V in [k]}, where e o [k] is the voltage error of the current cycle, I ind [k] is the inductor current in the current cycle, V in [k] is the input voltage in the current cycle, and e oc [k]=e[k]-e[k-1] is the voltage error rate of change in the current cycle. The output signal of the neural network controller is the digital duty cycle d nn [k], and its specific design process is as follows:
(1)建立误差带,对数据分类。首先在参考电压两侧建立误差带Eb,通常选择参考电压的±10%以内为误差带,如图4所示。然后,根据误差值的大小对神经网络控制器的训练数据进行分类,即误差位于误差带以内的数据为细调控制器的训练数据,反之,则为粗调控制器的训练数据。细调控制器的训练数据中,输出电压接近理想值;粗调控制器的训练数据中,输出电压与理想值存在各种差异,包含了不同扰动下的输出电压变化。(1) Establish error bands and classify the data. First, an error band E b is established on both sides of the reference voltage, usually within ±10% of the reference voltage is selected as the error band, as shown in Figure 4 . Then, the training data of the neural network controller is classified according to the size of the error value, that is, the data with the error within the error band is the training data of the fine-tuning controller, and vice versa, it is the training data of the coarse-tuning controller. In the training data of the fine-tuning controller, the output voltage is close to the ideal value; in the training data of the coarse-tuning controller, there are various differences between the output voltage and the ideal value, including the output voltage changes under different disturbances.
(2)获得粗调、细调控制器。将分类后的数据采用特定的训练方式(如:梯度下降法)分别训练两个输入输出相同、但结构不同的神经网络,分别得到细调控制器和粗调控制器的权值和偏置,并且粗调控制器和细调控制器的隐含层节点数分别为Nc和Nf,如图3所示,其中传统的神经网络控制器是采用训练数据直接训练神经网络得到,且其隐含层节点数为Nn,必然存在Nn≤Nc+Nf且Nf≤Nc<Nn。(2) Obtain coarse adjustment and fine adjustment controllers. The classified data is trained by a specific training method (such as gradient descent method) to train two neural networks with the same input and output but different structures, respectively, to obtain the weights and biases of the fine-tuning controller and the coarse-tuning controller, respectively. And the number of hidden layer nodes of the coarse-tuning controller and the fine-tuning controller are N c and N f respectively, as shown in Figure 3, where the traditional neural network controller is obtained by directly training the neural network with training data, and its hidden If the number of nodes with layers is N n , there must be N n ≤N c +N f and N f ≤N c <N n .
(3)硬件资源动态复用神经网络控制器的实现。粗调控制器禁用Nc-Nf个隐含层节点,并采用细调控制器的权值和偏置可以实现细调控制器的功能。根据训练数据的分类的原则,细调控制器和粗调控制器不能同步工作,即细调控制器工作时,粗调控制器处于空闲状态;反之,细调控制器处于空闲状态时,则粗调控制器处于工作状态。因此,基于时分复用的思想,可以采用一个神经网络(其结构与粗调控制器的结构一致)通过动态切换权值和偏置并动态禁用或激活Nc-Nf个隐含层节点实现两个子控制器的功能,具体的是,当控制器作为细调控制器工作时,禁用Nc-Nf个隐含层节点,此时神经网络的结构等效为细调控制器的结构,并切换为细调控制器的权值和偏置;而当控制器作为粗调控制器工作时,激活所有的隐含层节点,此时神经网络的结构为粗调控制器的结构,并切换为粗调控制器的权值和偏置。(3) The realization of hardware resource dynamic multiplexing neural network controller. The coarse-tuned controller disables Nc - Nf hidden layer nodes, and the fine-tuned controller can be implemented by using the weights and biases of the fine-tuned controller. According to the principle of classification of training data, the fine-tuning controller and the coarse-tuning controller cannot work synchronously, that is, when the fine-tuning controller is working, the coarse-tuning controller is in an idle state; The controller is working. Therefore, based on the idea of time division multiplexing, a neural network (whose structure is consistent with that of the coarse controller) can be implemented by dynamically switching weights and biases and dynamically disabling or activating N c -N f hidden layer nodes The functions of the two sub-controllers, specifically, when the controller works as a fine-tuning controller, disable N c -N f hidden layer nodes, and the structure of the neural network is equivalent to the structure of the fine-tuning controller at this time, And switch to fine-tune the weights and biases of the controller; and when the controller works as a coarse-tuned controller, activate all hidden layer nodes, at this time the structure of the neural network is the structure of the coarse-tuned controller, and switch are the weights and biases of the coarse adjustment controller.
(4)细调控制器和粗调控制器的切换时序如图4所示,当输出电压在三个连续周期内均位于稳态误差带内,同时在连续三个周期中的第二个周期中检测到误差变化率ec[k]=0,表示如下:(4) The switching sequence of the fine-tuning controller and the coarse-tuning controller is shown in Figure 4. When the output voltage is within the steady-state error band in three consecutive cycles, and at the same time in the second cycle of the three consecutive cycles The error rate of change e c [k] = 0 is detected in , which is expressed as follows:
{(eoc[k]≠0)&(|eo[k]|≤|Eb|)}(k=1,3)&{(eoc[k]=0)&(|eo[k]|≤|Eb|)}(k=2) (1){(e oc [k]≠0)&(|e o [k]|≤|E b |)} (k=1,3) &{(e oc [k]=0)&(|e o [ k]|≤|E b |)} (k=2) (1)
则控制器由粗调控制器切换为细调控制器,此时禁用部分(Nc-Nf)隐含层的节点,同时切换为细调控制器的权值和偏置。Then the controller is switched from a coarse adjustment controller to a fine adjustment controller. At this time, some (N c -N f ) hidden layer nodes are disabled, and at the same time, the weights and biases of the fine adjustment controller are switched.
当输出电压连续三个周期位于稳态误差带以外,表示如下:When the output voltage is outside the steady-state error band for three consecutive cycles, it is expressed as follows:
{|eo[k]|>|Eb|}(k=1,2,3) (2){|e o [k]|>|E b |} (k=1,2,3) (2)
则控制器由细调控制器转换为粗调控制器,此时激活所有的隐含层节点,并切换为粗调控制器的权值和偏置。Then the controller is converted from a fine-tuned controller to a coarse-tuned controller, at which time all hidden layer nodes are activated and switched to the weights and biases of the coarse-tuned controller.
针对Buck型数字电源,图5(a)、图5(b)和图5(c)分别是采用本发明技术和传统的神经网络控制器在稳定状态、负载电流跳变±1A和输入电压跳变±1V时的数字电源的输出电压响应曲线对比,可以看出,采用本发明提出的硬件资源动态复用神经网络控制器的数字电源,与采用传统神经网络控制器的数字电源输出电压响应曲线几乎重合,表示二者性能相近,本发明技术无明显的性能降低。For Buck-type digital power supply, Figure 5(a), Figure 5(b) and Figure 5(c) are respectively using the technology of the present invention and the traditional neural network controller in steady state, load current jump ±1A and input voltage jump By comparing the output voltage response curve of the digital power supply when it changes to ±1V, it can be seen that the digital power supply using the hardware resource dynamic multiplexing neural network controller proposed by the present invention is different from the output voltage response curve of the digital power supply using the traditional neural network controller. Almost coincident, indicating that the performance of the two is similar, and the technology of the present invention has no obvious performance reduction.
相较于传统的神经网络控制器,本发明提出的用于数字电源的硬件资源动态复用神经网络控制器的结构减小的同时几乎实现相同的控制性能,可节约Nn-Nc个隐含层节点所需的硬件资源。Compared with the traditional neural network controller, the structure of the neural network controller for dynamic multiplexing of hardware resources of the digital power supply proposed by the present invention is reduced and almost the same control performance is achieved, which can save N n -N c hidden functions. The hardware resources required by the tiered node.
上述描述仅是对本发明较佳实施例的描述,并非对本发明范围的任何限定,本发明领域的普通技术人员根据上述揭示内容做的任何变更、修饰,均属于权利要求书的保护范围。The above description is only a description of the preferred embodiments of the present invention, and is not intended to limit the scope of the present invention. Any changes and modifications made by those of ordinary skill in the field of the present invention based on the above disclosure all belong to the protection scope of the claims.
Claims (7)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210439324.XA CN114936632A (en) | 2022-04-25 | 2022-04-25 | Hardware resource dynamic multiplexing neural network controller for digital power supply |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210439324.XA CN114936632A (en) | 2022-04-25 | 2022-04-25 | Hardware resource dynamic multiplexing neural network controller for digital power supply |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114936632A true CN114936632A (en) | 2022-08-23 |
Family
ID=82861918
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210439324.XA Pending CN114936632A (en) | 2022-04-25 | 2022-04-25 | Hardware resource dynamic multiplexing neural network controller for digital power supply |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114936632A (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1490689A (en) * | 2003-09-11 | 2004-04-21 | 中国科学技术大学 | Nonlinear time-varying adaptive controller and its control method |
CN108646572A (en) * | 2018-07-16 | 2018-10-12 | 广西师范大学 | A kind of control method for three axis holder servo motors being combined with automatic disturbance rejection controller based on BP neural network |
CN110262582A (en) * | 2019-07-30 | 2019-09-20 | 中原工学院 | A kind of barotor temprature control method based on improvement RBF neural |
US20210201155A1 (en) * | 2019-12-30 | 2021-07-01 | Dalian University Of Technology | Intelligent control method for dynamic neural network-based variable cycle engine |
CN113641096A (en) * | 2021-08-01 | 2021-11-12 | 西北工业大学 | Adaptive Reconfigurable Proportional-Integral-Derivative Controller Based on BP Neural Network |
-
2022
- 2022-04-25 CN CN202210439324.XA patent/CN114936632A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1490689A (en) * | 2003-09-11 | 2004-04-21 | 中国科学技术大学 | Nonlinear time-varying adaptive controller and its control method |
CN108646572A (en) * | 2018-07-16 | 2018-10-12 | 广西师范大学 | A kind of control method for three axis holder servo motors being combined with automatic disturbance rejection controller based on BP neural network |
CN110262582A (en) * | 2019-07-30 | 2019-09-20 | 中原工学院 | A kind of barotor temprature control method based on improvement RBF neural |
US20210201155A1 (en) * | 2019-12-30 | 2021-07-01 | Dalian University Of Technology | Intelligent control method for dynamic neural network-based variable cycle engine |
CN113641096A (en) * | 2021-08-01 | 2021-11-12 | 西北工业大学 | Adaptive Reconfigurable Proportional-Integral-Derivative Controller Based on BP Neural Network |
Non-Patent Citations (1)
Title |
---|
王志刚;徐小增;胥布工;: "基于神经网络控制的数字化软开关电源", 自动化技术与应用, no. 03, 25 March 2008 (2008-03-25) * |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR101284976B1 (en) | Single inductor multiple output(simo) dc-dc converter and control method thereof | |
JP5486954B2 (en) | Switching power supply | |
CN103887972B (en) | Mixed control circuit of DVS system switch DC-DC converter and control method of mixed control circuit of DVS system switch DC-DC converter | |
CN101594054B (en) | Voltage converting device and voltage converting method | |
US10224944B2 (en) | Successive approximation digital voltage regulation methods, devices and systems | |
US10505454B2 (en) | Cross regulation reduction in single inductor multiple output (SIMO) switching DC-DC converters | |
US20050225376A1 (en) | Adaptive supply voltage body bias apparatus and method thereof | |
CN101581947B (en) | Voltage stabilizer | |
KR101621367B1 (en) | Dual mode low-drop out regulator in digital control and method for controlling using the same | |
CN110311562A (en) | A kind of DC-DC converter | |
CN103546034B (en) | A kind of compounding feedforward control type Hysteresis control system | |
CN104660043A (en) | Four-section self-adaptive PID control method for digital DC/DC converter | |
CN112583241B (en) | Control method and circuit for realizing superaudio light-load working mode by switching power supply | |
CN103023327A (en) | Fast hysteresis control circuit self-adapting ring width | |
CN114936632A (en) | Hardware resource dynamic multiplexing neural network controller for digital power supply | |
CN112415890A (en) | fuzzy-PID digital voltage compensator for simultaneously correcting error factor and PID control coefficient | |
CN106788428A (en) | For the regulation circuit and production line analog-digital converter of production line analog-digital converter | |
US12191824B2 (en) | Low voltage system for audio amplifiers | |
CN110380602A (en) | A kind of DC-DC converter based on soft start | |
US9899922B1 (en) | Digital sub-regulators | |
KR102533075B1 (en) | Capacitor-less low dropout regulator using dual feedback loop structure | |
CN117666325A (en) | Control method for improving dynamic response of digital power supply | |
KR102216800B1 (en) | Switched capacitor dc-dc converter | |
CN113641096B (en) | Self-adaptive reconfigurable proportional-integral-derivative controller based on BP neural network | |
US11398804B2 (en) | Variable-frequency charge pump using output voltage threshold control |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |