代码搜索结果
找到约 560 项符合
Regulator 的代码
pcu.h
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : pcu.h
* Author : MCD Application Team
* Date First Issued : 30/05/2003
* Descri
current_pi.asm
**************************************
; File name: current_pi.asm
; Module names: i_pi_reg
;Initialization routines: init_i_pi_reg
;Description: PI current regulator with
v_pi_reg.asm
************************************
* File name : v_pi_reg.asm
* Module names: INIT_VOLTAGE_PI
; Description : PI DC voltage regulator
; with integral correction
ext_refs.h
**************************************
* File name: ext_refs.h
; Description : Rectifier control
; program external references
* External References
**************************
dlqr.m
function [k,s,e] = dlqr(a,b,q,r,nn)
%DLQR Linear quadratic regulator design for discrete-time systems.
% [K,S,E] = DLQR(A,B,Q,R) calculates the optimal feedback gain
% matrix K such that the feed
lqry.m
function [k,s,e] = lqry(a,b,c,d,q,r)
%LQRY Linear quadratic regulator design with output weighting
% for continuous-time systems.
%
% [K,S,E] = LQRY(A,B,C,D,Q,R) calculates the optimal feedback
%
lqr.m
function [k,s,e]=lqr(a,b,q,r,nn)
%LQR Linear quadratic regulator design for continuous systems.
% [K,S,E] = LQR(A,B,Q,R) calculates the optimal feedback gain
% matrix K such that the feedback law
dlqry.m
function [k,s,e] = dlqry(a,b,c,d,q,r)
%DLQRY Linear quadratic regulator design with output weighting for
% discrete-time systems.
%
% [K,S,E] = DLQRY(A,B,C,D,Q,R) calculates the optimal feedback
lqrd.m
function [k,s,e] = lqrd(a,b,q,r,nn,Ts)
%LQRD Discrete linear quadratic regulator design from continuous
% cost function.
% [K,S,E] = LQRD(A,B,Q,R,Ts) calculates the optimal feedback gain
extrcont.m
function [ret,x0,str,ts,xts]=extrcont(t,x,u,flag);
%EXTRCONT is the M-file description of the SIMULINK system named EXTRCONT.
% The block-diagram can be displayed by typing: EXTRCONT.
%
% SYS=EXTR