-
PID_Control_Made_Easy
PID控制电机的SUMULINK仿真程序,可直接运行。(PID control motor SUMULINK simulation program can be run directly.)
- 2010-07-04 15:34:38下载
- 积分:1
-
plotcubesam
Very simple function to quickly plot a 3D cube
- 2013-08-18 04:02:11下载
- 积分:1
-
PCA
PCA主成分分析方法来处理手势向量,来获得手势的特征向量,即主要成分(PCA principal component analysis method)
- 2012-02-15 16:49:55下载
- 积分:1
-
mui_v22
窗函数法设计一个数字带通FIR滤波器,进行逐步线性回归,意信号卷积的运算,并且绘制图象。( A window function design FIR digital band-pass filter, Stepwise linear regression, Convolution operation is intended to signal and image rendering.)
- 2017-03-27 21:49:56下载
- 积分:1
-
IterativeClosestPointMethod
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix and
T - translation vector accordingly
so
newdata = R*data + T .
newdata are transformed data points to fit model
see help icp for more information
(ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model- matrix with model points,
data- matrix with data points,
OUTPUT:
R- rotation matrix and
T- translation vector accordingly
so
newdata = R*data+ T .
newdata are transformed data points to fit model
see help icp for more information
)
- 2007-09-09 16:06:34下载
- 积分:1
-
abc_model
induction machine abc_model
- 2013-07-20 00:15:05下载
- 积分:1
-
rcosflt_Jamming
1、根据干扰总功率要求,在PSK调制信号带宽内产生单音干扰和多音干扰信号,并叠加到产生的信号源上。
2、将收到干扰的信号进行频率搬移到基带,然后通过匹配滤波器以及解调过程得到信息,统计误码率并与真实信息的解调误码率进行对比,评估音频干扰对PSK信号的干扰效果。
(1, according to the total power requirement of interference generated tone signal interference and multi-tone interference in the PSK modulated signal bandwidth, and superimposed on the signal generated by the source. 2, the received interference signal to a baseband frequency shift, and the information obtained by the matched filter and a demodulation process, statistical error rate BER and the true information demodulation comparison, evaluation of the PSK signal, audio interference interference effects.)
- 2014-05-03 13:20:55下载
- 积分:1
-
MATLABchengxu
这是我从一本基于MATLAB实现的数值分析算法的书中自带的光盘程序,都是可以套用的算法。都是用MATLAB实现的算法(I take it from a MATLAB-based algorithm to achieve the numerical analysis of the book comes with a CD-ROM program, the algorithm can be applied. Are realized by MATLAB algorithms)
- 2008-12-11 23:03:28下载
- 积分:1
-
matlabDynaicProgrammingAlgorithm
基于Matlab的动态规划算法的实现,不同的例子主程序一样,不过其他诸如决策函数等是不一样的(Dynamic Programming Algorithm)
- 2009-09-20 09:22:22下载
- 积分:1
-
base
1.分别在两个图中画出δ(n)和δ(n-2),其中-10≤n≤10,画出U(n)其中-10≤n≤10。
2.分别在两个图中画出x1(n)=cos(2π×20×0.01×n),0≤n≤10和x2(n)=(0.8)n,1≤n≤6。
3.由上一题,计算y(n)=x1(n)+x2(n),并画图。(1. Draw the figure at two δ (n) and δ (n-2), where-10 ≤ n ≤ 10, draw the U (n) where-10 ≤ n ≤ 10. 2. Respectively in the two Draw the figure x1 (n) = cos (2π × 20 × 0.01 × n), 0 ≤ n ≤ 10 and x2 (n) = (0.8) n, 1 ≤ n ≤ 6. 3. from the previous question, calculate y (n) = x1 (n)+ x2 (n), and drawing.)
- 2010-11-26 16:34:06下载
- 积分:1