代码搜索:mpc
找到约 10,000 项符合「mpc」的源代码
代码结果 10,000
www.eeworm.com/read/192034/8410519
m mpc.m
function [A]=mpc(X,E)
% Syntax: [A]=mpc(X,E);
% This function calculates the MSSA principal components of the data
% matrix X from the eigenfunction matrix E (from MSSAEIG).
% The eigenve
www.eeworm.com/read/429004/8824777
v mpc.v
module mpc(instr,out);
input[17:0] instr;
output[8:0] out;
reg[8:0] out;
reg func;
reg[7:0] op1,op2;
function[16:0] code_add;
input[17:0] instr;
reg add_func;
reg[7:0] code,opr1,opr2;
begi
www.eeworm.com/read/384201/8891040
v mpc.v
module mpc(instr,out);
input[17:0] instr;
output[8:0] out;
reg[8:0] out;
reg func;
reg[7:0] op1,op2;
function[16:0] code_add;
input[17:0] instr;
reg add_func;
reg[7:0] code,opr1,opr2;
begi
www.eeworm.com/read/383822/8915454
v mpc.v
module mpc(instr,out);
input[17:0] instr;
output[8:0] out;
reg[8:0] out;
reg func;
reg[7:0] op1,op2;
function[16:0] code_add;
input[17:0] instr;
reg add_func;
reg[7:0] code,opr1,opr2;
begi
www.eeworm.com/read/378479/9229697
v mpc.v
module mpc(instr,out);
input[17:0] instr;
output[8:0] out;
reg[8:0] out;
reg func;
reg[7:0] op1,op2;
function[16:0] code_add;
input[17:0] instr;
reg add_func;
reg[7:0] code,opr1,opr2;
begi
www.eeworm.com/read/374228/9415365
v mpc.v
module mpc(instr,out);
input[17:0] instr;
output[8:0] out;
reg[8:0] out;
reg func;
reg[7:0] op1,op2;
function[16:0] code_add;
input[17:0] instr;
reg add_func;
reg[7:0] code,opr1,opr2;
begi
www.eeworm.com/read/372505/9507460
v mpc.v
module mpc(instr,out);
input[17:0] instr;
output[8:0] out;
reg[8:0] out;
reg func;
reg[7:0] op1,op2;
function[16:0] code_add;
input[17:0] instr;
reg add_func;
reg[7:0] code,opr1,opr2;
begi
www.eeworm.com/read/169221/9874909
v mpc.v
module mpc(instr,out);
input[17:0] instr;
output[8:0] out;
reg[8:0] out;
reg func;
reg[7:0] op1,op2;
function[16:0] code_add;
input[17:0] instr;
reg add_func;
reg[7:0] code,opr1,opr2;
begi
www.eeworm.com/read/364622/9902856
txt mpc.txt
程序一:跟踪阶跃函数
clear all;
close all;
Ts=0.5;%采样周期0.5s
Tr=1;H=10;%参考轨迹时间常数为1,预测时域优化长度为10
Km=3;Tm=3;%预测模型的参数
beta=exp(-Ts/Tr);
alph=exp(-Ts/Tm);
%对象离散化
sys=tf(3,[3,1]);
dsys=c2d(sys,Ts,'z');
www.eeworm.com/read/362310/10005813
v mpc.v
module mpc(instr,out);
input[17:0] instr;
output[8:0] out;
reg[8:0] out;
reg func;
reg[7:0] op1,op2;
function[16:0] code_add;
input[17:0] instr;
reg add_func;
reg[7:0] code,opr1,opr2;
begi