-
gam_noise_gen
产生服从Gamma分布的噪声可真难啊,呵呵...
产生服从Gamma分布的噪声可真难啊,这个函数费了我好久的力,才理解并实现。写在这里吧。
(Gamma distribution subject to the noise generated can be sad to say ah, huh, huh ... obey the Gamma distribution of the noise generated may be sad to say ah, this function took a long time the power I only understand and implement. Write it here.)
- 2010-06-06 11:59:01下载
- 积分:1
-
MATLABcode
《通信系统仿真原理与无线应用》配套MATLAB源码( Principles of Communication Systems Simulation with Wireless Applications complementary source MATLAB)
- 2008-04-23 00:22:39下载
- 积分:1
-
basic-pso-code
PSO基本算法 实现30维的球形函数的优化求值(fundermental algorithm of PSO)
- 2012-03-24 19:04:12下载
- 积分:1
-
lesson_matlab
Matlab入门学习,包括源程序,word文档已解密。MATLAB 6.5环境、数值计算、符号计算、可视化和GUI设计、程序设计、线性控制系统分析与设计、Simulink仿真环境、MATLAB高级应用(Matlab entry-learning, including source code, word documents decrypted.)
- 2013-01-17 17:46:26下载
- 积分:1
-
third
matlab simulink程序设计的一本好书(a guide for matlab simulink)
- 2013-02-07 13:08:11下载
- 积分:1
-
matlap
this book speak to matlab
- 2011-09-26 19:36:53下载
- 积分:1
-
New-folder-(3)
a pdf for learning of matlab
- 2011-10-21 13:58:31下载
- 积分:1
-
2008_bmvc_FaceDetector_demo
2008_bmvc_FaceDetector, 2008新提出一种人脸检测算法(2008_bmvc_FaceDetector, face detection algorithm, )
- 2011-10-25 16:38:43下载
- 积分:1
-
frameread
Read in frame sequence from RAW image files.
- 2010-06-30 20:15:34下载
- 积分: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