搜索资源列表
RS_CODEC
- 该程序是RS编译码器的MATLAB仿真程序,里面有对程序的详细说明和解释。包括编码算法和译法算法的原理,流程以及代码实现。对掌握RS码有非常好的学习价值。
QPSK
- QPSK详细调制解调的源码,包括整个流程.-QPSK modulation and demodulation of the source in detail, including the entire process.
MatlabDetailedManual
- Mtalab的详细手册,开发流程,常用函数,常用实例-<<Matlab detailed manual>>
thetheoryofIMMandsimulation
- 详细介绍交互多模型算法原理,算法流程并附带模型仿真程序-Details IMM algorithm, the algorithm processes and procedures with model simulation
P80216Rev2_D8
- 802.16协议的阅读文档,详细介绍Wimax设计流程及框架,对准备从事Wimax开发人员必读之作-802.16 protocol to read the document, detailed design process and framework for Wimax, Wimax engaged on the preparation required reading for developers
for-OFDM-text
- OFDM的实现流程 比较详细的输入和输出编解码-for OFDM process
Recursive_least_squares
- 增广最小二乘递推算法的例程,下载的rar解压后是word文档,里面包括题目要求、程序流程框图、源代码、详细注释、仿真结果等。-Recursive least squares algorithm, including subject requirements, program flow diagram, source code, detailed notes, simulation results,and so on.
LMS-algorithm--estimation
- lms自适应算法的均衡器的设计,包括详细的流程-lms adaptive equalizer algorithm design, including detailed process
matlaband-Java
- 该文件详细地介绍了在Matlab下调用Java程序的具体操作流程-The document introduces in detail the useage of Java program in Matlab
IGArarn
- 介绍了遗传算法的基本原理与求解流程, 详细阐述了Matlab 遗传算法工具箱的使用方法, 并通过使用遗遗传算法工具箱对一个典型的函数优化问题进行求解, 验证了该工具箱在解决函数优化问题上的有效性与实用性性。 -Introduces the basic principles of genetic algorithms and solving process, elaborated on the use of the Matlab genetic algorithm toolbox, and a
111111188888888
- matlab基本操作方法及极坐标系下多个圆的画法,程序详细,流程明确,并有附图说明-Matlab basic operating method, and polar coordinate multiple round law, procedures and detailed, clear process, and that the appended drawings
PBIL
- 该资源详细地给出了分布估计算法的PBIL算法的具体流程。供学习分布估计算的人参考使用。- PBIL algorithm clc clear clf tic 开始计时 参数设置 Pop_Size=40 Individual_Len=20 每个变量的长度 Variable_Num=2 Learning_Rate=0.01 Iteration_Time
QpskMod
- MIMO 初学者理解QPSK系统的最佳代码 详细通信系统流程步骤-MIMO Best codes beginners understand QPSK system Details Communication System Process Steps
radar_sp2016.m
- 线性调频脉冲雷达信号的整个处理流程,包括脉冲压缩、MTI、MTD。代码规整,注释详细。-The whole LFM radar pulse signal processing,concluding match filtering、MTI、MTD.the code is clear and complex, the code annotation is detailed.
libsvm-mat-2.91-1
- Matlab上使用SVM所需插件 2. 操作流程: 请注意:详细操作流程请参考上面的“详解”网站,这里只说大框架和详解里没有提到的问题。 A.设置path File->set path ->add with subfolders->加入libsvm-3.11文件夹的路径 B. 在matlab中编译 目的:将libsvm-3.11\matlab 中 libsvmwrite.c 等 C++文件编译成 libsvmread.mexw32 等matl
kalman 滤波详细设计步骤及matlab代码实现
- 详细介绍了kalman滤波算法设计的相关流程,并且给出了具体的仿真过程(The design process of Kalman filtering algorithm is introduced in detail, and the specific simulation process is given.)
测度熵
- 详细计算了测度熵的计算流程,对于学习非线性有很大的帮助。
MATLAB课堂考勤(GUI)
- MATLAB课堂考勤(GUI) 该课题为基于MATLAB pca的人脸考勤系统。可以从一副图像中找出多人人脸,分割,计算人数,然后提前制作好这些人的人脸库,进行逐一识别是谁,是不是库内人脸,如是,具体是谁,如果不是,那提示库外人脸。具有友好的人机交互界面,还可以二次开发成摄像的,但是摄像头误差可能会有点。识别流程为:读取图像,人脸定位,人数统计,人脸分割,人脸识别,库内外判别。(The subject is face attendance system based on MATLAB PCA.