-
XWXGF
使用相位相关法对视频中的两帧图象进行预测编码,画出运动场并求出峰值信噪比(Using the method of relevant video phase two frames image coding, predicting playground and peak value signal-to-noise ratio)
- 2010-07-02 22:03:24下载
- 积分:1
-
MATLAB_control_tool_application_notes
里面有MATLAB控制工具箱的详细中文介绍,是控制领域人员学习MATLAB的绝好材料。(There are more Chinese introduction about MATLAB Control Toolbox, and it is an excellent material to learn MATLAB in the control area.)
- 2010-11-30 20:21:23下载
- 积分:1
-
10.-stepper_motor
steo mottor with gui matlab and port pararell
- 2011-02-15 16:13:23下载
- 积分:1
-
zishiying
说明: matlab的各种自适应仿真分析。。自适应信息处理的算法、方案繁多,究其实质可归纳为遵循最小均方误差(Least Mean Square,LMS)准则及最小二乘(Least Square,LS)准则两大类,其他算法大多是这两种算法的演进。(matlab simulation analysis of various adaptive. . Adaptive information processing algorithms, a variety of plans, their essence can be summarized as follows the minimum mean square error (Least Mean Square, LMS) criterion and least squares (Least Square, LS) criteria for two categories, most of the two other algorithms kind of algorithm evolution.)
- 2010-04-28 20:49:01下载
- 积分:1
-
RS
说明: MATLAB实现的RS检测与LSB隐写构造分析。(MATLAB implementation of the RS detection and structural analysis of LSB Steganography.)
- 2011-04-28 09:00:02下载
- 积分:1
-
Pulse_shaping_LUT
通信仿真:
利用Matlab实现的脉冲成型仿真(Communication Simulation : Matlab Pulse Forming Simulation)
- 2007-05-20 16:54:13下载
- 积分:1
-
enframe
语音信号的分帧处理,实现语音的非平稳化为准平稳过程,利用一些平稳信号的处理方法来处理语音信号。(The sub-frame of the speech signal processing, non-smooth voice of whichever stationary process, some stationary signal processing methods to process voice signals.)
- 2013-03-10 19:12:56下载
- 积分:1
-
maze
paper q learning for solving a maze
- 2014-11-21 01:57:29下载
- 积分:1
-
boshuxingcheng
GPS抗干扰 波束形成 两种干扰 导数约束(GPS jamming interference beam formation of two derivative constraints)
- 2015-03-19 22:31:19下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1