搜索结果

找到约 209 项符合 zero-mean 的查询结果

文件格式 An adaptive fuzzy integral sliding mode controller for mismatched time-varying linear systems is p

An adaptive fuzzy integral sliding mode controller for mismatched time-varying linear systems is presented in this paper. The proposed fuzzy integral sliding mode controller is designed to have zero steady state system error under step inputs and alleviate the undesired chattering around the sliding ...
https://www.eeworm.com/dl/639/382941.html
下载: 119
查看: 1065

微处理器开发 44b0公版的测试程序

44b0公版的测试程序, ******************************************************* * NAME : 44BINIT.S * * Version : 10.JAn.2003 * * Description: * * C start up codes * * Configure memory, Initialize ISR ,stacks * * Initialize C-variables * * Fill zeros into zero-initialized C-varia ...
https://www.eeworm.com/dl/655/383288.html
下载: 141
查看: 1032

matlab例程 Demonstration script for LSSB-AM modulation. The message signal is +1 for 0 < t < t0/3, -2 fo

Demonstration script for LSSB-AM modulation. The message signal is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
https://www.eeworm.com/dl/665/384059.html
下载: 84
查看: 1049

matlab例程 Demonstration script for envelope detection. The message signal is +1 for 0 < t < t0/3, -2 fo

Demonstration script for envelope detection. The message signal is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
https://www.eeworm.com/dl/665/384078.html
下载: 161
查看: 1060

matlab例程 k-step ahead predictions determined by simulation of the % one-step ahead neural network predictor.

k-step ahead predictions determined by simulation of the % one-step ahead neural network predictor. For NNARMAX % models the residuals are set to zero when calculating the % predictions. The predictions are compared to the observed output. %
https://www.eeworm.com/dl/665/384089.html
下载: 127
查看: 1077

通讯/手机编程 % am.m % Matlab demonstration script for DSB-AM modulation. The message signal % is +1 for 0 <

% am.m % Matlab demonstration script for DSB-AM modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
https://www.eeworm.com/dl/527/384778.html
下载: 72
查看: 1026

其他 //使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define

//使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define ZERO 0 #define ONE 1 #define ODD 1 #define EVEN 0 #define RIGHT 1 #define LEFT 0 #define MAX 10
https://www.eeworm.com/dl/534/385903.html
下载: 119
查看: 1039

技术管理 韩国Yunjin Lee的博士论文

韩国Yunjin Lee的博士论文,包含了她读博期间的主要研究成果,包括Mesh Scissoring: Contour-Based Segmentation,Mesh Parameterization Using Virtual Boundaries,Geometric Snakes for 3D Meshes,Mean Shift for 3D Meshes
https://www.eeworm.com/dl/642/387564.html
下载: 73
查看: 1016

GPS编程 GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dyn

GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dynamic Link Library which provides access to any NMEA-183 compliant GPS receiver via a serial communications port. HsGpsDll is designed for use from Visual C, Visual Basic or other languages, capable o ...
https://www.eeworm.com/dl/693/390056.html
下载: 97
查看: 1044

数据结构 1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构

1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构,使用下述的结构定义: struct employee{ int age char name[15] double salary } (2) 在主函数里构造一个数组company,用来存放职工信息。 (3) 设计update函数,用来对company中指定职员的信息进行更改。要求先按照name查询到相应的职员,然 ...
https://www.eeworm.com/dl/654/391339.html
下载: 152
查看: 1138