-
taskPower
Compute the signal power
- 2010-07-19 03:20:47下载
- 积分:1
-
newton2
nonlinear optimization code can find local or global minima
- 2011-02-03 18:38:47下载
- 积分:1
-
Matlab-for-Image-Representation
说明: 图像稀疏表示的MATLAB编程代码,有图(MATLAB sparse representation of the image programming code, a map)
- 2011-04-11 16:48:06下载
- 积分:1
-
lpcPbyPmatlab
运行可实现的lpc matlab编码源代码
(Operation can realize the LPC matlab source code)
- 2013-01-09 09:52:39下载
- 积分:1
-
line_hough
用matlab实现hough变换的直线检测,对原有代码的错误指出进行了改正,可以直接运行.(using Matlab achieve hough transform linear detection, on the original error code that the correction can be run directly.)
- 2006-12-23 11:13:42下载
- 积分:1
-
matlab_book
精通maltab--maltab学习指导辅导练习综合教程用书(Proficient maltab- maltab comprehensive learning tutorial guidance counseling practice books)
- 2009-05-18 14:43:15下载
- 积分:1
-
chap8
说明: 自动控制系统中滑膜变结构控制matlab仿真程序(Automatic Control System of Variable Structure Control of synovial matlab simulation program)
- 2010-04-21 18:20:53下载
- 积分:1
-
effectiveindex
光纤中纤芯基模的有效折射率计算程序,二分法求解!(fiber core base mode of the effective refractive index calculation procedures for dichotomy!)
- 2007-03-22 09:06:29下载
- 积分:1
-
Main_MP
基于压缩感知(应用匹配追踪算法)处理一维信号(MP compressed sensing using matching pursuit)
- 2021-03-26 13:29:13下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1