搜索资源列表
FUSION
- 这是图像融合中空间转换的MATLAB代码-This is the image fusion space conversion of MATLAB code
2D
- 用MATLAB开发的程序代码,模拟电磁波在二维空间的传播特征。-With the MATLAB code developed to simulate the spread of electromagnetic waves in two-dimensional feature space.
lle
- 局部线性嵌入算法的matlab代码,改算法是流形学习中的一个算法,目的是将高维流形空间映射到低维嵌入空间。可用于非线性高维数据的降维-matlab code of Local linear embedding algorithm
LT-code
- LT码的matlab代码,程序运行时最好预先预测长度开辟空间-LT code
TransientMovie_HarmonicField
- 该matlab代码是一个函数。它接受频域电磁场二维空间分布(用矩阵表示),包括幅度和相位,返回avi文件,显示二维电磁场的动画。-The code is a matlab function. It accepts frequency domain two-dimensional spatial distribution of electromagnetic field (with matrix), including the amplitude and phase, back avi files
matlabprograme
- 由空间三点绘制一个立体平面的matlab代码-Drawn by a three-dimensional space for three plane matlab code
fenge
- 对图像进颜色空间分割,并进行聚类分析,代码简单,直接运行即可-clustering
svm
- SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
MeasureTest
- 双目视觉算法原理介绍和代码,测量空间中的工件尺寸,-Binocular vision algorithms and code described principle, measurements of space in the workpiece size,
RANSAC-subspaces
- MaYi博士做的多重子空间的算法代码,压缩包里包括文章和matlab代码。对于机器学习的研究者有很大作用-Robust statistical estimation and segmentation of multiple subspaces
matlab
- 关于图像处理在滤波器方面的代码,可以画出3d滤波器,空间的图像-In terms of image processing filters on the code, you can draw the 3d filter, the image space
Analysis-of-truss-structures
- 丁星版《MATLAB杆系结构分析》内容全面详尽,涉及了平面刚架及空间刚架的静力分析和动力分析。随书光盘中附有书中涉及的所有Matlab源程序和例题。本代码为光盘源码。-D Star Edition "MATLAB analysis of truss structures" comprehensive and detailed, involving a plane frame and space frame analysis of the static and dynamic analysis.
code
- 颜色空间提取团块,聚类金字塔算法matlab代码实现,可以跑,我把残缺的文件补齐了。入口angitest.m文件。-color segment
PSTD_FDTD
- PSTD算法的matlab代码 计算二维空间 大尺寸下优于FDTD算法,速度优势随维数平方增长-PSTD algorithm matlab code FDTD algorithm is superior to the large size of the two-dimensional space, the speed advantage of growth with the square of the number of dimensions
system_s-function(mimo)
- 这是用SIMULINK的S-FUNCTION方式编写的系统仿真代码,系统是基于4G网络的核心技术空时分组编码的MIMO-OFDM通信系统的,涉及到空间分集、时间分集和频率分集的有机结合,包括QPSK调制解调、IFFT调制、控制编解码、基于训练符号的信道估计等通信模块。包括main_STBC_MIMO_OFDM和training_symbol两个M文件和一个DOC文件,对各部分的都有详细的代码和注释。-It is used SIMULINK the S-FUNCTION approach to t
Simple-PIC-code-in-matlab
- Particle in cell 方法的matlab代码,非常基础,算例是空间存在一带电平板情况下,等离子体的电场分布和离子密度分布。作为入门非常好。-Particle in cell method matlab code, very basic, there is a numerical example is charged under the flat space case, the electric field distribution of plasma and ion density
FeatureSelection
- 主要用于特征的选择与提取,评估及特征空间描述(It is mainly used for feature selection and extraction, evaluation and feature space descr iption)
Isomap降维算法MATLAB代码实现
- Isomap降维算法MATLAB代码实现。isomap最主要的优点就是使用“测地距离”,而不是使用原始的欧几里得距离,这样可以更好的控制数据信息的流失,能够在低维空间中更加全面的将高维空间的数据表现出来。机器学习。流形学习。降维
六步学会用MATLAB做空间计量回归详细步骤
- 空间计量模型的matlab代码 包括OLS SLM SEM SDM SDEM(spatial econometrics model in matlab,including OLS SLM SEM SDM and SDEM)
robot并联机器人matlab运动学代码
- 利用在 MATLAB Simulink 中的 SimMechanics 工具箱,在 Matlab 中搭建了机器人的机构模型,结合运动学数学模型,实现的机器人的运动模拟实验,并且通过末端执行器输入运动参数与输出运动参数的对比,验证了所建立的运动学模型的正确性。最后根据机构的实际限制条件,限制了两个主动臂的最大转动角度,结合正向运动学模型,得到了整个机器人末端执行器的极限运动位置坐标以及整个运动空间(Using the SimMechanics toolbox in MATLAB Simulink,