-
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
-
walshtransform
说明: walshl变换的定义的原代码(m)及说明文件(txt)。(the instruction(.txt) and defination(.m) of walsh transform )
- 2011-03-22 15:37:16下载
- 积分:1
-
DMC-channel-capacity
各种离散信道的容量分析语仿真程序,对称信道,均匀信道,强对称信道,迭代算法等(channel capacity,bsc,)
- 2010-07-28 20:50:38下载
- 积分:1
-
MATLAB-getrect
matlab 鼠标从一幅图像中截取一个区域,并生成一幅图片(get a picture form a picture)
- 2013-11-27 16:13:19下载
- 积分:1
-
Satellite
模拟进行卫星基站间的通信控制,包括申请信道资源、进行信道管理等(Analog control satellite communication between base stations, including the application of channel resources, channel management conjugate ngn)
- 2014-01-21 15:32:20下载
- 积分:1
-
merwe03a.ps
又一个很好的MATLAB应用范例。是关于MATLAB在upf领域的应用问题。(a very import tings!)
- 2009-03-17 17:07:27下载
- 积分:1
-
mySVM
支持向量机工具箱,由于分类,拟合和概率估计(Support Vector Machine Toolbox, as a result of classification, the estimated probability of fitting and)
- 2008-01-05 13:52:45下载
- 积分:1
-
random
通过这个实验,熟悉并能够灵活运用随机数函数方法去解决实际生活中的问题。(Through this experiment, familiar and flexible use of random number function to solve real life problems.)
- 2010-05-23 09:10:30下载
- 积分:1
-
3matlab_3objs
从网上学习的一种对三个运动目标跟踪的多目标跟踪算法,采用卡尔曼滤波方法进行预测。效果还不错。(From an e-learning to track moving targets on the three multi-target tracking algorithm using Kalman filtering method to predict. Results were pretty good.)
- 2011-09-29 19:24:27下载
- 积分:1
-
gaussandsine
时域有限差分方法 1维 产生正弦波和高斯波
犹他州大学程序(fdtd method 1D sinewave and gausswave
www.ece.utah.edu)
- 2012-11-20 08:29:02下载
- 积分:1