-
self_adaptive_filter
自适应滤波器,包括LMS算法和最陡下降法,以及对LMS算法的一些对比(Adaptive filters, LMS algorithm and steepest descent method, and comparison of some of the LMS algorithm)
- 2010-10-07 23:12:44下载
- 积分:1
-
01
这是一个关于偏最小二乘法的程序,使用Matlab编写。(partial least squares method)
- 2013-09-29 13:27:59下载
- 积分:1
-
ballcar
利用matlab仿真球、车、杆连接系统在不同风力下的运动状态(Using matlab simulation balls, cart, pole connection system in the state of motion under different wind)
- 2013-05-23 08:13:59下载
- 积分:1
-
openloop
imnverted pendulum
bymyself
- 2014-01-26 23:04:03下载
- 积分:1
-
CurveLab-1.0
第二代曲线波变换工具箱(curvelet)(Second generation wavelet transform toolbox curve (curvelet))
- 2010-05-24 20:55:59下载
- 积分:1
-
CPP
C++学习的相关资料,仅供自学以及交流使用。(C++ learning materials for self-learning and the exchange of use.)
- 2015-01-23 12:39:25下载
- 积分:1
-
zero-crossing
this program finds the number of zero crossings in a given signal.
- 2013-11-09 22:48:41下载
- 积分:1
-
tsp1
关于TSP模拟退火&遗传算法&相应的MATLAB算法程序( tsp Genetic algorithm and simulated annealing and corresponding MATLAB algorithm procedures)
- 2009-05-09 19:12:00下载
- 积分:1
-
mainpgm
IT WILL DATAWRAPING WITN LESSION DETECTION IN THE TISSUE AND METASIS
- 2012-08-25 14:21:02下载
- 积分:1
-
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