-
pp
说明: 此程序是自适应波束图中的主波束的天线方向图 函数调用了sinc函数 (This procedure is adaptive beamforming map of the main beam of the antenna pattern function call the sinc function)
- 2009-03-23 19:47:24下载
- 积分:1
-
exa130301
三相电源出现缺项是的故障源代码以及正弦信号的源代码(Three-phase power supply is the fault of partial sinusoidal signal source and the source code)
- 2011-05-07 10:02:15下载
- 积分:1
-
matlab30
最常用的MATLAB程序,有30个,可供初学者使用(The most commonly used MATLAB program, there are 30 available for beginners)
- 2011-01-01 09:51:24下载
- 积分:1
-
orbita_sunsync
Orbita.m
Programa para dibujar un periodo de la orbita de un satélite apartir de
los parámetros orbitales
Programado a partir de la hoja TUNDRA2.pdf
Ramon Martínez, 20-12-2006
Parámetros
k=398613.52 en (km^3)/(s^2)
Re = 6377 km
h=814.5
a=Re+h
e=0
OmegaRot=0.9856 º /day
n = sqrt(k/(a^3))
p = a*(1-(e^2))
J2=0.00108263
cos_i = OmegaRot*(-2/3)*(1/J2)*(1/n)*((p/Re)^2)*(pi/180)/(24*3600)
i = acos(OmegaRot*(-2/3)*(1/J2)*(1/n)*((p/Re)^2)*(pi/180)/(24*3600))*(180/pi)
- 2010-02-08 06:34:16下载
- 积分:1
-
BrentOptimize
说明: 实现Brent(布伦特)优化搜索,寻找极大极小值。.M文件(brent optimize to search for the max or min data.)
- 2011-03-02 17:08:42下载
- 积分:1
-
Smscorrelation
线性相关
求逐月异常序列x(n,12)和y(n,12)(n是年)的相关系数r(24),其中j=1~12是1~12个月的情形,13~22是冬、春、夏、秋、冬季逐月、春季逐月、夏季逐月、秋季逐月、逐月、年、冬半年逐月(NDJFMA)、夏半年逐月(MJJASO)的序列的情形。(Linearly related to demand monthly abnormal sequence x (n, 12) and y (n, 12) (n is the year) the correlation coefficient r (24), where j = 1 ~ 12 1 ~ 12 months is the case, 13 22 is a winter, spring, summer, autumn and winter month by month, month by month in spring, summer, month by month, the monthly fall, month by month, year, month by month in winter (NDJFMA), summer half year monthly (MJJASO) the sequence circumstances.)
- 2010-05-28 10:03:30下载
- 积分:1
-
gquadnd
由matlab编译,一个很好的计算多重积分的模块。(From matlab compiler, a good module for calculating multiple integrals)
- 2013-08-25 16:47:27下载
- 积分:1
-
Math2
this matlab source code is for introduction
- 2013-01-28 07:26:54下载
- 积分:1
-
aggregation-of-matlab-function
matlab函数,指令集。包括语法和描述(matlab function and instruction set. Including syntax and description)
- 2013-11-25 12:44:03下载
- 积分:1
-
AMT
figure imagesc(Img,[0 255]) colormap(gray) hold on
bw = roipoly
phi = 2*(0.5-bw)
tic
for n = 1:200
phi = Evo_ILF_2D(phi,mu,lambda,epsilon,timestep,Img_lap)
pause(0.05)
imagesc(Img, [0, 255]) colormap(gray) hold on
[c,h] = contour(phi,[0 0], b )
iterNum=[num2str(n), iterations ]
title(iterNum)
hold off
- 2015-03-16 13:37:29下载
- 积分:1