-
91331985denoise
this is source code of matlab to reduce the noise of image.
- 2009-03-22 05:26:11下载
- 积分:1
-
MATLAB-functions
matlab的一个函数手册,包含常用函数,pdf格式(a function of matlab manual contains commonly used functions, pdf format)
- 2013-01-04 12:23:40下载
- 积分: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
-
zero-forcing-equalization
迫零均衡算法的MATLAB实现,不可多得的好东西.(Zero-Forcing equalization algorithm in MATLAB realize, rare good things.)
- 2007-10-10 07:38:31下载
- 积分:1
-
The_simulation_migration_robot_evades_the_experime
移动机器人避障实验MatlaB仿真程序(对学习MATLAB仿真的有用)(Mobile robot obstacle avoidance MatlaB experimental simulation program (MATLAB simulation for learning useful))
- 2009-06-13 09:43:14下载
- 积分:1
-
ODE45_Doouble-Pendulumn-Simulation
用ODE45计算二阶微分方程组,实例为双球摆仿真(Use ODE45 function to calculate second-order differential equation)
- 2011-05-03 15:16:22下载
- 积分:1
-
mannual-mosaicing
this program consists of mosaicing image mannually by allowing the user enter the desired points
- 2014-02-19 09:54:03下载
- 积分:1
-
13bus
Pscad simulink of standard IEEE 13 bus system
- 2010-10-18 17:27:18下载
- 积分:1
-
FDTD_1D
说明: 带挡板的平行板传输线二维FDTD仿真,FDTD,matlab程序(With a baffle plate transmission line parallel two-dimensional FDTD simulation, FDTD, matlab program)
- 2009-08-31 15:30:49下载
- 积分:1
-
one-dimensional_-wavelet
这是一维小波去噪程序 包括4种阈值和软硬阈值去噪,以及去噪后精度评定,方便大家一起学习(This is a one-dimensional wavelet denoising procedure Including four threshold and soft threshold denoising, and accuracy uation after denoising, facilitate everybody study together
)
- 2015-04-06 23:16:16下载
- 积分:1