-
exercise_1
m序列产生m序列产生m序列产生m序列产生m序列产生m序列产生(m-sequence generator m sequence generation m-sequence generator m-sequence generator m sequence generation m-sequence generator)
- 2013-11-06 12:38:57下载
- 积分:1
-
pan_tompkin
code for pan tompkin algorithm CORRECTED VERSION
- 2015-03-09 17:25:42下载
- 积分:1
-
ZSI_SBC_Open_Loop_Perfect
this file is a simulation of simple boost control in z_zource inverter
- 2013-12-10 01:56:30下载
- 积分:1
-
C10-Sensor-Node
this file content the explanation architecture node in wireless sensor node......
- 2013-12-23 14:12:26下载
- 积分:1
-
Image-Registration
Good paper for a research about the field of medical.
- 2013-12-28 07:33:58下载
- 积分:1
-
lattice_poiseuille_flow3_comp
poison流采用matlab编写的,大家可以试一试的(poison stream using matlab prepared, we can try)
- 2012-11-14 14:30:35下载
- 积分:1
-
zizaixianmo
自再现模形成的模拟程序,可以通过改变迭代次数观察自再现模的形成过程(The formation of self-reproduction mode simulation program can be observed by changing the number of iterations the formation of self-reproduction model)
- 2009-12-25 17:51:33下载
- 积分:1
-
quhunxiangDCT
运用复倒谱的方法,对信号进行去混响处理,将混响有效去除,被称为DCT法。(The method of using complex cepstrum of signal dereverberated will effectively remove the reverb, known as DCT method.)
- 2014-08-06 18:38:00下载
- 积分:1
-
PSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(Particle swarm optimization, also known as particle swarm optimization (Particle Swarm Optimization), abbreviated as PSO, is a new evolutionary algorithm developed in recent years (Evolutionary Algorithm- EA). Kind, and simulated annealing algorithm PSO algorithm is similar evolutionary algorithms, it is also starting a random solution, through an iterative search for the optimal solution, which is also used to uate the quality through fitness solution, but it is simpler than genetic algorithm rules It has no genetic algorithm " crossover" (Crossover) and " variant" (Mutation) operation, which by following the current search to find the optimal value to the global optimum. This algorithm is its easy implementation, high accuracy, fast convergence, etc. attracted academic attention and show its superiority in solving practical problems. PSO algorithm is a parallel algorithm.)
- 2015-01-18 20:38:17下载
- 积分:1
-
Insert-matlab-intotext
在文本文件中嵌入MATLAB代码并运行返回结果
类似在HTML中嵌入PHP和ASP代码,本函数实现在文本文件中嵌入matlab代码并运行!
主要作用以及价值:
在文本文件中嵌入matlab代码,并可以直接运行该文本文件
根据matlab变量的当前值,实时修改文件文件中相应的数据
目前具有如下功能:
matlab代码使用必须包含在< >符号中,中间的内容都被解析为matlab代码
matlab代码可以放在文本的任意位置,你想放在什么地方都可以
matlab代码允许被文本分割而不连续书写,比如循环语句
fprintf(fid_target,...)函数用来向文件中写入字符,目前还比较麻烦
有待改进的方面有:
在文本文件中增加对matlab function的支持
简化变量输出,目前只能fprintf(fid_target,...)
目前是M脚本完成功能的,后期会提供M函数(MATLAB code embedded in the text file and run return results
Similar PHP and ASP code embedded in HTML, the function matlab code embedded in the text file and run!
A major role as well as the value of:
Matlab code embedded in the text file, and can be run directly on the text file
Modify the data file file based on the current value of the matlab variables, real-time
Currently has the following functions:
matlab code uses the symbol in the middle of the parse matlab code must contain
matlab code can be placed anywhere in the text, where you want to put
matlab code allows text segmentation without the consecutive writing, such as loop statement
fprintf (fid_target, ...) function is used to write characters to the file, there is too much trouble
Areas for improvement:
Increase support for matlab function in a text file
Simplify variable output, can only the fprintf (fid_target ...)
M script completed, late M function)
- 2012-11-15 13:46:40下载
- 积分:1