-
bpMATLABcode
bp神经网络代码,利用单隐含层,可扩展为多输入单输出可以看看!
(bp neural network code, you can see!)
- 2011-05-16 13:39:32下载
- 积分:1
-
function-test1
single user energy detection
- 2012-05-03 22:54:05下载
- 积分:1
-
script_ber_msk_awgn
it s a MSK BER simulation
- 2012-02-11 21:20:10下载
- 积分:1
-
mallat
mallat matlab 经典算法,大家学习matlab算法的可以学习借鉴(mallat matlab classic algorithms, we learn matlab algorithm can learn from)
- 2008-12-13 19:21:36下载
- 积分:1
-
Chapter02
通过MATLAB来实现天线的一维,二维,三维的方向图,十分方便使用(MATLAB to implement the antenna by one-dimensional, two-dimensional, three-dimensional pattern, very easy to use
)
- 2021-03-21 10:49:17下载
- 积分:1
-
Matlab
Matlab编程学习资料,对初学者有帮助。。。(Matlab programming to learn information useful for beginners. . .)
- 2009-05-21 21:03:24下载
- 积分:1
-
cforexample105
c程序的105个经典的例子,新手很值得一看。(c program examples of the classic 105, novice is worth a visit.)
- 2010-12-28 11:48:24下载
- 积分:1
-
cpofdm
基于子空间的盲信道估计算法,用的是奇异值的分解(Subspace-based blind channel estimation algorithm, using a singular value decomposition)
- 2008-07-27 11:56:00下载
- 积分:1
-
聚类神经网络
说明: 聚类 神经网络例程,提供数据样本,且说明清晰(Clustering neural network routine)
- 2020-03-25 13:00:02下载
- 积分:1
-
Mersenne-Twister
利用Mersenne Twister算法产生随机数,并测试和分析了其随机性。 程序中还加入了界面显示。
各个文件为:
initGenerator.m:
initGenerator函数,用于初始化随机序列的长度和值
generateNum.m:
generateNum函数,当index为0时被调用,用于创建624维的移位寄存器数组
extractNum.m:
extractNum函数,根据index当前值选择数组中的数生成随机数,同时改变index的值。
main.m:
main主函数,输入种子seed和产生数目total,输出产生结果及随机性测试结果
mymy.m和mymy.fig:
用于界面显示的部分,这两个文件会通过界面传入seed和total的值,并调用main函数,在相应的框中显示输出结果。
(According to the algorithm principle on Wikipedia, the Mersenne Twister algorithm to generate random numbers, and test and analysis of its randomness. The program has also joined the interface display.
The individual files are:
initGenerator.m:
initGenerator function used to initialize the random sequence length and value
generateNum.m:
generateNum function is invoked when the index is zero, and used to create a 624-dimensional shift register array
extractNum.m:
extractNum function, according to index the current value to select the number to generate random numbers, and change the value of the index in the array.
main.m:
main function of the input seed to seed and produce the number of total, the output generated results and the randomness of the test results
mymy.m and mymy.fig:
Part of these two files for interface display interface incoming seed and the total value of, and calls the main function, to display the output in the appropriate boxes.)
- 2012-07-22 21:51:55下载
- 积分:1