搜索资源列表
matlab_queue_system
- 自己写的用Matlab模拟一个缓冲区大小(包括正在服务的那个)为10的随机排队系统。 (1)到达过程是的泊松过程(到达速率为Mu),服务时间服从独立指数分布(均值为1/Lamda)。 对Mu//Lamda=0.2,Mu//Lamda=0.8和Mu//Lamda=1.1三种情况进行仿真,求出队列中接受服务用户为n的概率P(n), n=0,...,10。并与理论结果进行比较。 (2)假设到达过程为均匀过程(到达速率为Mu),服务时间服从独立瑞利分布(均值为1/Lamda)。-yourse
普通端射阵天线的matlab程序
- 普通端射阵天线的matlab程序 clear; f=3e10; lamda=(3e8)/f; beta=2.*pi/lamda; n=10; t=0:0.01:2*pi; d=lamda/4; W=beta.*d.*cos(t); z1=((n/2).* W)-n/2*beta*d; z2=((1/2).* W)-1/2*beta*d; F1=sin(z1)./(n.*sin(z2)); K1=abs(F1); polar(t,K1) ;
work.rar
- Matlab实现: Erlang B model(M/M/n/n)与 Erlang C model排队系统的模拟,并画出阻塞概率(P)与负载(A=lamda/miu in Erlang)的关系图。用法:运行RunMe,Matlab achieve: Erlang B model (M/M/n/n) and the Erlang C model simulation queuing system, and draw blocking probability (P) and load (A = la
waveridge_search
- 用模最大值法提取小波脊,该例中又两条小波脊,所以是多脊提取。同时又施加惩罚函数,控制lamda的值,可以得到较为平滑的小波脊。- using maximum modulus extract wavelet ridge, the case has two wavelet ridge, it is a multi-ridge extraction. At the same time to impose the penalty function to control the value of lamd
MOMantena
- matlab求解半波天线,矩量法解双位方程,求直线天线表面电流分布 -matlab--antenau=u+I1(1,m).*sin(thita(1,n)).*exp(j*k0*z(1,m).*cos(thita(1,n))).*L/(N*lamda)
lambda1
- LAMDA方法,进行模糊度解算前降低相关性处理-LAMDA for decorrelation of ambiguity resolution
RLS_Algo
- 功能描述:用matlab语言实现RLS自适应算法 函数名:RLS_Algo 输入参数: (1)M:滤波器的阶数 (2)N:LMS算法迭代的次数 (3)lamda:遗忘因子 (4)xn:LMS算法的输入序列 输出参数: (1)系数矢量A 调用函数:无 被调用: 作者:mingcheng 编写时间:2009-10-13 修改时间:2009-10-13 版本:V1.0 -Function Descr
f_lamdaArr
- Tinh lamda cua phuong phap lap
fibonaccisearch
- fibonacci search for finding the lamda value in interior penalty method-fibonacci search for finding the lamda value in interior penalty method..
poisson
- 绝对能用。原理是在0到1上产生随机数,当随机数小于Lamda的负指数时候循环,直到大于等于。记录次数。近似模拟poisson分布-Absolutely can. Principle is in the 0 to 1 to generate random numbers, when the random number is less than the negative exponential Lamda cycle time, until greater than or equal. Reco
Steepest-descent-method
- 最优化算法,最速下降法,matlab函数实现 function [istatus,xm,ym,lamda]=quickestdown(y,x0,lamda0, tol, maxIter) 最速下降法 输入:fun--目标函数 x--变量 x0---初始位置 lamda0--初始步长 tol---精度 maxIter--最大迭代次数 -Steepest descent method
adaptiveembrance
- 根据lamda遗忘因子来确定均方误差的变化趋势,和alpha的变化,仿真效果好,达到理想的效果。-Lamda forgetting factor to determine the mean square error trends, changes and alpha, simulation results, achieve the desired results.
2
- 2.wps :为作业最终的仿真结果与分析 正态分布:.cpp为由C++编写的主程序以获取仿真数据,.txt为存储仿真数据的文档,.m为由matlab根据获取的仿真数据画图的结果,其中1、2、3分别为N(0,1)、N(0,4.26)、N(-2.5,1)的情况 瑞利分布:.cpp为由C++编写的主程序以获取仿真数据,.txt为存储仿真数据的文档,.m为由matlab根据获取的仿真数据画图的结果,其中1、2、3分别为Ray(1)、Ray(0.36)、Ray(3.4)的情况 泊松分布:
lamda
- lambda algorithm to gps attitude determination
PDV-algorithm
- 用于分类的主判别变量算法(principal discriminant variate algorithm) - principal discriminant variate algorithm for two classes, x1 and x2. x1 is the training samples in the 1st class with each column being the spectrum characterizing the corresponding sampl
small_antenna
- 计算了小天线的方向图,和其史密斯原图.(阵元间距d与波长lamda的关系)-Calculation of a small antenna pattern, and its former Smith,Element spacing d and the relationship between the wavelength lamda
maze_TD_lamda
- 时序差分学习算法TD(lamda)求解N*N方格走迷宫问题,求解每个方格的V值-Temporal difference learning algorithm for N*N maze problem
层次分析
- 层次分析法matlab实现 clc,clear fid=fopen('txt3.txt','r'); n1=6;n2=3; a=[]; for i=1:n1 tmp=str2num(fgetl(fid)); a=[a;tmp]; %读准则层判断矩阵 end for i=1:n1 str1=char(['b',int2str(i),'=[];']); str2=char(['b',int2str(i),'=[b',in
程序
- 计算一个方柱的散射的波形,并求其RCS。方柱的网格总数是N=500个,时间步为1200步。网格尺寸为lamda/18,时间间隔是ddx/2*c,c为光速。脉冲源位于中心。方柱边长为7*lamda。并与相同尺度的球的散射场进行对比(Calculate the scattered waveform of a square column and find its RCS. The total number of grids of the square column is N=500 and the t
RLS-TD(lamda)
- Efficient reinforcement learning using recursive least-squares methods. Jounral of AI Research, 2002, 16, 259-292