搜索资源列表
vc-matlab
- 要在VC中成功编译Matlab引擎程序,必须包含引擎头文件engine.h并引入Matlab对应的库文件libmx.lib、libmat.lib、libeng.lib
FFT
- 脑波FFT变换 调用格式见m文件头部说明(下边也复制了一份) 有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用 ------------------------------------ 保存为FFT.m文件 输入参数: N:进行FFT变换的点数(要求是2的N次幂); fs:信号的采样频率(frequency of simpling) sig:进行FFT变换的数组(一维)。 输出参数: f_sig:变换后的信号(一维数组) E_de
OFDM_ti6701
- 使用ti公司的6701板完成的ofdm系统,同时具有MATLAB代码和英文说明。 -ofdm sender 1. start code composer studio 2. open .\OFDMsender\sender.pjt you may need to change the paths to the librarys and include directory 3. build ofdm receiver 1. start
MccDemo3
- Matlab和VC6.0混合编程,实现将matlab绘图窗口嵌入到vC程序中。 1、首先将压缩文件中的matlab部分,编译,命令如下:mcc -W cpplib:libmccdemo3 -T link:lib mccdemo3.m 2、将编译得到的.dll,.lib,.h,.ctf文件拷贝到vC工程文件夹下 3、编译压缩文件中的vC部分,运行即可。-err
TestUseMatlab
- VC 中调用MATLAB 程序功能: 为了在vc中调用MATLAB而写的一个简单测试程序 设置路径: 根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为 D:\MATLAB6p1\extern\include\,在工程中设置 需包含的头文件: //matlab中的头文件调用matlab的函数 #include "engine.h" 需要连接的LIB库: D:\MATLAB6p1\extern\lib\win32\dig
UWB_Image_Tx_Matlab_Code
- This source code simulates UWB based wireless Communication system which transmits color image over wireless medium. Modulation type: Pulse position modulation Pulse: second derivative of a Gaussian pulse Channel: AWGN Image: lib.jpg-This so
ffmpeg-matlab
- This code can capture a frame from a vidoe in matlab.
Export2Excel
- Please do matlab lib
LibSvmUsing(lib)SVMTutorial
- 我一直覺得 SVM 是個很有趣的東西,不過也一直沒辦法 (mostly 衝堂) 去聽林智仁老師 的 Data mining 跟 SVM 的課; 後來看了一些網路上的文件跟聽 kcwu 講了一下 libsvm 的用法後,就想整理一下,算是對於並不需要知道完整 SVM 理論的人提供使用 libsvm 的入門。-I always think that SVM is a very interesting thing, however, has been no way to (mostly red hal
geodesic
- 用于计算测地距的lib,特别适用在3D模型上,比如三角面片上。非常快速。代码非常简单好用,matlab版本的例子给的比较好,请仔细参考。C++版可看文档内部地址下载-Used to calculate the geodesic distance lib, especially for the 3D model, such as the triangular surface-chip. Very fast. The code is very simple and easy to use, matl
lib
- matlab communication toolbox lib
VCandMatlab
- 这是本人前段时间探索VC++和Matlab编程时最终现实的编程结果,最终在车牌识别上实现了二者联合编程!-This is my earlier VC++ and Matlab to explore programming results of ultimate reality programming, and eventually realized the license plate recognition on joint programming between the two!
SVM
- 用于各种分类的支持向量机matlab程序,可自定训练集和验证集数量-lib-SVM matlab program
ImageProcessMatLabC
- C++Builder和matlab的联合编程图像处理,包括matcom的使用已经整体源代码,可以脱离matlab和c在任何电脑上应用。界面清晰,算法快捷,使用了智能的窗口适应算法 -C++ Builder and joint programming matlab image processing, including the use of matcom has the overall source code from matlab and c can be any computer appl
Character-Recognition(Lib-SVM)
- 支持向量机的研究现已成为机器学习领域中的研究热点,其理论基础是Vapnik[3]等提出的统计学习理论。统计学习理论采用结构风险最小化准则,在最小化样本点误差的同时,缩小模型泛化误差的上界,即最小化模型的结构风险,从而提高了模型的泛化能力,这一优点在小样本学习中更为突出。SVM理论正是在这一基础上发展而来的,经过十几年的研究和发展,已开始逐步应用于一些领域。在解决小样本、非线性及高维模式识别问题中表现出许多特有的优势,已经在模式识别、函数逼近和概率密度估计等方面取得了良好的效果。- Support
matlab-voice-lib
- matlab语音工具包,里面一些语音处理的典型matlab算法-typical matlab matlab Voice Toolkit, which some of the voice processing algorithm
DML-lib-Matlab
- Lib for matlab, a good libaray fr the begneers
matlab_m_lib
- matlab初学者自编函数库,内有指导使用文件-matlab lib made by fanlieying,study for beginner,and help include
matlab
- 林智仁教授的lib-svm直接解压到matlab文件夹下即可使用。-Unzip lib-svm professor Lin Zhiren under the MATLAB folder can be used.
Orbital_Library
- 航天方向轨道相关函数库,包含许多小程序,方便调用,通用性强(function lib of aerospace aspects, including many small but useful functions. can be used easily and very readable.)