-
090403Snakegames
关于MATLAB写的一个贪吃蛇小游戏开发的源代码。(Writing about a MATLAB Snake game source code development.)
- 2009-04-03 09:01:01下载
- 积分:1
-
Resistivity
大地电磁测深(MT)一维层状模型电阻率正演。计算不同频率的电阻率,反应电阻率随深度的变化。(Magnetotelluric sounding (MT) one-dimensional layered model of resistivity forward modeling. Calculate the resistivity of different frequencies, the reaction changes in resistivity with depth.)
- 2009-12-11 17:05:50下载
- 积分:1
-
MatlabFIRIIR
Matlab设计FIR,IIR,应该很有帮助的吧(MatlabFIR,IIR is important)
- 2009-05-22 09:21:51下载
- 积分:1
-
PMSM-speed-sensorless-control-method
Permanent magnet synchronous motor speed sensorless control method
永磁同步电机的无速度传感器控制策略(Permanent magnet synchronous motor speed sensorless control method)
- 2013-05-04 00:39:28下载
- 积分:1
-
hybridSIREKF
To estimate the input-output mapping with inputs x
% and outputs y generated by the following nonlinear,
% nonstationary state space model:
% x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)]
% + 8cos(1.2t) + process noise
% y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3
% + time varying measurement noise
% using a multi-layer perceptron (MLP) and both the EKF and
% the hybrid importance-samping resampling (SIR) algorithm. (To estimate the input-output mapping with inputs x and outputs y generated by the following nonlinear, nonstationary state space model: x (t+ 1) = 0.5x (t)+ [25x (t )]/[( 1+ x (t)) ^ (2)]+ 8cos (1.2t)+ process noise y (t) = x (t) ^ (2)/20+ 6 squareWave (0.05 (t-1 ))+ 3+ time varying measurement noise using a multi-layer perceptron (MLP) and both the EKF and the hybrid importance-samping resampling (SIR) algorithm.)
- 2007-09-30 11:09:43下载
- 积分:1
-
google-map-training
此程序主要是用Matlab进行点云数据的三维建模,对用Matlab进行三维重建有实用价值。
(The procedure is to use Matlab for modeling three-dimensional point cloud data on the three-dimensional reconstruction with Matlab has practical value.)
- 2011-01-19 14:30:42下载
- 积分:1
-
MAT3odessa
Mathematic Algorithm for image processing contrast solarisation
- 2015-01-25 08:37:46下载
- 积分:1
-
行人检测
说明: 基于MATLAB编程的行人检测,用的是SOBEL算法。(Pedestrian detection based on MATLAB)
- 2020-09-18 15:57:53下载
- 积分: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
-
RBF-neural-network
用matlab编程,RBF用聚类方法求中心时的程序(Using matlab programming, RBF centers seeking clustering method using the procedure)
- 2013-10-12 14:15:22下载
- 积分:1