搜索资源列表
LDPCCode.rar
- LDPC编解码代码,使用matlab中的Mex文件,解码速度较快,LDPC Codec using mex file in Matlab
STCode
- 空时编码源代码,在Matlab中使用Mex文件编写,速度快-space time codec
TurboCode
- Turbo码的编解码源代码,在MatlAB中使用Mex文件实现,速度快-Turbo codec
ViterbiDecoder_mex
- 自己用matlab与c接口方法编写的可以用matlab调用的C程序,实现Viterbi译码(软硬都可)。使用前在matlab里输入:mex - 文件名.c;-A c file can be used in matlab scr ipt to achive Viterbi Decoding (Error Control Coding) for both Hard Decision and Soft Decision.
VS2008Matlab
- OpenTSTOOL is a software package for nonlinear time series analysis. It is implemented mainly in MATLAB, with some time-critical parts written in C/C++ (as MEX-functions).
Kalman.m
- This example shows how to generate C code for a MATLAB Kalman filter function, Kalman , which estimates the position of a moving object based on past noisy measurements. It also shows how to generate a MEX function for this MATLAB code to increase th
ode45Dynamics
- 利用C++写的matlab轨道积分程序,积分函数是ode45(Using the MATLAB track integration program written in C++, the integration function is ode45.)