-
OFDMinAWGNandRayleigh
白噪声和瑞利信道下对OFDM的仿真实现,不错,推荐给大家。(White noise and Rayleigh channel simulation of the OFDM to achieve)
- 2014-09-22 06:26:34下载
- 积分:1
-
ART1
this program writes for data classification using Adaptive Resonance Theory 1(ART1)Network
- 2013-10-10 18:49:54下载
- 积分:1
-
zhucongduoji_method123
主从多机系统的仿真程序,一个主机三个从机,10年运行模拟出错检测(Master-slave multi-machine system simulation program, a host of three from the machine, run the simulation error detection for 10 years)
- 2011-05-12 20:46:53下载
- 积分:1
-
Adaopu
求原因字母a的倒谱,包括a的录音和用matlab求倒谱的程序(Reason for seeking letters a cepstrum, including a recording and using matlab program cepstrum)
- 2013-04-21 11:11:04下载
- 积分:1
-
FR
说明: 无约束优化FR算法的MATLAB实现源代码(不精确一维搜索)(FR algorithm for unconstrained optimization MATLAB implementation source code (inexact one-dimensional search))
- 2011-03-16 23:37:29下载
- 积分:1
-
MATLAB模拟卫星运动
用MATLAB仿真GPS卫星运动,仿真GPS卫星的可见性(Simulation of GPS satellite motion with MATLAB,Visibility of simulated GPS satellites)
- 2021-05-06 17:20:39下载
- 积分:1
-
ImageProgram
说明: Matlab编程,可用于对二维图像进行处理,得到相应的轮廓图、Sobel边界图、柱状图等,可以进行灰度调整 (This program is used for 2D image.It can be used to give the outline,Sobel bounadry map and histogram of the image.Also,it can ajust the gray of the image.)
- 2010-04-20 13:52:55下载
- 积分:1
-
K_means-matlab
kmeans算法matlab 实现,可以处理2维数据集(kmeans algorithm matlab implementation, can handle 2-D data set)
- 2011-04-26 13:30:15下载
- 积分:1
-
gatbx
英国设菲尔德大学遗传算法工具箱。用matlab导入路径即可使用。(University of Sheffield genetic algorithm toolbox. Using matlab import path can be used.)
- 2013-07-14 12:47:19下载
- 积分:1
-
IterativeClosestPointMethod
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix and
T - translation vector accordingly
so
newdata = R*data + T .
newdata are transformed data points to fit model
see help icp for more information
(ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model- matrix with model points,
data- matrix with data points,
OUTPUT:
R- rotation matrix and
T- translation vector accordingly
so
newdata = R*data+ T .
newdata are transformed data points to fit model
see help icp for more information
)
- 2007-09-09 16:06:34下载
- 积分:1