-
bisect
This is bisection method in Matlab.
- 2010-12-02 04:27:14下载
- 积分:1
-
PCNN
说明: 基于PCNN的图像灰度增强,我做毕业设计的时候的东西。(Grayscale image enhancement based on PCNN)
- 2011-03-06 21:09:39下载
- 积分:1
-
spaceresection
空间后方交会程序,已知地面点坐标及对应像点求相机位置和姿态。(
Space resection procedure, known ground point coordinates and the corresponding image point for camera position and posture.)
- 2013-12-04 00:14:09下载
- 积分:1
-
Ada_Boost
adaboost算法,用matlab编写的源程序,希望对大家有帮助(AdaBoost algorithm, prepared by matlab source, in the hope that we have to help)
- 2008-12-22 22:13:13下载
- 积分:1
-
iri-model
IRI模型计算电离层延迟的matlab 算法(Computes the International Reference Ionosphere (IRI), which is an internationally recognized model for various ionospheric properties)
- 2013-05-29 10:57:06下载
- 积分:1
-
BendersDecomposition
BENDERS分解算法,用来求解MIPS,即混合整数线性规划问题。我已经做了注释。(Benders decomposition of solving MIPS problem, which is mixed integer linear programming, I have done Notes)
- 2021-04-25 15:58:46下载
- 积分:1
-
CLSPSO
CLSPSO:用混沌粒子群优化算法求解无约束优化问题
(CLSPSO: Chaos particle swarm optimization algorithm for solving unconstrained optimization problems)
- 2013-12-08 18:25:20下载
- 积分:1
-
color-constancy
A system for disciplined convex programming
Copyright (C) 2005-2012 Michael C. Grant and Stephen P. Boyd. This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published
- 2014-02-10 15:54:08下载
- 积分:1
-
two_ray_model
Modelo de dos rayos de Andrea Goldsmith (figura 2.5, según expresión
2.12)
f = 0.9 frecuencia en GHz
landa = 0.3/f en m
R = -1 coeficiente de reflexión en tierra
ht = 10 altura del transmisor en m
hr = 2 altura del receptor en m
Gt = 1
Gr = 1
Pt = 1
d=10:.1:100000
phase_diff = 4*pi*ht*hr./(landa*d) aproximación
Pr = Pt*((landa/(4*pi))^2)*((abs((sqrt(Gt)./d) + (R*sqrt(Gr).*(exp(-sqrt(-1)*phase_diff)))./d)).^2)
Pr = Pt*((landa/(4*pi))^2)*(1./d).*((abs((sqrt(Gt)) + (R*sqrt(Gr).*(exp(-sqrt(-1)*phase_diff))))).^2)
figure(1), clf,
plot((d),10*log10(Pr/max(abs(Pr))))
grid
xlabel( log_1_0(d) )
ylabel( Potencia recibida (dBm) )
- 2010-02-08 06:31:54下载
- 积分:1
-
FTDT
本程序是有限时域差分源程序,有详细注解,方便学习理解。(This program is a limited time domain difference source program, has detailed notes, easy to learn to understand.
)
- 2013-09-05 12:08:31下载
- 积分:1