-
quansousuo
编写针对一个搜索点宏块比较的下面两个匹配函数:均方误差(MSE)、绝对值误差(MAD)。函数名直接使用简写。要求当前帧和参考帧的数据均采用二维数组表示。(Writing for a search point macroblock compare the following two matching functions: the mean square error (MSE), absolute error (MAD). The function name directly using shorthand. Requirements of the current frame and reference frame data are used two-dimensional array.)
- 2012-06-11 11:28:01下载
- 积分:1
-
WKBCal
说明: 光通信计算,利用公式计算折射率分布,特别为化学方法产生的器件(optical communication, the use of the refractive index distribution formula, particularly for the chemical device)
- 2021-05-13 23:30:03下载
- 积分:1
-
dataprocesswithvcandmatlab
如何在vc环境下利用matlab工具箱进行数据处理(how to do data processing in vc++ with the toolbox of matlab)
- 2009-11-22 15:57:22下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
Runge-Kutta-
应用四阶龙格库塔法求解微分方程的初值问题(Applications fourth-order Runge-Kutta Solving Ordinary Differential Equations)
- 2015-01-28 17:43:33下载
- 积分:1
-
lunwen
最新关于故障诊断的论文,有LMD算法,还有EMD算法,主要是做轴承磨损预测的(failed to translatefailed to translatefailed to translatefailed to translate)
- 2013-05-03 10:47:38下载
- 积分:1
-
mohu
此为模糊PID自适应控制程序,可以用于仿真或者实验,经过本人验证可直接运行(This is a fuzzy adaptive PID control procedures can be used to simulate or experiment can be run directly after I verify)
- 2014-10-29 21:57:52下载
- 积分:1
-
variogram2
semivario structure funvtion,there is no need other steps
- 2012-05-07 21:56:51下载
- 积分:1
-
EchoCancellation
在github上下载的回声消除程序,有文档和代码,代码有MATLAB的和stm32的,可以借鉴参考下(Refer to the following on github download echo cancellation procedures, documentation and code, the code has MATLAB and stm32 can learn)
- 2014-11-05 09:45:51下载
- 积分:1
-
code
信源编码,香农编码,实现了部分功能。希望大家积极改正。(Source coding, Shannon coding, to achieve some functionality. I hope you actively corrected.)
- 2014-10-29 16:19:33下载
- 积分:1