-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1
-
schedule
这是一个工序调度MATLAB程序,希望对大家有用!(This is a MATLAB program scheduling process, we hope to be useful!)
- 2011-01-24 17:16:30下载
- 积分:1
-
ADC_SNR
说明: 测试ADC输出的SNR,将ADC输出数字信号变换为模拟信号求SNR(pipelined ADC SNR)
- 2021-03-15 21:39:22下载
- 积分:1
-
channel_awgn
This code simulates a communication AWGN channel with matlab. You can specify No (noise spectral power) and Eb (bit energy).
- 2011-04-29 03:43:42下载
- 积分:1
-
卡尔曼
基于matlab的完整的卡尔曼滤波程序,实测有效(Kalman filter program)
- 2020-07-16 22:48:49下载
- 积分:1
-
DEMATEL
决策实验分析法是最近兴起的多属性决策方法,主要通过实验的方式对评估对象进行评估分析,实验结果较为客观合理(Decision-making experimental analysis method is a multi-attribute decision-making method that has recently emerged. It mainly evaluates and analyzes the evaluation object through experimental methods. The experimental results are more objective and reasonable.)
- 2018-10-18 17:09:08下载
- 积分:1
-
fig4_40
对于圆阵的来波方向假定为90度时的阵列响应的Matlab源程序。(Circular Array for DOA assumed to be 90 degrees when the array response to the Matlab source code.)
- 2008-12-23 15:59:03下载
- 积分:1
-
GUI-drawing-board
Matlab鼠标画图,用pop-up menu选择画图标记,颜色edit记录鼠标坐标
但是功能比较简单,只能画线,不能画矩形、椭圆等
其中一个难点就是:拖动鼠标的过程中如何显示矩形/椭圆的轮廓,并且轮廓跟着鼠标指针移动。
程序的亮点:
1、可选择点、线、矩形、椭圆进行画图;
2、可选择marker、LineTyple进行画图;
3、可选择画图颜色;
4、可实时显示鼠标指针当前坐标;
5、可清除画板;
6、可保存画好的图(bmp、jpg、gif);
7、操作比较人性化,模仿了windows画板;
8、该程序牵涉的面广,是一个很好的GUI学习资料。
(Matlab mouse drawing, with the pop-up menu select the drawing marks, color edit record mouse coordinates, but relatively simple function, can only draw a line, not drawing rectangles, ellipses, etc. One of the difficulties is this: how the process of dragging the rectangle/oval contours, and outline follow the mouse pointer moves. Program Highlights: 1, select point, line, rectangle, ellipse for drawing 2, optional marker, LineTyple the drawing 3, choose paint colors 4, real-time display the current coordinates of the mouse pointer 5, to clear the drawing board 6, save-drawn map (bmp, jpg, gif) 7, operation more user-friendly, imitating the windows drawing board 8, the program involved a wide range, the GUI is a good learning materials.)
- 2010-11-10 21:51:39下载
- 积分:1
-
armaAnalysis
arma模型的具体实现代码, 可以用(arma model of the specific code, you can use)
- 2012-07-05 00:09:23下载
- 积分:1
-
半车模型
半车模型,考虑车辆悬架,前后俯仰等自由度,利用S函数编写(Half car model, considering vehicle suspension, front and rear elevation and other degrees of freedom, the use of S-function written)
- 2020-07-04 00:40:01下载
- 积分:1