-
shiboqishiyan
LabVIEW的脚本节点允许用户执行外部脚本。具体地讲 ,使用脚本节点可以执行 MATLAB 脚本。由于许多人都曾经开发和使用过 MATLAB 脚本称为 m 文件,本论文将集中讨论使用 MATLAB 脚本节点来执行MATLAB脚本文件,其具体实现过程如下: (Control systems designed by humans are used to extend their physical capabilities,to compensate for their physical limitations,to relieve them of routine or tedious tasks,or to save money.)
- 2010-12-18 10:34:02下载
- 积分:1
-
fullorder
this program is fullorder design
- 2010-02-23 12:29:51下载
- 积分:1
-
MATLAB-Wavlet-Analysis
MATLAB小波分析的所有章节源码,本书从新号处理的角度阐述小波分析的基本原理及其应用。书籍适用于从事信号处理、图像处理等方面工作的工程技术人员。(MATLAB wavelet analysis all sections of the source code, this book from the perspective of the new, deal with the basic principle of wavelet analysis and its application. Book is suitable for the work in the aspects such as signal processing, image processing, engineering and technical personnel.)
- 2014-06-16 20:28:51下载
- 积分: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
-
RGB2gray
matlab 中用来将rgb数据转换成灰度图像的源代码(matlab used to the rgb data into gray-scale image of the source code for)
- 2009-11-16 21:59:18下载
- 积分:1
-
graphbased
这个代码是根据已经得到的权值矩阵,来进行分类(This code is based on the weight matrix has been to classify)
- 2010-12-17 17:14:11下载
- 积分:1
-
cSharp-GUIP-instrument-panel
c# GUI+ 多种仪表盘,很难找的仪表盘,也很实用(c# GUI+ variety of dashboard, it is difficult to find the instrument panel, but also very practical)
- 2013-10-03 20:47:01下载
- 积分:1
-
time-domain-convolution-theorem
该程序为数字信号处理实验中的时域卷积定理。(Digital signal processing experimental time domain convolution theorem)
- 2012-10-24 21:40:45下载
- 积分:1
-
一维下料
利用matlab的gui设计的带有输入和输出功能的界面图形,实现等距线可视性很强,自己独立编写的数据和图形,学习非常值得,实现svm压缩图像,matlab语言(Using GUI of MATLAB to design interface graphics with input and output functions, realizing the visibility of isometric line is very strong, the data and graphics written independently by oneself are very worthwhile to learn, realizing SVM compressed image, MATLAB language)
- 2020-06-19 18:40:02下载
- 积分:1
-
mod_demod_64QAM
基于MATABLE的DSSS和BPSK数字通信系统实现(Realization of the DSSS BPSK digital communication system based on MATABLE)
- 2012-04-26 22:19:00下载
- 积分:1