-
Digital-signal-processing
Digital signal processing(Digital signal processing program contains a variety of signal processing algorithms)
- 2013-05-20 10:39:15下载
- 积分:1
-
gabor
gabor小波的matlab程序,基本包含了gabor小波的所有相关内容(gabor wavelet matlab program, the basic contains all the relevant content gabor wavelet)
- 2010-05-18 05:45:56下载
- 积分: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
-
Cluster2_web
Towards Human Exploration of Space:
a EUropean Strategy
- 2013-12-07 21:49:27下载
- 积分:1
-
tdoaex
time difference of arrival
- 2013-11-08 15:51:45下载
- 积分:1
-
SA-模拟退火算法
说明: 模拟退火算法的代码及其pdf说明,非常适于初学智能优化算法的同学学习,这个算法非常经典,用处非常广泛(The code of genetic algorithm and its PDF instructions are very suitable for the students who are beginning to learn intelligent optimization algorithm. This algorithm is very classical and has a wide range of uses.)
- 2019-10-15 10:54:56下载
- 积分:1
-
CIC_8
设计一个梳妆滤波器,将信号进行8被内插后,进行梳妆滤波。(Dressing the design of a filter, the signal was interpolated to 8 after filtering for dressing.)
- 2009-03-30 13:06:33下载
- 积分:1
-
mfiles
初学matlab可以参考的一些源代码,可以参照学习(Beginner matlab reference source code)
- 2012-04-02 11:25:42下载
- 积分:1
-
c
好用的matlab程序,专门针对冲激串的傅立叶变换设计的(welldone,good things to learn matlab)
- 2013-09-25 11:27:31下载
- 积分:1
-
Thres_ent
Segmentation function for matlab : this fucntion convert an intensity image to a binary image by using Entropy-based method.
- 2010-09-30 15:34:01下载
- 积分:1