-
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
-
OFDM-MATLAB-simulate
关于ODFM的仿真程序,程序挺多的,有你想要的。(About ODFM simulation program, a lot of programs have what you want.)
- 2021-04-12 14:38:57下载
- 积分:1
-
Code
说明: 随机森林是一种有监督学习算法,是以决策树为基学习器的集成学习算法。随机森林非常简单,易于实现,计算开销也很小,但是它在分类和回归上表现出非常惊人的性能,因此,随机森林被誉为“代表集成学习技术水平的方法”。(Random forest is a supervised learning algorithm, which is an integrated learning algorithm based on decision tree. Random forest is very simple, easy to implement, and the cost of calculation is very small, but it shows amazing performance in classification and regression. Therefore, random forest is known as "the method representing the level of integrated learning technology".)
- 2019-12-20 09:26:39下载
- 积分:1
-
sharks_1.0
小波分析在语音特征参数提取方面的应用,很实用,经测试!(Wavelet analysis in terms of the voice feature extraction!)
- 2014-09-24 16:26:58下载
- 积分:1
-
ARIMA
for estimating unknown parameters using ARIMA
- 2014-11-17 12:17:20下载
- 积分:1
-
GrenobleBlur
blur measurement. Simple but efficient.
- 2010-05-07 00:01:44下载
- 积分:1
-
2ASK-system-verification
2ASK系统验证源码,包括二进制单机性不归零码的产生,功率谱密度的计算等(2ASK system verification, including unipolar NRZ binary source code generation, power spectral density calculation.)
- 2014-11-15 00:06:32下载
- 积分:1
-
vcsCPXIAOYUl
利用OFDM系统的虚拟子载波技术来进行盲信道估计(OFDM systems using virtual subcarriers technologies for blind channel estimation)
- 2008-07-27 12:18:02下载
- 积分:1
-
tebpsk1
数字通信系统的t-EBPSK的调制与解调,功率谱密度的绘制,以及误码率曲线(Digital communication system t-EBPSK modulation and demodulation, the power spectral density plotted, and BER curves)
- 2014-12-11 15:30:00下载
- 积分:1
-
用遗传算法求解多目标函数优化
说明: 多目标函数,在多个约束条件的情况下用遗传算法找出最优解(Multi-objective function, using genetic algorithms to find the optimal solution under multiple constraints)
- 2019-12-27 15:43:19下载
- 积分:1