-
An.Introduction.To.Programming.And.N.ethods.In
对MATLAB编程以及数值算法的简介,英文原版电子书(An Introduction to Programming
and Numerical Methods in MATLAB)
- 2010-07-07 18:49:40下载
- 积分:1
-
NRlogistic
罗吉斯回归程序 提供matlab环境下仿真程序(Logistic regression procedure matlab simulation environment)
- 2009-05-26 22:22:59下载
- 积分:1
-
demod
demodulation bpsk, qpsk, 16qam, 64 qam
- 2010-05-30 03:05:23下载
- 积分:1
-
xiaoboPc
小波变换已应用到工程的各个方面,但一般只是应用MATLAB的小波工具包来编程,有时需要自己编程实现,故这里给出了DB4小波变换的C实现(Wavelet transform has been applied to all aspects of the project, but generally only apply MATLAB wavelet toolkit for programming, sometimes need their own programming, so here is a DB4 wavelet transform C implementation)
- 2014-12-08 10:09:40下载
- 积分:1
-
Arma
Use of Arma in filter kalman for estimating a curve prosess
- 2013-12-06 08:01:45下载
- 积分:1
-
A1.tar
csc4111 a1 code soln matlab
- 2013-10-02 12:19:39下载
- 积分:1
-
BEAMFORMING_MUSIC_BS1
波束空间MUSIC算法源程序.针对这种算法存在的分辨力差、估计偏差大等缺陷提出了一种新的基于波束空间的单次快拍MUSIC算法该方法首先利用单次快拍来估计阵列数据的协方差矩阵再将常规波束形成(Beam space MUSIC algorithm source code for this algorithm resolution, with an estimated deviation defects based on a single snapshot of the beam space MUSIC algorithm is the first to use a single snapshot to the estimated array data covariance matrix of the then conventional beamforming)
- 2013-05-19 16:33:16下载
- 积分:1
-
matchwave_pipei
MATLAB实现EMD分析振动信号时的波形匹配延拓,此方法可以一定程度上降低希尔伯特黄变换引起的端点效应(MATLAB to achieve EMD analysis of vibration signals when the waveform matching extension, this method can be reduced to some extent, the Hilbert yellow transform caused by the endpoint effect)
- 2017-05-02 17:02:52下载
- 积分:1
-
Rumore_rosa
Pink noise generated in matlab
- 2009-04-09 01:09:37下载
- 积分: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