代码搜索结果
找到约 594 项符合
Regulator 的代码
bp_dl_ev_2ask.m
%动量校正BP算法
clear
%网络说明
%输入模式向量矩阵p;
%希望输出向量矩阵t;
%中间层各单元输入激活值向量S
%中间层各单元输出向量B;
%输出层各单元输入激活值向量L;
%输出实际值向量C;
%输入层至中间层的连接权W
%中间层至输出层的连接权V
%中间层各单元的阀值F1
%输出层各单元的阀值F2
%输入层数目为n1,中间层数目为n2,输出层数目为n3;
...
bp_dl_ev_2psk.m
%动量校正BP算法
clear
%网络说明
%输入模式向量矩阵p;
%希望输出向量矩阵t;
%中间层各单元输入激活值向量S
%中间层各单元输出向量B;
%输出层各单元输入激活值向量L;
%输出实际值向量C;
%输入层至中间层的连接权W
%中间层至输出层的连接权V
%中间层各单元的阀值F1
%输出层各单元的阀值F2
%输入层数目为n1,中间层数目为n2,输出层数目为n3;
...
bp_dl_ev_4psk.m
%动量校正BP算法
clear
%网络说明
%输入模式向量矩阵p;
%希望输出向量矩阵t;
%中间层各单元输入激活值向量S
%中间层各单元输出向量B;
%输出层各单元输入激活值向量L;
%输出实际值向量C;
%输入层至中间层的连接权W
%中间层至输出层的连接权V
%中间层各单元的阀值F1
%输出层各单元的阀值F2
%输入层数目为n1,中间层数目为n2,输出层数目为n3;
...
main.c
#include "..\BF561_Regulator.h"
void main()
{
volatile int delay=0x800000;
Setup_Interrupts();
while(1)
{
while (delay--);
if (*pFIO2_FLAG_D & 0xF)
*pFIO
pid2.h
/* =================================================================================
File name: PID2.H
Originator: Digital Control Systems Group
pid2.h
/* =================================================================================
File name: PID2.H
Originator: Digital Control Systems Group
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
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
speed_pi.asm.txt
*************************************************************
* Speed PI Regulator
*************************************************************
; .ref pid_reg_spd,pid_reg_spd_init ; function cal
main.c
/********************************************************************************
* *
* (C) Copyright 2003 - Analog Devices, Inc. All rights reserved. *
*