-
LMS
最小均方算法LMS算法的MATLAB源码(LMS MATLAB)
- 2011-04-28 15:37:50下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
multi-level-voltage-svpwm-space-vector-control-al
multi-level voltage svpwm space vector control algorithm for motor controlmulti-level voltage svpwm space vector control algorithm for motor controlmulti-level voltage svpwm space vector control algorithm for motor controlmulti-level voltage svpwm space vector control algorithm for motor control
- 2013-10-25 03:35:27下载
- 积分:1
-
dynamicNLOS.m
matlab script to calculate dynamic range in NLOS environtment
- 2013-06-14 18:21:50下载
- 积分:1
-
Microgrid_pso
Microgrid paper based on PSO and MOPSO algorithm
- 2020-06-30 05:20:02下载
- 积分:1
-
SOR1
利用SOR迭代法求解线性代数方程组,此迭代法是数值计算方法中的基本方法之一。(The use of the SOR iterative method for solving linear algebraic equations, this iterative method is one of the basic method of numerical methods.)
- 2012-05-19 16:52:20下载
- 积分:1
-
demo_nnls
PLS - DN是一个有限的牛顿为解决非退化的分段线性系统的算法。 PLS - DN的展品可证明半迭代
财产即在全球范围内的精确解在有限数量的迭代算法收敛。被证明是收敛速度
至少前终止线性。
广泛的算法是在我们的AISTATS 2011纸描述:“一个非退化的分段线性系统的有限牛顿算法”。此演示包重新运行
在解决非负最小二乘法(NNLS)问题上的三个稀疏的设计矩阵,从哈威尔波音收集(达夫等人,1989年)第4.2节的实验。
随着PLS - DN,此演示包建议实施五
其他NNLS求解:LCP_Fisher_Newton,LCP_Lemke,PQN,TRESNEI,和SCD
(PLS- DN is a finite non-degenerate Newton to solve the piecewise linear system algorithms. PLS- DN exhibits semi-iterative property to prove that the exact solutions worldwide in a limited number of iterative convergence. Proved to be terminated before the linear convergence rate at least. A wide range of algorithms in our AISTATS 2011 paper describes: " a non-degenerate sub-linear systems with limited Newton algorithm." This demo package to re-run in the settlement of non-negative least squares (NNLS) on the design of the three sparse matrices from the Harwell Boeing collection (Duff et al, 1989) Section 4.2 of the experiment. With PLS- DN, this demonstrates the implementation of five other NNLS package proposed solution: LCP_Fisher_Newton, LCP_Lemke, PQN, TRESNEI, and SCD)
- 2011-08-26 19:04:22下载
- 积分:1
-
droop_best
一个基于下垂控制的微电网模型,能够实现分布式电源向负载供电(A micro-grid model based on the droop control, enables distributed power supply to the load)
- 2021-04-12 13:28:57下载
- 积分:1
-
Early_late
Symbol Timing Tracking Using Early-Late Techniques by matlab(Symbol Timing Tracking Using Early-Late T echniques by Matlab)
- 2006-12-27 17:50:51下载
- 积分:1
-
BatLSBReplace
大批量处理图像LSB隐写算法的matlab算法(Large batch image LSB steganography algorithm matlab algorithm)
- 2010-08-30 02:25:28下载
- 积分:1