-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1
-
final
inverse kinematics 7 dof
- 2010-02-17 02:17:39下载
- 积分:1
-
mseq
说明: 直接序列扩频系统中m序列产生的程序代码,此程序清楚明白(Direct Sequence Spread Spectrum System m sequences generated code, this procedure clear)
- 2010-03-29 21:57:43下载
- 积分:1
-
dspstfft_daq
fft spectrum audio file
- 2011-12-14 21:49:02下载
- 积分:1
-
matlabtuxiangchulihehuidubianhuan
一个MATLAB 的图像处理和灰度变换的程序,这个是老师留的作业,里面有详细的讲解过程,非常的详细,对做图像的朋友非常有用(A MATLAB image processing and gray-scale transformation program, this is the teacher to stay the operation, which explain in detail the process, very detailed images of a friend is very useful to do)
- 2009-12-16 10:40:43下载
- 积分:1
-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1
-
Optimization
Optimization Techniques
- 2013-12-21 13:19:44下载
- 积分:1
-
interpolar
关于次啊阳绿过低时进行内插的程序,主要是拉格朗日内插和farrow内插。(Interpolation procedures on when times ah sun green low, largely Lagrange interpolation and farrow interpolation.)
- 2015-06-13 09:59:23下载
- 积分:1
-
NEWHARRIS
利用HARRIS矩阵实现角点提取,适用于多种图像(HARRIS matrix realization of the use of corner extraction, applied to a variety of image)
- 2009-04-09 11:34:45下载
- 积分:1
-
mfcc
A matlab code to extract MFCC features, with several options
- 2010-05-06 00:59:14下载
- 积分:1