-
matlabdrawpicture
matlab绘图与图形处理技巧。值得参考一下。(matlab graphics and graphics processing skills. Worthy of reference.)
- 2007-09-27 12:30:50下载
- 积分:1
-
Transistor-sizing
Genetic algorithm applied to transistor sizing
- 2013-02-04 21:27:14下载
- 积分: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
-
Chaotic-prediction
混沌时序多步预测函数,采用matlab编程,简单易懂(Chaotic time series multi-step prediction function, using the Matlab programming, easy to understand)
- 2012-06-14 09:00:38下载
- 积分:1
-
sr
说明: 双稳系统随机共振仿真与实例,用于弱信号的检测(Bistable stochastic resonance simulation instance, for the detection of weak signals)
- 2013-02-23 14:19:25下载
- 积分:1
-
QRDCMP
用镜像矩阵求出矩阵的QR分解(正交三角分解),并求解线性方程组,该方法不必选主元,但其计算过程非常稳定。也可用于求矩阵的广义逆和求解线性最小二乘问题。子过程QRDCMP用镜像矩阵求m*n矩阵A的QR分解,A=Q^TR,其中Q是m*m正交矩阵,R为m*n上三角矩阵;子过程QRBKSB用矩阵的QR分解求解线性方程组Ax=b,其中A为n阶非奇异方阵。(Matrix obtained with the mirror matrix QR decomposition (orthogonal triangular decomposition), and solving linear equations, the method does not have to choose the main element, but its calculation process is very stable. Can also be used to find the generalized inverse matrix and solving linear least squares problems. Sub-process of the mirror matrix QRDCMP m* n matrix A QR decomposition, A = Q ^ TR, wherein Q is a m* m orthogonal matrix, R is m* n upper triangular matrix subprocess QRBKSB a QR decomposition to solve the matrix linear equations Ax = b, where A is non-singular square matrix of order n.)
- 2013-09-27 11:05:18下载
- 积分:1
-
movie1
推导矩形波导TM模表达式,并以动画形式展示(Derivation of the expression of the rectangular waveguide TM mode, and animated to show)
- 2013-04-17 14:05:29下载
- 积分:1
-
neural-network30-case
matlab神经网络30例,书和源码,都很经典,需要的同学赶快拿走(matlab neural network 30 cases of classic books and source code)
- 2013-12-05 09:53:03下载
- 积分:1
-
jp2info
JP2INFO Get information about the image in a JP2 or JPC file.This function returns a structure holding information about a JPEG 2000 image file.
- 2010-06-17 20:02:56下载
- 积分:1
-
dtt-code
DTT编码程序 经过本人测试绝对好用 用了停不下来
- 2014-09-24 22:32:32下载
- 积分:1