-
simulink
利用SIMULINK 来实现16QAM的仿真,并分析QAM的系统性能。(16QAM using SIMULINK to realize the simulation, and analysis of system performance QAM.)
- 2009-05-09 21:25:02下载
- 积分:1
-
k-mean
这是一个matlab编写的程序。实现k均值。实现成功。(it is a matlab programming.)
- 2009-12-15 10:12:59下载
- 积分:1
-
7-chapter
MATLAB GUI设计学习手记(第二版)源程序 第7章
本书推荐的学习方法:
1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。
2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。
3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后先学习本书第4、5和6章,其他章节请根据项目需要有选择性地学习。
4)若您是一位MATLAB GUI方面的专家或老师,您可以将本书作为一本教学的参考书,本书内容全面、讲解详实、代码精炼,是不可多得的GUI宝典。
(MATLAB GUI design learning Hearts (second edition) Chapter 7 book recommended source learning methods: 1) If you are a MATLAB beginners, and there is plenty of time to learn GUI design, you can start from Chapter 1 of the book The step-by-step learning. 2) If you are a MATLAB beginners, and the time is very tight, it is recommended that you first learn to Chapter 1, followed by learning Chapter 4, Chapter 5 and Chapter 6, in other sections based on project needs selective learning . 3) If you have mastered the basic grammar of the MATLAB, the MATLAB Programming Fundamentals, please visit the Chapter 1, in particular thematic analysis section. First learning book chapters 4, 5 and 6, then the other chapters selective learning based on project needs. 4) If you are an expert or teacher of a MATLAB GUI, you can book as a teaching reference books, the book is comprehensive, explain the detailed, refined code, is a rare GUI canon.)
- 2012-11-15 18:34:39下载
- 积分:1
-
aa
说明: 一本书上的小波变换的数字水印程序,非常简单(A book on the wavelet transform of the digital watermarking process, a very simple)
- 2009-05-16 12:15:57下载
- 积分:1
-
modeling-and-simulation-of-matlab
matlab模型与仿真教程,适合初学者和科研工作者学习(Matlab model and simulation tutorials, is suitable for beginners and research workers learning)
- 2011-05-06 17:06:50下载
- 积分:1
-
FreeScale
实现一个初始结点为3,最终结点为N的无标度网络,输出数据位邻接矩阵(It s out is a adistance matrix of a free-scale network which initial points is 3 and final points is N )
- 2012-04-13 15:41:06下载
- 积分:1
-
shuiyin
matlab图像处理,把初始图像处理后,进行水印提取(matlab)
- 2009-03-07 15:01:58下载
- 积分: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
-
MATLAB
程序实例,以简洁高效的代码来实现许多程序的功能,是初学者快速入门的经典教材。(procedures matlab examples, concise and efficient code to achieve a number of procedures and functions, are beginners QuickStart classic materials.)
- 2009-03-10 17:31:23下载
- 积分:1
-
HMM
由matlab实现的HMM,两个文件可以相互参考(Implemented by the matlab HMM, the two files can refer to each other)
- 2014-01-06 01:04:50下载
- 积分:1