-
t120_2
一个谐波处理的matlab软件。只要将里面的数据换成自己的数据即可。(A harmonic processing matlab software. As long as the data inside can be replaced by their own data.)
- 2009-05-20 17:01:23下载
- 积分:1
-
graphhhhhh
this is a gud graph....method
- 2010-05-18 01:27:46下载
- 积分:1
-
project
LARN ABOUT PROJECT DEATAILS
- 2014-08-21 15:24:32下载
- 积分:1
-
SBASrc
使用CMakeList重新组织的SBA,即稀疏矩阵光束法平差算法,希望对大家有用(Use CMakeList reorganize the SBA, namely sparse matrix bundle adjustment algorithm, we hope to useful)
- 2014-02-15 14:34:03下载
- 积分:1
-
cdma
提供了CDMA通信的matlab仿真程序(Provide a CDMA communication matlab simulation program)
- 2010-10-25 20:18:36下载
- 积分:1
-
esn
这是基于MATLAB的回声状态网络,可用于趋势测量(This is based on MATLAB echo state network that can be used to measure trends)
- 2014-12-15 20:31:14下载
- 积分:1
-
dft--convolution--IDFT--fir(finite-impulse-respon
different matlab code for convolution, discrete fourier transform, finite impulse response, inverse DFT, descimator
- 2014-02-07 20:40:35下载
- 积分:1
-
用0tsu方法和梯度算法分别对图像进行边缘提取
说明: 用0tsu方法和梯度算法分别对图像进行边缘提取(Use 0tsu method and gradient algorithm to extract the edge of the image respectively)
- 2020-09-19 01:48:14下载
- 积分:1
-
DW
说明: 对于较低版本的matlab用户可以直接进行DW检验!但是要求残差向量要大于15(it can do wd)
- 2012-04-30 16:12:28下载
- 积分: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