-
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
-
Matlab
matlab,初学者入门的编程资料,仅供参考。(matlab, beginner programming information for reference only.)
- 2010-11-05 00:20:51下载
- 积分:1
-
MATLAB_svm
关于支持向量机的MATLAB程序,用于模式识别(On the MATLAB support vector machine procedures for pattern recognition)
- 2009-07-02 16:20:32下载
- 积分:1
-
Fractional_Delay_FIR
功能描述: 小数延迟FIR滤波器,对参考阵元信号signal_ref进行
length(tau) M次延迟,分别得到M个阵元的采样信号
关键问题: 若τ 1.2Ts,则Delay(i) 2,tau_valid(i) 0.2Ts
若τ 0.6Ts,则Delay(i) 1,tau_valid(i) -0.4Ts
当tau_valid(i)>0或<0时,从卷积后的数据y_FIR_delay中取值启示位置不同
函数能够实现输入任意延时tau,输出信号波形与理想波形之间误差很小。( Description: fractional delay FIR filter array element of a reference signal signal_ref performed length (tau) M delay times, respectively, to obtain a sample signal array element M key question: if τ 1.2Ts, then Delay (i ) 2, tau_valid (i) 0.2Ts if τ 0.6Ts, then Delay (i) 1, tau_valid (i) - 0.4Ts when tau_valid (i)> 0 or < 0, the volume data y_FIR_delay product after the Enlightenment values at different positions function can be realized enter any delay error between tau, the output signal waveform and the ideal waveform is small.)
- 2016-08-12 10:32:27下载
- 积分:1
-
matlabguzhangshu
已知助力作动筒故障树以及各部件失效分布,试用故障树法进行仿真,计算系统可靠度,平均寿命和部件重要度(Known power actuator fault tree as well as the distribution of component failure, fault tree analysis to try to simulate the computing system reliability, the average life expectancy and components important degree)
- 2021-03-15 12:19:22下载
- 积分:1
-
HRM
一篇HRM(Hybird Recrusive Matching)算法的介绍论文,可以用来生产视差图(a paper that introduces a HRM algorithm,which can be used to create disparity map)
- 2010-05-23 20:50:45下载
- 积分:1
-
filt1D
超声成像得到的射频信号转换为包络信号时的一维滤波(RF signals into ultrasound imaging to obtain one-dimensional filtering of the envelope signal when)
- 2013-12-03 05:06:11下载
- 积分:1
-
shooting_method
shooting_method shooting_method
- 2015-01-14 05:35:45下载
- 积分:1
-
ADRC_simulink
说明: 自抗扰算法仿真程序,算法学习使用,适合理论分析(Auto disturbance rejection algorithm simulation program, algorithm learning and use, suitable for theoretical analysis)
- 2020-04-17 09:29:48下载
- 积分:1
-
《神经网络理论与Matlab7实现》下载资料
神经网络理论与Matlab7电子工业出版社原代码(neural network theory and Matlab7 Electronic Industry Publishing House source)
- 2005-08-16 14:36:48下载
- 积分:1