-
xb
说明: 基于小波变换的图像分解与重构,实验效果明显,在matlab中实现(Based on wavelet transform image decomposition and reconstruction of the experimental effect, in Matlab)
- 2012-05-01 14:49:19下载
- 积分:1
-
Wiley.Single.Carrier.FDMA.A.New.Air.Interface
a very nice book of SCFDMA (Single carrier frequency division multiplexing). Also contains the simulation of the scfdma system in matlab.
- 2010-05-31 18:12:44下载
- 积分:1
-
Filer_Sample_Para
只要输入信号的中心频率和带宽,自动生成带通滤波器采样率、信号保护带、采样率误差容限(Just enter the center frequency and bandwidth of the signal, automatically generated bandpass filter sample rate, signal protection zone, the sampling error margin rate)
- 2013-11-28 22:07:59下载
- 积分:1
-
cvx
matlab内置软件包,提供一些拟合,特殊函数等(matlab built-in package that provides some of the fitting, special functions, etc.)
- 2013-12-12 20:09:01下载
- 积分:1
-
用MATLAB实现的网络设计与测试程序-charecg
用MATLAB实现的网络设计与测试程序,为神经网络理论的应用(MATLAB network design and testing procedures for the neural network theories in the)
- 2005-03-29 00:25:47下载
- 积分:1
-
createMATLABShortcut.m
this will make your matlab run in retina model
- 2014-09-19 18:25:49下载
- 积分:1
-
Modulation
Amplitude modulation with SIMULINK , Matlab 2013
i don t know if thew work in other version of matlab , but it works on MAtlab 2013 .
- 2015-04-22 16:43:06下载
- 积分:1
-
ICSMATLAB_28-02-06
cell migration resource imaging icsmatlab
- 2009-05-18 00:33:38下载
- 积分:1
-
3DMIMOchannel--3DMIMO
3D-MIMO信道模型 仿真代码 可由此建立LTE现今采用的3DMIMO模型(3D-MIMO channel model simulation code can thus establish 3DMIMO model today adopted LTE)
- 2021-04-13 15:08:56下载
- 积分: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