-
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
-
spectrum
功能: 功率谱分析
算法参考文献:黄嘉佑,《气象时间序列分析》(functions : power spectral analysis algorithm References : Geophysics, "meteorological time series analysis")
- 2007-01-08 15:57:27下载
- 积分:1
-
Alawcom
A律压缩器子程序,用于matlab中A律压缩器子程序调用(A-law compression subroutine for A-law compressor routine matlab call)
- 2012-06-10 16:06:05下载
- 积分:1
-
car_club_template_2265_2
This is the code for car rental website
- 2015-03-29 16:50:53下载
- 积分:1
-
Array-MATLAB-2010a-(1)
MATLAB 2010a中有关数组的介绍和讲解(Introduce and explain MATLAB 2010a in array)
- 2012-11-22 00:35:29下载
- 积分:1
-
untitled
函数的界面函数和一些控件的函数的使用等等,帮助用户使用matlab并很方便的理解(Function of the interface functions and the use of some of the control functions, etc., and to help users easily understand the matlab)
- 2011-04-20 21:48:40下载
- 积分:1
-
sermina-PPS
Code Matlab Computer Spectrum
- 2011-06-28 16:08:41下载
- 积分:1
-
SSRLS
SSRLS algorithm in matlab
- 2010-06-21 21:17:15下载
- 积分:1
-
lpc-distrotion
This file computes the distortion of speech files regarding to lpc model in different subbands.
- 2010-12-15 21:53:44下载
- 积分:1
-
music
MUSIC谱估计程序,可以对信号进行频率估计,DOA估计,谱估计(MUSIC spectrum estimation procedure can be carried out on the signal frequency estimation, DOA estimation, spectrum estimation)
- 2020-11-14 13:59:42下载
- 积分:1