-
vcc_mex
一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方:
a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦
b. 不能利用VC特有的ClassWizard自动创建和维护类
c. 不能用MFC类库编写应用程序
d. 不能方便地进行类似VC的项目管理
本文详细解说如何在IDE中编译MEX程序(Under normal circumstances, we are all in the MATLAB command line or DOS command line program to compile MEX. Command is used by: mex filename.c This has a lot of inconvenient places: a. Although the mex can also compile C++ The mex program, but it is still the main frame C of a. When the procedure has a number of modules the need to repeatedly use the mex command, the operation is cumbersome b. Can not use VC-specific ClassWizard automatically create and maintain the category c. can not use MFC class library to write applications easily d. should not conduct a similar project management VC a detailed explanation of how this article IDE compiling MEX procedures)
- 2007-09-27 15:44:55下载
- 积分:1
-
steerable_filters
Implements the 1st and 2nd order Gaussian derivative steerable filter in matlab.The oriented first order derivative can be obtained by taking the dot product of a unit vector oriented in a specific direction with the gradient. The basis filters are the partial derivatives of a 2D Gaussian with respect to x and y
- 2014-12-05 13:56:40下载
- 积分:1
-
correlmx
计算信号的自相关矩阵的matlab程序,主要用于信号的实时分析。(Calculation of the signal autocorrelation matrix matlab program, mainly for real-time signal analysis.)
- 2007-10-22 12:44:01下载
- 积分:1
-
synchronous-motor
matlab 同步电机 部件,压缩包参数可调(matlab synchronous motor parts, adjustable compression package parameters)
- 2013-04-14 21:31:22下载
- 积分:1
-
kalman
kalman算法和LMS算法仿真程序,希望能有所帮助(kalman algorithm and LMS algorithm simulation program, hoping to be helpful)
- 2009-12-01 02:08:53下载
- 积分:1
-
DGM
离散灰色预测模型和AR预测模型的组合预测,matlab(Discrete gray prediction model and predict the combination of AR prediction model, matlab)
- 2010-11-25 17:32:33下载
- 积分:1
-
dianji111111
双馈电机simlink仿真 可以直接使用 效果不错参数可以自己设定(Doubly-fed machine simulation simlink good results can be directly used parameters can be set)
- 2008-05-19 04:17:28下载
- 积分:1
-
BP神经网络(LM)
说明: 利用LM算法训练的BP神经网络,在matlab上实现(The BP neural network trained by LM algorithm is realized on matlab)
- 2020-03-23 21:36:27下载
- 积分:1
-
基于MATLAB的储粮害虫图像处理方法
摘要:在对粮虫图像处理过程中,介绍了Matlab图像处理工具箱中的函数,给出了图像处理与分析的技术实现, 边缘检测及轮廓提取, 通过形态学方法进行图像特征抽取与分析,达到了比较好的效果.(Abstract : In the right grain pest image processing, introduced the Matlab toolbox image processing functions, given image processing and analysis technology, edge detection and contour extraction, through morphological methods for image analysis and feature extraction, reached a relatively good results.)
- 2005-06-06 19:41:15下载
- 积分:1
-
Radar-signal-processing
雷达信号处理的目的是消除不需要的信号及干扰,提取和加强由目标所产生的回波信号。( The purpose of the radar signal processing is to eliminate unwanted signals and interference, extraction, and the strengthening of the echo signal generated by the target.)
- 2012-05-11 13:40:51下载
- 积分:1