-
kalmanTrackMouse
用kalman滤波算法来跟踪鼠标, 小有意思的程序, 有助于理解kalman算法(Using kalman filter algorithm to track the mouse, a small interesting programs, help to understand the kalman algorithm)
- 2010-06-08 22:18:50下载
- 积分:1
-
FIR-filter
基于切比雪夫最佳一致逼近设计了低通、高通、带通、带阻线性相位FIR滤波器(Based cut Chebyshev best uniform approximation to design low-pass, high pass, band pass, band-stop linear-phase FIR filter)
- 2012-03-25 12:50:38下载
- 积分:1
-
voice
对语音信号进行高通、低通、带通滤波器处理(voice lowpass highpass bandpass)
- 2012-04-24 19:32:50下载
- 积分:1
-
zhuanjia111
用专家系统优化下面的PID参数或设计一个专家控制器,被控对象为 并与PI控制算法进项比较(use expert system optimization below the PID parameters, or a design expert controller, and object to the PI control algorithm with a credit comparison)
- 2021-04-28 16:18:43下载
- 积分:1
-
dat-read
用matlab编写的简单的读图程序,可以将我们常见的一别曲线图片里的曲线上的具体坐标读取出来,适合初学者(Simple interpret blueprints procedures, using matlab specific coordinates on the curve in our common other curve pictures can be read out, suitable for beginners)
- 2013-03-24 10:38:12下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
mastering_statistical_process
A Handbook for Performance Improvement Using Cases
- 2010-09-12 04:52:41下载
- 积分:1
-
work
最小二乘是广义预测的基础知识,学习最小二乘有利于学习广义预测控制(Generalized least squares is predicted on the basis of knowledge, learning conducive to learning generalized least squares predictive control)
- 2013-12-04 15:13:21下载
- 积分:1
-
sss
matlab基础中课后习题,一个非常简单的MATLAB小程序,用二分法求根(matlab based after-school exercise in a very simple little program MATLAB, with the dichotomy Roots)
- 2010-10-25 12:50:51下载
- 积分:1
-
71477208FastICA
常用的一个经典的ICA分离程序,主要用于分离语音信号(Commonly used in a classic ICA separation process is mainly used for separation of speech signals)
- 2021-03-28 12:29:11下载
- 积分:1