-
Pascal_T2
a good book in pascal
- 2011-01-28 02:16:37下载
- 积分:1
-
findlocalminima
局部极小点,用于局部极小点的程序,还有相应的论文,大家可以下载好好学习,看看老外的编程技巧(find local minimum)
- 2012-04-24 22:55:39下载
- 积分:1
-
MUK_algorithm
multiuser kurtosis algorithm bss
- 2011-07-07 23:40:04下载
- 积分:1
-
cy
模糊控制的一级倒立摆仿真,采用TS模型,TTS模糊模型,是非线形复杂系统模糊建模中一个典型的模糊动态模型。这类模型采用的模糊规则:其前件是依据系统输入、输出间是否存在局部线形关系来进行划分;而其后件是多项式线形方程来表达,从而构成各条规则间的线形组合,使非线形系统的全局输出具有良好的线性描述特性。(Fuzzy Control of an inverted pendulum simulation, using the TS model, TTS fuzzy model, a non-linear modeling of complex systems in a typical fuzzy fuzzy dynamic model. Such models using fuzzy rule: whether it is based on local linear relationship exists between the system input and output to the front piece is divided subsequent pieces are linear polynomial equations to express, thus constituting a linear combination between each rule that non- Global output linear system has good linearity characterization.)
- 2013-11-27 20:16:00下载
- 积分:1
-
ptm
基于matlab环境下的磷酸化鉴定系统的实现。(Based on the Matlab environment phosphorylation identification system implementations.)
- 2012-12-29 00:11:01下载
- 积分:1
-
BP_Simplex
使用BP算法实现压缩感知信号重构,需要已知观测空间基矩阵和观测向量(BP_Simplex,BP with a Simplex mplementation)
- 2010-05-11 11:40:30下载
- 积分:1
-
new
This program takes the speech file and number of poles as inputs and gives LPC coefficients and the gain factor as output.Also includes code to find out LSFs.Code for LMS algorithm also included.
- 2014-08-19 17:34:46下载
- 积分:1
-
bpsk
Bpsk simulation in matlab
- 2014-02-16 03:13:05下载
- 积分:1
-
matlab5
Introduction to MATLAB - Sikander M. Mirza.pdf
- 2010-02-24 04:35:39下载
- 积分: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