-
matlab
这是一本有关 MATLAB 的参考书,适合于使用 MATLAB 或正在打算使用MATLAB 的读者。本书另辟蹊径可以借助或不借助 MATLAB 随带的文档资料让读者自学 MATLAB。书中口语化的风格,使读者易于阅读。(This is a reference book about MATLAB, suitable for use or are planning to use MATLAB MATLAB readers. This book can open a new path with or without the help of MATLAB documentation that comes with the reader learning MATLAB. Colloquial style of the book, the reader easy to read.)
- 2010-07-25 12:06:31下载
- 积分:1
-
MATLAB
ITS FOR CLUSTERING OF DATA IN MATLAB SOFTWARE
- 2010-12-12 23:50:27下载
- 积分: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
-
gmskModulationDemodulation
这是GMSK(高斯最小频移键控)的MATLAB仿真源程序(This is the GMSK (Gaussian Minimum Shift Keying) and MATLAB simulation source)
- 2010-08-25 21:54:56下载
- 积分:1
-
Become.an.Xcoder.pdf
英文版的书籍,使你了解xcode开发工具和相关的知识(English version of the book, so that you understand the xcode developer tools and relevant knowledge)
- 2015-03-31 08:43:27下载
- 积分:1
-
RiceRician Distribution Demo
实现ricernd,ricepdf,和ricestat,在模拟磁共振成像大小数据Rician分布噪声背景下。(Demonstrate ricernd, ricepdf, and ricestat, in the context of simulating Rician distributed noise for Magnetic Resonance Imaging magnitude data.)
- 2017-07-12 14:46:29下载
- 积分:1
-
SVM的回归预测分析——上证指数开盘预测
股票线性回归预测分析,利用svm线性回归算法分析预测,适合svm初学者(Stock Linear Regression Forecast Analysis)
- 2018-04-20 16:27:30下载
- 积分:1
-
LDPC
压缩包中包含了LDPC码编解码的实现原理,特别是QC-LDPC码的编解码实现原理的相关pdf文档。(Compression package contains the LDPC code codec implementation principle, in particular, QC-LDPC code codec implementation principle related pdf document)
- 2017-03-12 20:35:58下载
- 积分:1
-
M-files
obtain all algorithm m-file for numerical
- 2010-07-13 23:17:34下载
- 积分:1
-
11
说明: Matlab与有限元程序设计的一篇文献,里面有具体的网格剖分程序(Matlab and design a finite element program literature, there are specific procedures mesh)
- 2014-02-24 23:20:03下载
- 积分:1