-
poisson
Generacion de una muestra de tamano n de
una distribucion de Poisson de media lambda
- 2009-12-09 05:54:37下载
- 积分:1
-
yima
说明: 卷积码的编码及维特比译码的过程,描述了系统经过卷积码编码后的性能(sss)
- 2010-03-25 20:00:51下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
mag_response
this programs finds the magnitude and phase response of a second order resonator or any other system
- 2013-11-09 22:43:46下载
- 积分:1
-
viterbi_decode
MATLAB下使用viterbi算法进行卷积码的仿真范例。可以用任意配置的卷积码。testConv.m启动仿真,其中用了两种卷积码(一个1/2和一个2/3卷积码)。若要使用硬判决,需修改metric.m文件。其他就没有什么要改的了。解压即可使用。(Under viterbi algorithm using MATLAB simulation examples of convolution codes. Can be used in any configuration of the convolutional code. testConv.m start the simulation, which used two convolution code (a 1/2 and a 2/3 convolutional code). To use a hard decision, modify metric.m file. Nothing else would want to change it. Extract can be used.)
- 2013-12-30 17:53:52下载
- 积分:1
-
《Matlab遗传算法工具箱及应用》源码
.附件结构: gatbx.rar: (1)gatbx-origin.zip; (2)gatbx-toolbox.rar; (3)gatbx-example.rar
2.调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbxTest_fns加入到Matlab搜索路径即可,另外gatbx-origin是Sheffield大学提供的原始版本的工具箱,未做任何改动,两者可做比较之用
3.gatbx-example是算例调试源码和各算例的调试说明,大家可以对照原书进行比较
4.窃以为gatbx工具箱较之Matlab7新版下的gads工具箱更能让人熟悉和了解遗传算法的原理和计算过程,虽然在可视化方面不及gads
5.学习遗传算法如果首先用熟相关工具箱的话,能够先培养信心,然后更有兴趣去专研和了解具体的算法,如果就用现有的工具箱就能解决问题的话,不了解其详细的算法也未尝不可,毕竟不是每个研友都能向see_moonlight那样开发自己的工具箱吧,(Annex structure: gatbx.rar: (1) gatbx-origin.zip; (2) gatbx-toolbox.rar; (3) gatbx-Test_fns under the compression package need to be added to Mat. The lab search path can be done, and gatbx-origin is the original version of the toolbox provided by Sheffield University, without any changes, which can be used for comparison.
3. Gatbx-example is the source code of example debugging and the debugging instructions of each example. You can compare it with the original book.
4. It is assumed that the gatbx toolbox is better than the gads toolbox in the new version of MATLAB 7 in familiarizing and understanding the principle and calculation process of genetic algorithm, although it is less visualized than gads.)
- 2019-01-25 20:03:22下载
- 积分:1
-
program-of-Matlab
该程序集是matlab数值计算程序,包括很多种类(The assembly is the Matlab numerical calculation procedures, including many types of)
- 2012-06-03 16:28:35下载
- 积分:1
-
MATLABIntegral-calculation
使用matlab进行积分编程的技巧。介绍了使用int,double命令进行积分的方法。(Integrating the use of matlab programming skills. Describes the use int, double commands integral method.)
- 2013-10-08 17:36:23下载
- 积分:1
-
Single_Phase_FW(2)
Single_Phase_FW 2010
- 2011-12-12 08:25:39下载
- 积分:1
-
fir
用matlab设计FIR维纳滤波器
假设一个点目标在x,y平面上绕单位圆做圆周运动,由于外界干扰,其运动轨迹发生了偏移。其中,x方向的干扰为均值为0,方差为0.05的高斯噪声;y方向干扰为均值为0,方差为0.06的高斯噪声。用该滤波器处理观测信号,得到其最佳估计。(FIR Wiener filter design using matlab
Suppose a point target in the x, y plane around the unit circle in a circular motion due to external interference, its trajectory shift occurred. Which, x the direction of the interference of mean 0 and variance of 0.05 Gaussian noise y direction of the disturbance is zero mean Gaussian noise variance 0.06. Observed with the filter processing signal, to get the best estimate.)
- 2011-12-14 16:24:52下载
- 积分:1