-
wnlb
一个维纳滤波算法,利用MATLAB编写的,解压后可直接调用(a Wiener filter algorithm, using MATLAB, unpacked directly call)
- 2006-12-09 23:18:52下载
- 积分:1
-
Off_line_LMS
off line FX-LMS algorithm to reduce noise from primary path
- 2013-10-16 19:47:02下载
- 积分:1
-
cell_auto_program
元胞自动机的大部分程序,包括元胞自动机生成sierpinski直角垫片 ,在六边形的元胞自动机上模拟单粒子运动,算法是基于FHP规则.以及元胞自动机模拟地球卫星的云图 ,元胞以固定的概率向相邻的4个元胞扩散 zz问题,元胞自动机模拟地球卫星的云图 ,以及生命游戏,机器人等程序(Cellular automata most programs, including cellular automata generate sierpinski Cartesian pads, analog single particle motion in the hexagonal cellular automata, FHP is based on rules. Well as cellular automata simulation Earth satellite imagery , cellular fixed probability to four adjacent cellular proliferation zz problems, cellular automata simulation Earth satellite imagery, as well as Game of Life, robots and other procedures)
- 2014-01-19 16:55:42下载
- 积分:1
-
EHO
象群游牧算法(EHO)原始代码(作者所写)。(Elephant herding optimization algorithm (EHO) original codes (the author wrote).)
- 2018-10-02 19:33:12下载
- 积分:1
-
Duobinary-Signaling-Encoder
双二进制信号是一种信号体制利用码间干扰作为一种控制方式而不是消除码间干扰(Duobinary signaling is a three level signaling scheme that uses intersymbol interference in a controlled way instead of trying to eliminate it.
)
- 2010-09-26 11:07:42下载
- 积分:1
-
turbo_test
一个很经典的Turbo编码解码程序,除了Turbo码的性能测试外,还增加了正常的信源编码和解码过程,主要用于通信中的信源数据的编码和接收端得解码过程。(The encoding.com turbo encoding feature is available via the encoding.com API and will automatically send your job to a higher capacity (more CPU and more RAM) server for faster processing times. This feature is great to use for high bitrate, H.264, HD, or any video encoding job in which processing time is critical. On average the turbo encoding feature will process a job 60 faster than our standard servers.
)
- 2009-11-27 11:14:04下载
- 积分:1
-
parameter_Jakes
信道仿真,小尺度衰落信道的MATLAB仿真源码(jakes仿真模型)(Channel simulation, small-scale fading channel MATLAB simulation source (jakes simulation model))
- 2012-12-04 21:39:35下载
- 积分:1
-
Chuas
Chua系统的simulink仿真,可以运行(Chua system simulink simulation, you can run)
- 2009-01-15 14:50:19下载
- 积分: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
-
22464739106a
利用边界追踪法对图像进行轮廓提取,此函数文件得到的是边界点对应位置索引矩阵(Boundary tracking method using the image contour extraction, this function is to get the file location of the boundary points corresponding to the index matrix)
- 2011-11-24 20:41:36下载
- 积分:1