资源列表
An-Introduction-to-Programming-and-Numerical-Meth
- This text provide good training for general use of Matlab and numerical programing application of Matlab
基于MATLAB的信号分析与音乐合成研究报告
- 基于MATLAB的信号分析与音乐合成研究报告,信号与系统大作业,有需要的朋友可以下载看看,您的支持是我前进的动力!
TDOA_positioning_algo-master
- 基于TDOA的Chan算法在无线定位系统中的Matlab实现。
SGP
- 单输出高斯过程回归 代理模型 回归 可代替神经网络-Single output Gaussian process regression
DPD
- 功放预失真模型,基于数字预失真的功放模型设计-Predistortion power amplifier model, based on the model of digital pre-distortion power amplifier design
tutorialv1_8
- v1.8 LSSVMlab 工具箱使用说明-the instructions of v1.8 LSSVMlab
Constell
- GPS星座MATLAB仿真 GPS星座MATLAB仿真-MATLAB Simulation of GPS constellation GPS constellation MATLAB simulation
Matlab_7__External_Interfaces_rar
- MATLAB 7 接口 可直接调用已有C程序 缩短开发中期 加快执行速度-MATLAB 7 Interface
datastructandalg
- 数据结构与算法分析+C+++描述+第三版》答案-Data structure and algorithm analysis+ C+++ describe+ the third edition of " The answer
data
- 数据结构与算法分析c++ 描述 答案 一本非常实用的书籍
face_recognition
- 基于2D-DCT和模块2DPCA的人脸识别系统的实现(matlab)
StackTest
- 顺序栈和堆栈的实现。 顺序栈被定义为一个结构类型,它有两个域data和top。data为一个一维数组,用于存储栈中元素,DataType为栈元素的数据类型(有待设定)。top为int型,它的取值范围为0..sqstack_maxsize-1。top=0表示栈空,top=sqstack_maxsize-1表示栈满。-Order stacks and stacks of implementation. Is defined as a sequence of stack structure typ