-
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
-
simulation
traitement d ensemble d image (signature,piece mecanique )
- 2013-03-10 19:28:07下载
- 积分:1
-
simulated-annealing
模拟退火程序,用MATLAB语言实现,并带有程序算法说明(simulated annealing)
- 2009-11-26 20:43:00下载
- 积分:1
-
ChaosToolbox1p0_trial
matlab 程序 完整的混沌理论工具箱,内附有解释文件,模拟数据(matlab program complete chaos theory toolbox, containing documents to explain, simulation data)
- 2010-05-09 15:14:15下载
- 积分:1
-
shiyutu
对LMS数据采集系统采集数据,画时域图进行分析(LMS data acquisition system for data collection, time-domain diagram drawn for analysis)
- 2014-11-27 10:52:13下载
- 积分:1
-
UTP_channel_response_generate
该段代码生成不同长度下,双绞线信道的远端衰减冲激响应系数。双绞线频域带宽最高可达106MHz,采样率设置时必须大于两倍的频域带宽。双绞线信道模型使用ITU-T-SG15 contribution 11GS3-029中的模型。(This code generates a different length, the distal twisted channel impulse response attenuation coefficient. Twisted frequency domain bandwidth of up to 106MHz, must be greater than twice the frequency-domain bandwidth sampling rate settings. UTP channel model using the ITU-T-SG15 contribution 11GS3-029 the model.)
- 2015-02-23 12:50:51下载
- 积分:1
-
precise_integration
精细积分法 求地震反应谱 可以输入阻尼比 周期等参数(Precise Integration Method Response Spectrum)
- 2011-05-27 12:54:40下载
- 积分:1
-
libsvm-3.1-[FarutoUltimate3.1Mcode]
a kind of svm toolbox
- 2020-11-24 11:29:33下载
- 积分:1
-
jiyuIMMjidongmubiaodegengzhousuanfa
机动目标的跟踪问题一直是人们研究的重点,实现机动目标精确跟踪,首要解决的问题就是使所建立的目标运动模型与实际的目标运动模型匹配。目前常用的有多模型(MM),交互式多模型(IMM),切换模型等。多模型方法就是对一组具有不同机动模型分别进行Kalman滤波,最终的参数估计是各滤波器估计值的加权和;在多模型基础上,Shalom提出了交互式多模型方法,这一方法对无序目标的机动检测,显示了更好的鲁棒性和跟踪的稳定性;切换模型则是分别建立机动和非机动运动模型,利用机动检测实现在这两个模型之间的切换。一般来说,交互式多模型的跟踪性能较好。(mobile target tracking problem has been a focus of research and achieve precise maneuvering target tracking, the most pressing issue is to enable the establishment of the target model and the actual movement of the target model matching. At present, more commonly used model (MM), interactive multi-model (IMM), switching model. Multi-model approach is a group of different mobile models were Kalman filtering, The final parameter is the estimated value of the filter is estimated weighted; in the multi-model basis, Shalom made the interactive multi-model approach that the objectives of the motor disorder detection, better show the robustness and stability of the track; switching model is set up motorized and non-motorized sports model, the use of mobile testing to achieve in this model between)
- 2007-07-03 02:41:18下载
- 积分:1
-
emhancement
基于Matlab的指纹识别,里面主要运用Jabot进行指纹提取(Matlab-based fingerprint identification, which mainly make use of Jabot fingerprint extraction)
- 2010-03-14 23:30:59下载
- 积分:1