-
QP
说明: 采用Matlab编写的QP算法,并且在QP算法做了一些改进,加速了收敛性(Written using Matlab QP algorithm, and in the QP algorithm made some improvements to accelerate the convergence)
- 2011-10-11 13:24:04下载
- 积分:1
-
huofuman
用matlab编写的霍夫曼 调试过 没有问题 简单易懂(Huffman debugging using matlab no problem with a simple and easy to understand)
- 2012-11-22 19:09:24下载
- 积分:1
-
axialflux
Axial Flux Machine_ Design Using Matlab
- 2015-04-20 13:28:06下载
- 积分:1
-
ECGcode
自己写的利用形态滤波方法去ECG基线漂移,附MIT-BIH心电数据库(受上传文件大小所限,只包含第124号数据供程序验证)(Written by myself, ECG baseline drift is removed by morphological filtering method, with MIT-BIH ECG database (limited by the size of uploaded files, only data No. 124 is included for program verification))
- 2020-06-19 23:00:02下载
- 积分:1
-
12 极限学习机参考程序
说明: 用于预测,极限学习机Matlab程序,能直接运行,适合学习,。。。。。。。(Used for prediction, the ultimate learning machine Matlab program, can run directly, suitable for learning,...)
- 2021-04-01 17:49:08下载
- 积分:1
-
delay
基于互功率谱的时延估计算法,对仿真结果有图详细描述(Based on cross-power spectrum of time-delay estimation algorithm, simulation results have plans for a detailed description of)
- 2020-11-05 11:29:53下载
- 积分:1
-
spline-basedImageRegistration
The problem of image registration subsumes a number of problems and techniques in multiframe
image analysis, including the computation of optic flow (general pixel-based motion), stereo
correspondence, structure from motion, and feature tracking. We present a new registration
algorithm based on spline representations of the displacement field which can be specialized to
solve all of the above mentioned problems. In particular, we show how to compute local flow,
global (parametric) flow, rigid flow resulting from camera egomotion, and multiframe versions of
the above problems. Using a spline-based description of the flow removes the need for overlapping
correlation windows, and produces an explicit measure of the correlation between adjacent flow
estimates. We demonstrate our algorithm on multiframe image registration and the recovery of 3D
projective scene geometry. We also provide results on a number of standard motion sequences.
- 2007-10-23 08:56:14下载
- 积分:1
-
matlab_dsp_building
matlab dsp building
fpga(matlab dsp building
)
- 2009-12-30 09:23:38下载
- 积分:1
-
Matlab-function
包含matlab常用命令,函数,快捷键等的介绍(matlab function)
- 2012-04-27 10:14:19下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1