代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/299343/3853293
m chap7_15m.m
function [u]=pid_aw1f1(u1,u2,u3,u4)
e=u2;
un=u3;
us=u4;
M=2;
switch M
case 1 %PID
u=e;
case 2 %Anti-windup PID
umin=0;
umax=10;
ua=(umin+umax)/2;
if
www.eeworm.com/read/289252/3991859
m sta6_2m.m
function yy=model(beta0,X)
a=beta0(1);
b=beta0(2);
c=beta0(3);
d=beta0(4);
e=beta0(5);
f=beta0(6);
x1=X(:,1);
x2=X(:,2);
x3=X(:,3);
x4=X(:,4);
x5=X(:,5);
www.eeworm.com/read/289252/3991860
m sta6_1m.m
function yy=model(beta0,x)
a=beta0(1);
b=beta0(2);
yy=a+(0.49-a)*exp(-b*(x-8));
www.eeworm.com/read/289252/3991861
m sta6_3m.m
function yy=model(beta0,X)
a=beta0(1);
b=beta0(2);
yy=exp(a+b*log(X));
www.eeworm.com/read/286495/4039382
m aci3_3_m.m
% ACI3-3 system (Sensored Indirect Field Oriented Control of Induction Motor)
%
% Required following function m-files:
% 1. "aci.m" - induction model
% 2. "cur_mod.m" - Current model
% 3. "pid_r
www.eeworm.com/read/277562/4154884
h m_m68k.h
/* $Id: m_m68k.h 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C)2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/271875/4221534
m2m mfd-makefile.m2m
####################################################### -*- Makefile -*-
## $Id: mfd-makefile.m2m 12577 2005-07-25 15:37:02Z dts12 $
##
################################################################
www.eeworm.com/read/435277/1865086
ag-and_32m_cfg_m
00000000
06198006
03230006
032A4006
032D4006
03460006
03550006
035BC006
035E4006
0368C006
03670006
03814006
036A8006
03700006
03878006
03214006
03798006
031D4006
04504006
04574006
www.eeworm.com/read/430037/1942711
m pr6_47m.m
%Problem 6.47 modified;
%finds first binary primitive polynomial;
clear all; close all;
fprintf('\n');
n=14; %set degree of polynomial;
N=2^n-1; %m-sequence length;
din=[1,zeros(1,n-1)]; %init
www.eeworm.com/read/427287/1972393
m ch4_1m.m
% load dryer2
% dat = iddata(y2,u2,0.08);
% dat1 = merge(dat(1:498),dat(502:719),dat(719:1000))
% m = pem(dat1);
% m1 = pem(getexp(dat1,[1,2]));
% compare(getexp(dat1,3),m1)
load dryer2
z =