搜索资源列表
TCHFS
- 根据TCH/FS信道的技术标准,用MATLAB语言编写程序模块,实现编译码模块功能,仿真TCH/FS信道各模块,检验与测试它们的性能,对TCH/FS信道的纠错性能进行仿真及分析。-under TCH / FS access to the technical standards, using MATLAB language program modules to achieve encryption module function, simulation TCH / FS Channel modul
bldc_1_sinusoidal
- 用C语言编写的S函数源代码,用于在MATLAB/Simulink环境下仿真永磁无刷直流电机,在MATLAB7.0以上环境下编译成动态链接库然后在Simulink中使用。模块信息见源码注释。-C language prepared by the S-function source code, for the MATLAB / Simulink environment simulation permanent magnet brushless DC motor, In the above circu
Application_in_FPGA_design_of_Matlab_simulink
- 分析了MATLAB/Simulink 中DSP Builder 模块库在FPGA 设计中优点, 然后结合FSK 信号的产生原理,给出了如何利用DSP Builder 模块库建立FSK 信号发生器模 型,以及对FSK 信号发生器模型进行算法级仿真和生成VHDL 语言的方法,并在modelsim 中对FSK 信号发生器进行RTL 级仿真,最后介绍了在FPGA 芯片中实现FSK 信号发生器的设 计方法。
svpwm222
- MATLAB中SVPWM空间电压矢量模块的m语言实现-MATLAB in the space voltage vector SVPWM module m language implementation
Matlab2009a_C_Sfunction
- 自己在编matlab C语言模块时的一些总结-Some of my experiences about matlab s C SFunction
cdhmm
- 连续隐马尔可夫识别程序。 包含的模块,可以比较完整地进行语言识别。 主要模块: Test.m Train.m viterbi.m baum.m pdf.m recog.m mixture.m mfcc.m -speech recognize using HMM include 11 matlab fuction: Test.m Train.m viterbi.m baum.m pdf.m recog.m mixture.
FSK-demodulation
- FSK信号的解调,采用最原始底层语言编辑各模块实现-FSK signal demodulation, adopt the most primitive language editing each module implements bottom
MATLAB__CCS_Development_Tools
- 该pdf描述的是骂matlab怎样跟CCS进行相连,及matlab模块语言自动生成CCS中的C语言。-The pdf describes how matlab curse connected with the CCS conducted, and the matlab module language CCS in the automatically generated C language.
jiaoniruheyongmatlab_simulink
- 教你如何使用matlab语言环境下simulink模块设计-Teach you how to use the language environment matlab simulink module design
MATLAB-Introduction
- 用简单通俗的语言着重讲述了Matlab的起源及窗口各模块、基础知识、Matlab 程序、Matlab 扩展和Matlab 先进概念几个方面。-With a focus on simple language about the origin of Matlab and windows for each module, basic knowledge, Matlab program, Matlab and Matlab extension areas of advanced concepts.
MATLAB
- 此模块为官网提供,使用MATLAB语言编写,实现傅里叶变换(FFT)功能。-This module is the official website, the use of MATLAB language, realize the Fu Liye transform (FFT) function.
distributed
- distributed分布式控制系统。matlab下模块truetime1.5的重要例子,文件中包含用matlab和c++两种语言实现的原文件,对于初学者有重要的借鉴意义。-distributed distributed control system. matlab truetime1.5 important examples of the module, the file contains two languages using matlab and c++ ach
MATLAB-command-
- 该资料是汇总了大部分的MATLAB的命令语句,涵盖的面很广,包括常用命令,运算符和逻辑函数,语言结构和调试命令,矩阵和矩阵操作基础,数学函数与坐标变换,数据分析,多项式,双重函数,声音处理,字符串函数,低层文件输入输出函数,位操作结构和对象函数,数组函数,图像可视化函数这些模块。希望对大家学习MATLAB有所帮助。-This information is a summary of most of the MATLAB command statement, surface covers a wid
GA_OP
- 多维变量函数GA优化,matlab语言编写,分模块编写,清晰易懂-multi-variable GA OP by matlab
LDPC码编译码算法的研究与实现_李会雅
- 本文首先介绍了几种LDPC码的编译码算法,同时推导了译码错误概率和密度进化 过程,讨论了信道参数的门限效应。接着对LDPC码二分图中长度为4的环进行了深入 研究,提出了一种LDPC码校验矩阵的消4一环生成算法,采用Matlab和VC++融合编程 方式,完成了此算法的程序设计。此算法不仅可生成二进制LDPC码的校验矩阵,并且 对算法修正后,也可生成多进制LDPC码的校验矩阵。采用此算法后可避免LDPC码译 码过程中的重复迭代,显著提高了短帧LDPC码的误比特率性能。同时对不同参数对 L
NSGA-II算法C语言代码
- 基于NSGA-II算法原理,利用C语言实现了交叉、变异、以及非支配排序、拥挤度计算等算法模块。