-
freq-filters
Matlab频率域滤波,包括理想滤波器和高斯滤波器的实现代码及原始图片(freq filters)
- 2014-12-05 18:06:15下载
- 积分:1
-
sierpinski
说明: 用matlab程序实现,生成谢尔宾斯基图像。(Program for using matlab to generate Sierpinski image.)
- 2011-03-22 11:25:45下载
- 积分:1
-
ddddd
编写程序将含有20个数据的数组M分成两个数组:正数组P和负数组N,并分别统计两个数组的个数,显示在屏幕上。(Write a program containing the data array 20 is divided into two arrays M: positive and negative groups Array P N, and the number of two arrays statistics were displayed on the screen.)
- 2013-11-14 16:14:07下载
- 积分:1
-
Client_server-application
Communication Client_server
- 2015-04-06 23:11:58下载
- 积分:1
-
MatlabGUI
Matlab GUI开发的简单的数字图像处理方法(Matlab GUI developed a simple method of digital image processing)
- 2010-09-01 09:30:15下载
- 积分:1
-
introduce
说明: 电力系统常用软件的介绍,很有针对性,适合新手了解方针方面的知识。(Power system commonly used presentation software, and objects)
- 2010-04-14 19:50:57下载
- 积分:1
-
shenjingwangluo
T=[1 0 0 1 0 0 1 0 0
0 1 0 0 1 0 0 1 0
0 0 1 0 0 1 0 0 1]
输入向量的最大值和最小值
threshold=[0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1]
net=newff(threshold,[31 3],{ tansig , logsig }, trainlm )
训练次数为1000,训练目标为0.01,学习速率为0.1
net.trainParam.epochs=1000
net.trainParam.goal=0.01
LP.lr=0.1
net = train(net,P,T)
测试数据,和训练数据不一致
P_test=[0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319
0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 (T = [1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] ' of the maximum and minimum input vector threshold = [0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net = newff (threshold, [31 3], {' tansig' , ' logsig' }, ' trainlm' ) training times for the 1000 target of 0.01 training, learning rate of 0.1 net.trainParam.epochs = 1000 net. trainParam.goal = 0.01 LP.lr = 0.1 net = train (net, P, T) test data, and training data inconsistencies P_test = [0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319 0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 )
- 2011-05-21 16:47:44下载
- 积分:1
-
sequences
里面包含GCL、gold、m序列的生成MATLAB源代码(Which contains the GCL, gold, m MATLAB source code generated sequence)
- 2010-09-30 21:31:10下载
- 积分:1
-
naive_bayes_classifer
naive bayesian classification
- 2010-11-09 17:09:51下载
- 积分:1
-
systemOpt_EMA2
matlab用于模拟程序化交易。双EMA交易系统,用于优化参数。(matlab for simulating program trading. Two-EMA trading system, used for parameter optimizing.)
- 2015-02-25 11:35:32下载
- 积分:1