-
weightpercent
Returns weighted percentiles of a sample given the weight vector w
% The idea is to give more emphasis in some examples of data as compared to
% others by giving more weight. For example, we could give lower weights to
% the outliers.
% The motivation to write this function is to compute percentiles for Monte
% Carlos simulations where some simulations are very bad (in terms of goodness
% of fit between simulated and actual value) than the others and to give
% the lower weights based on some goodness of fit criteria.(Returns weighted percentiles of a sample given the weight vector w The idea is to give more emphasis in some examples of data as compared to others by giving more weight. For example, we could give lower weights to the outliers. The motivation to write this function is to compute percentiles for Monte Carlos simulations where some simulations are very bad (in terms of goodness of fit between simulated and actual value) than the others and to give the lower weights based on some goodness of fit criteria .)
- 2007-11-02 14:41:18下载
- 积分:1
-
matlabedgethinning
用matlab实现边缘细化的算法及原理,同时还有一个简单的例子帮助理解(With the edge of matlab implementation of the algorithm and the principle of refinement, at the same time have a simple example to help understand)
- 2009-03-29 13:39:19下载
- 积分:1
-
wimaxmimo
multiple in m out in wimax
- 2009-06-14 00:28:47下载
- 积分:1
-
csma_cd
说明: 802.11无线网络通信中基本CSMA/CA基本方式和RTS/CTS的仿真实现比较。(802.11 wireless network communications in the basic CSMA/CA basic mode and RTS/CTS comparison of the simulation.)
- 2008-11-12 11:27:39下载
- 积分:1
-
ConjugateGradient.m
Numerical Techniques for Unconstrained Optimization with MATLAB
- 2012-03-28 02:34:56下载
- 积分:1
-
threeD_sourceE_NearToFar
使用Matlab编制的3D-FDTD程序,程序中使用拉夫等效原理进行时谐场外推.程序中给出了阵子天线的注释代码.(using Matlab based 3D-FDTD procedures, procedures for the use of Lyford equivalence principle for the time-harmonic extrapolations. Procedures given the stream of the Notes code antenna.)
- 2006-10-25 18:23:00下载
- 积分:1
-
Periodic_ILB(R-a-B)
The MatLab code uses lattice Boltzmann (LB) method to simulate two phase flows for immiscible fluids (blue & red fluids) in 2D according to the D2Q9 scheme.
The model is also referred to as color model or chromodynamic model or ILB (immiscible LB).
This MatLab implementation of ILB saves an AVI file in dir_avi= C: that records frames generated by the time evolution iterations.
The code implements in D2Q9 the model originally developed by Gunstensen [Gunstensen AK, Rothman D. Lattice The MatLab code uses lattice Boltzmann (LB) method to simulate two phase flows for immiscible fluids (blue & red fluids) in 2D according to the D2Q9 scheme.
The model is also referred to as color model or chromodynamic model or ILB (immiscible LB).
This MatLab implementation of ILB saves an AVI file in dir_avi= C: that records frames generated by the time evolution iterations.(The MatLab code uses lattice Boltzmann (LB) method to simulate two phase flows for immiscible fluids (blue & red fluids) in 2D according to the D2Q9 scheme. The model is also referred to as color model or chromodynamic model or ILB (immiscible LB) . This MatLab implementation of ILB saves an AVI file in ' ' dir_avi = ' C: ' ' ' that records frames generated by the time evolution iterations The code implements in D2Q9 the model originally developed by Gunstensen [Gunstensen AK, Rothman D.. Lattice The MatLab code uses lattice Boltzmann (LB) method to simulate two phase flows for immiscible fluids (blue & red fluids) in 2D according to the D2Q9 scheme. The model is also referred to as color model or chromodynamic model or ILB (immiscible LB .) This MatLab implementation of ILB saves an AVI file in ' ' dir_avi = ' C: ' ' ' that records frames generated by the time evolution iterations.)
- 2021-03-25 08:49:14下载
- 积分:1
-
NSGA-III
测试可以跑,根据自己情况修改下函数即可. NSGA-III 首先定义一组参考点。然后随机生成含有 N 个(原文献说最好与参考点个数相同)个体的初始种群,其中 N 是种群大小。接下来,算法进行迭代直至终止条件满足。在第 t 代,算法在当前种群 Pt的基础上,通过随机选择,模拟两点交叉(Simulated Binary Crossover,SBX)和多项式变异 产生子代种群 Qt。Pt和 Qt的大小均为 N。因此,两个种群 Pt和 Qt合并会形成种群大小为 2N 的新的种群 Rt=Pt∪Qt。 为了从种群 Rt中选择最好的 N 个解进入下一代,首先利用基于Pareto支配的非支配排序将 Rt分为若干不同的非支配层(F1,F2等等)。然后,算法构建一个新的种群St,构建方法是从 F1开始,逐次将各非支配层的解加入到 St,直至 St的大小等于 N,或首次大于 N。假设最后可以接受的非支配层是 L层,那么在 L+ 1 层以及之后的那些解就被丢弃掉了,且 St FL中的解已经确定被选择作为 Pt+1中的解。Pt+1中余下的个体需要从 FL中选取,选择的依据是要使种群在目标空间中具有理想的多样性。(The test can run and modify the function according to its own situation. NSGA-III first defines a set of reference points. Then the initial population containing N individuals (preferably the same number of reference points as the original literature) was randomly generated, where N was the size of the population. Next, the algorithm is iterated until the termination condition is satisfied. On the basis of current population Pt, the algorithm simulates two-point crossover (SBX) and polynomial mutation to produce offspring population Qt by random selection.)
- 2021-01-26 22:38:41下载
- 积分:1
-
BOT_for_paper
扩展卡尔曼与质点滤波在纯方位跟踪应用,扩展卡尔曼与质点滤波在纯方位跟踪应用(Bearing only tracking)
- 2012-03-28 19:50:10下载
- 积分:1
-
a-new-way-of-music
介绍了一种新的解相干的方法,所用的阵列为均匀圆阵(Introduces a new method of decoherence, the use of arrays of uniform circular array)
- 2011-11-10 11:06:14下载
- 积分:1