-
ch5
内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。(The contents of each chapter is relatively complete and independent it is a simple MATLAB reference books, both for beginners, but also to high-level MATLAB users. Of MATLAB and FORTRAN, C and other languages with a description of all MATLAB books is a major feature of the few.)
- 2009-10-17 13:30:00下载
- 积分:1
-
robut-control
this file contains a robust control project with report in word and mfiles
- 2013-07-26 16:21:55下载
- 积分:1
-
For2008a
ACOUNT: 用于A 方向灯的时间显示,8 位,可驱动两个数码管;
BCOUNT: 用于B 方向灯的时间显示,8 位,可驱动两个数码管。*/
module traffic(CLK,EN,LAMPA,LAMPB,ACOUNT,BCOUNT)
output[7:0] ACOUNT,BCOUNT
(reg[7:0] numa,numb
reg tempa,tempb
reg[2:0] counta,countb
reg[7:0] ared,ayellow,agreen,aleft,bred,byellow,bgreen,bleft
reg[3:0] LAMPA,LAMPB
always @(EN)
if(!EN)
)
- 2010-06-23 14:39:58下载
- 积分:1
-
11912917rayleigh
两个重要文件:
1、Rayleigh_Doppler_singlePath.m
产生单径Rayleigh衰落,采用了6种方法并进行了比较,推荐使用第6种方法;
2、Rayleigh_Doppler_multiPath.m
根据多条径的延时和强度,产生频率选择性衰落;
在单径和多径两个程序中,均提供了其功率谱的输出代码; (Two important documents: 1, Rayleigh_Doppler_singlePath.m to generate a single path Rayleigh fading, using six kinds of ways and compared, 6 recommended methods 2, Rayleigh_Doppler_multiPath.m under a number of path delay and intensity, resulting in frequency selective fading in both single path and multi-path process, provide the output of its power spectrum code )
- 2010-08-28 09:26:49下载
- 积分:1
-
image
This is the ebook of signal image processing.
- 2010-10-06 14:08:18下载
- 积分:1
-
advance-communication-engineering
these program help to understand fading channel and also in exponentail and traingular pdf random number generation
- 2012-07-17 10:00:54下载
- 积分:1
-
mbsteg_1.2
msteg watermarking matlab code implementation
- 2013-12-12 17:31:22下载
- 积分:1
-
Self-organizing_feature_map_model
自组织特征映射模型(Self-Organizing feature Map),认为一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的连接权值具有一定的分布。最邻近的神经元互相刺激,而较远的神经元则相互抑制,更远一些的则具有较弱的刺激作用。自组织特征映射法是一种无教师的聚类方法。(Self-organizing maps model (Self-Organizing feature Map), that a neural network to accept outside input mode, will be divided into different regions, the regional input modes have different response characteristics, while the process is done automatically . The connection weights of neurons with a certain distribution. Nearest neurons stimulate each other, while distant neurons are mutually inhibitory, with a further some of the weaker stimulus. Self-organizing feature map method is a clustering method without teachers.)
- 2010-12-11 15:49:25下载
- 积分:1
-
Travelling-salesman-problem-algorithm
The travelling salesman problem (TSP) asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city? It is an NP-hard problem in combinatorial optimization, important in operations research and theoretical computer science.
- 2013-12-30 00:26:10下载
- 积分:1
-
matgraph
matlab的复杂网络的工具箱的说明书文件matgraph图论工具箱使用说明(matgraph tool paper)
- 2016-06-01 10:49:45下载
- 积分:1