搜索资源列表
MEXexample
- MATLAB中MEX命令的两个程序例子, 有详细解释, 如何在MATLAB里面调用C/C++函数-MATLAB MEX orders of the two procedures example, a detailed explanation How MATLAB inside called C / C function
MatlabprogrammsforencodinganddecodingofLDPCcodesov
- There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\\ldpc_decode.m and .\\GFq\\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you hav
ldpc_decoder
- 采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和C(c-mex)程序分别编写,有详细说明和注释。
das1
- Removing all variables, functions, and MEX-files from memory, leaving the workspace empty. clear all Deleting all figures whose handles are not hidden. close all Deleting all figures including those with hidden handles. cl
ldpca
- matlab下LDPC的编解码程序,其中编解码是用Mex下的C写的,运行很快。希望对大家有用。-matlab program under the LDPC codec, which codec is written in C under Mex running quickly. Hope to be useful.
LTE-Simulator
- LTE系统级仿真,可让您执行网络级仿真3GPP长期演进网络。它较低的复杂度和抽象的物理层是基于建立在LTE链路级仿真的经验。它是免费提供包中含有Matlab源文件以及一些MEX功能(还提供源代码)。-The LTE System Level simulator allows you to perform network-level simulations of 3GPP Long Term Evolution networks. It abstracts the Physical layer f
AMR12.2kencode
- 将AMR的12.2k的语音编码的c代码转换为mex文件使其可以被matlab调用,在matlab2014中命令窗输入mex+空格+三个c文件名字(注意encode.c放在最前面)生成可执行文件,就可以调用encode函数。-The AMR 12.2k speech coding in C code conversion for mex file so that it can be called by the MATLAB. In the matlab2014 command window inp
madqm
- 采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和Cc-mex程()