-
boost_neural_network
结合boosting与神经网络方法相结合的分类方法,效果好,识别率高(Combining boosting and neural network approach for robust classification, effective with high recognition rate)
- 2011-04-30 17:41:07下载
- 积分:1
-
RC_load
Matlab code to calculate LC load response using simulink
- 2012-03-27 03:09:45下载
- 积分:1
-
Massive-MIMO
关于大规模MIMO的论文,包括导频设计、信道估计等内容,有一定参考价值(MIMO papers on a large scale, including the pilot design, channel estimation, etc., have a certain reference value)
- 2013-11-30 16:40:42下载
- 积分:1
-
1000-8608(2013)05-0742-07
一种基于复合混沌映射的单向Hash函数构造(One-way Hash function construction based on composite chaotic map)
- 2014-02-01 19:51:24下载
- 积分:1
-
lbest_pso
基于环形的领域最优粒子群优化算法,MATLAB源程序(Based on the best areas of the ring particle swarm optimization algorithm, MATLAB source code)
- 2011-04-27 12:21:19下载
- 积分:1
-
MATLAB-and-Verilog-codes
there are 5 files. the first two codes are written in Matlab as m-files in control system design to show step responses. in contrast, the final three codes are written in verilog ( Quartus II) used in Altera one of them for BCD adder and the other for four to two bits encoder circuit.
- 2015-03-08 08:39:34下载
- 积分:1
-
estimation_Code
matlab program for noon linear estimation
- 2015-03-12 21:01:55下载
- 积分:1
-
1
说明: amuzesh matlab farsi
- 2010-07-19 17:02:17下载
- 积分:1
-
ddvip_com_043036df18ae2f
matlab+dct+数字水印,这实在linux系统下运行的程序。(matlab+ dct+ digital watermarking, which is running under linux system procedures.)
- 2009-05-08 13:55:09下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1