代码搜索结果
找到约 594 项符合
Regulator 的代码
build.h
/* =================================================================================
File name: BUILD.H
Originator: Digital Control Systems Group
build.h
/* =================================================================================
File name: BUILD.H
Originator: Digital Control Systems Group
block.m
function [enables,prompts] = block(a,object,values,enables,prompts)
display1 = ['plot([1 0.8],[0.5 0.5],' ...
'[0 0.2],[0.5 0.5],' ...
'[0.8 0.8 0.2 0.2 0.8],[0 1 1 0 0]), ',
block.m
function [enables,prompts] = block(a,object,values,enables,prompts)
type = str2num(values{1});
idx1 = [4 5 6 7 8];
idx2 = [7 8 11];
switch type
case 1
prompts(idx1) = {'Regulator Gain m0 [p.u./
block.m
function [enables,prompts] = block(a,object,values,enables,prompts)
display1 = ['plot([1 0.8],[0.5 0.5],' ...
'[0 0.2],[0.5 0.5],' ...
'[0.8 0.8 0.2 0.2 0.8],[0 1 1 0 0]), ',
block.m
function [enables,prompts] = block(a,object,values,enables,prompts)
type = str2num(values{1});
idx1 = [4 5 6 7 8];
idx2 = [7 8 11];
switch type
case 1
prompts(idx1) = {'Regulator Gain m0 [p.u./
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
bp_dl_ev_4fsk.m
%动量校正BP算法
clear
%网络说明
%输入模式向量矩阵p;
%希望输出向量矩阵t;
%中间层各单元输入激活值向量S
%中间层各单元输出向量B;
%输出层各单元输入激活值向量L;
%输出实际值向量C;
%输入层至中间层的连接权W
%中间层至输出层的连接权V
%中间层各单元的阀值F1
%输出层各单元的阀值F2
%输入层数目为n1,中间层数目为n2,输出层数目为n3;
...
bp_dl_ev_gmsk.m
%动量校正BP算法
clear
%网络说明
%输入模式向量矩阵p;
%希望输出向量矩阵t;
%中间层各单元输入激活值向量S
%中间层各单元输出向量B;
%输出层各单元输入激活值向量L;
%输出实际值向量C;
%输入层至中间层的连接权W
%中间层至输出层的连接权V
%中间层各单元的阀值F1
%输出层各单元的阀值F2
%输入层数目为n1,中间层数目为n2,输出层数目为n3;
...
bp_dl_ev_2fsk.m
%动量校正BP算法
clear
%网络说明
%输入模式向量矩阵p;
%希望输出向量矩阵t;
%中间层各单元输入激活值向量S
%中间层各单元输出向量B;
%输出层各单元输入激活值向量L;
%输出实际值向量C;
%输入层至中间层的连接权W
%中间层至输出层的连接权V
%中间层各单元的阀值F1
%输出层各单元的阀值F2
%输入层数目为n1,中间层数目为n2,输出层数目为n3;
...