-
VectorControl
这是一个矢量控制成功mdl模型,可改编为任何电机(永磁同步电机 异步电机等),低版本matlab上编写,大家均可成功运行
(Vector Control;PMSM Induction motor;mdl)
- 2010-10-01 14:44:56下载
- 积分:1
-
ab
说明: 实现对小孔的高斯滤波,边沿提取和半径测量(Small holes to achieve the Gaussian filtering, edge extraction and radius measurement)
- 2008-11-01 10:59:31下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
ENVtoECEF
matlab编程实现从东北天坐标系到地心坐标系的坐标转换,包含了资料文件。调用函数名为:ENVtoECEF,输入参数为东北天原点经纬度数据,东北天坐标点数据;输出数据是东北天坐标系下坐标点对应的经纬高数据。(matlab programming from the northeast sky coordinate system to the geocentric coordinate system conversion, including the data file. Call the function named: ENVtoECEF, input parameters for the origin of latitude and longitude data northeastern days, Northeast day coordinate data output data is northeast days coordinates of latitude and longitude coordinates of points corresponding to the high data.)
- 2013-11-14 18:00:42下载
- 积分:1
-
Diffusion-k-tensor-Estimation
Diffusion k-tensor Estimation from Q-ball imaging using discretized principal axes
- 2013-11-16 10:14:44下载
- 积分:1
-
compressdoa
:压缩感知是近年来应用数学界提出的一套关于稀疏信号采集和重构的新理论,它突破了传统奈奎斯特采样定理
的限制,以远少于传统奈奎斯特采样定理所需的测量数据就能够精确恢复原信号或估计信号的相关参数。将压缩感知理论应
用到DOA估计,可以解决传统DOA估计中高采样率、以及较多辐射源信号条件下难以定位的限制。研究了基于压缩感知理
论的DOA估计方法,并利用MATLAB进行仿真,通过与传统MUSIC算法比较可知,基于压缩感知的DOA估计方法具有显著
的优势(The theory of Compressive Sensing(CS)is the application of mathematics in the field of a sparse signal acquisition
and reconstruction of the new theory. It breaks through the traditional limitation of Nyquist sampling theorem. It can recover certain
signals or estimate their parameters far fewer samples or measurements than traditional methods. The application of compressed
sensing theory to DOA estimation can solve the traditional DOA estimation in high sampling rate, as well as more of the radiation
source signal conditions is difficult to position limits. This paper studies the theory of DOA estimation method based on compressed
sensing theory, and simulation uses MATLAB, compared with the traditional MUSIC algorithms, DOA estimation based on
compressed sensing theory method has the obvious advantage)
- 2015-04-07 11:17:41下载
- 积分:1
-
program4
利用色彩空间的转换(RGB到LAB),并结合图像的颜色直方图分布,对彩色图像进行图像分割(Using the color space conversion (RGB to LAB), and combined with the color histogram of the image to segment thecolor images)
- 2016-03-27 21:12:39下载
- 积分:1
-
matlab语音信号分析与合成(第2版)程序
这里上传的是:matlab语音信号分析与合成(第2版)程序,希望对大家有用。(Here is uploaded: Matlab voice signal analysis and synthesis (Second Edition) program, I hope to be useful to all of you.)
- 2021-01-30 21:18:38下载
- 积分:1
-
chaoshipaiduifangzhen
模拟随机过程求解超市实际问题。很具有代表性。matlab(random process simulation solving practical problems supermarket. Very representative. Matlab)
- 2007-02-03 16:19:40下载
- 积分:1
-
NLmeansfilter
non-local means filter 用于去噪,里面的矩阵操作编写的代码,速度比较快(non-local means filter for noise removal, inside the matrix manipulation code written faster)
- 2012-05-29 10:11:46下载
- 积分:1