-
svm
支持向量机原理与仿真
(Support vector machine theory level simulation)
- 2014-01-05 16:19:37下载
- 积分:1
-
捕获IP数据包的小程序(c)
说明: 捕获IP数据包的小程序,原理是使用PCAP库.开发语言为C(IP packet capture the small programs, principles for the use of Cards. For the C programming language)
- 2005-11-10 08:52:00下载
- 积分:1
-
gauss
应用Visual C++ 产生高斯噪声序列,可以加到任何信号上,以便进行其他处理。(Application of Visual C++ generated Gaussian noise sequence, can be added to any signal for other treatments.)
- 2010-07-30 22:00:02下载
- 积分:1
-
MATLABimagedata
matlab版图像数字处理这本书的配套代码(digital image processing matlab version of the book code matching)
- 2009-05-24 23:36:12下载
- 积分:1
-
nosise-trait-
说明: 这是一个AWGN信道下,编译码仿真的C程序。本人已经用它产生数据绘制折线图!包含编码,译码,信道模拟,误码率计算 …… ,程序结构清晰,不复杂,适合与初学者来了解,基本通信流程!(This is an AWGN channel, the decoding simulation C program. I' ve used it to generate data to draw a line chart! Including encoding, decoding, channel simulation, bit error rate ... ..., the program structure clear, not complicated, for with the beginners to understand, the basic communication process!)
- 2011-02-25 14:11:53下载
- 积分:1
-
FuzzyController
该程序实现输入模糊控制量与模糊规则,在MATLAB中自动实现控制量查询表(The procedure volume and the input fuzzy control fuzzy rules, in MATLAB automatically control the volume of inquiries in the table)
- 2010-09-16 10:41:58下载
- 积分:1
-
MATLAB
《MATLAB智能算法30个案例》分析源代码(" MATLAB intelligent algorithm 30 case" analyze the source code)
- 2013-07-19 12:49:57下载
- 积分:1
-
nengliangjiance-
可模拟能量检测 在任职无线网络中的频谱感知中有重要应用(Can simulate the energy detection in wireless networks in office, there are important applications of the spectrum sensing)
- 2011-04-22 15:14:08下载
- 积分:1
-
mathmatic-MATLAB
说明: 高等应用数学问题的MATLAB求解高等应用数学问题的MATLAB求解(Advanced application of advanced mathematical problem solving application of MATLAB MATLAB to solve mathematical problems)
- 2011-04-17 22:53:44下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1