-
seq_train
说明: 通信系统仿真中,用于生成同步训练序列,第一帧产生短训练序列,第二帧产生长训练序列。(To generate the synchronization training sequence in the simulation of Communication system.the first frame is used to produce short training sequence, the second frame to give a long training sequence.)
- 2010-04-20 15:25:43下载
- 积分:1
-
chapter_8
现代智能算法法程序代码,遗传法 贪婪法 模拟退火法 蚂蚁群法 回溯法(Modern intelligent algorithms law code, the genetic method simulated annealing greedy algorithm backtracking ant colony method)
- 2011-08-18 20:10:02下载
- 积分:1
-
private-100212
matlab写的稀疏表示工具箱,里面包含许多相关函数,使用方便(matlab write the sparse representation Toolbox, which contains a number of related functions, easy to use)
- 2012-09-03 21:24:21下载
- 积分:1
-
LDA
一个用matlab编写的线性判别算法的源程序(lda)
- 2010-08-21 19:28:17下载
- 积分:1
-
fuzzypid
在matlab环境下使用模糊PID和常规数字PID控制buck电路效果对比(Environment in matlab fuzzy PID and conventional digital PID control circuit buck contrast effect)
- 2021-04-05 20:49:03下载
- 积分:1
-
linearprogram
线性规划算法,来自于《精通MATLAB最优化计算》(linear program )
- 2010-01-04 11:25:18下载
- 积分:1
-
norm2Do
Bayess > chnage in the solution the inputs of computation points sigma,expected values, probabilities and u get the 3D graph for 2D vectors
the norm2dDeBo computes the decision border,...
small changes and u have the result
not the optimalized way but this is the basic idea
- 2010-02-16 21:29:40下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1
-
GeneticPAlgorithmPToolbox
遗传算法工具箱,还有遗传算法需要的全部函数,来之不易(Genetic algorithm toolbox, as well as all the required functions of genetic algorithms, hard-won)
- 2011-05-07 16:31:05下载
- 积分:1
-
butterworth
MATLAB环境下实现butterworth 低通滤波器仿真(MATLAB butterworth )
- 2010-05-27 11:07:45下载
- 积分:1