资源列表
MATLAB信号处理超级手册Chapter 02
- MATLAB信号处理超级手册例程,关于信号的产生运算,在时域的分析等(Demo of MATLAB. It includes signal generation, calculation and time domain analysis)
lyapunov_wolf
- 适合计算李雅普诺夫指数,经典沃夫算法的李雅普诺夫指数(Calculated Lee Yap Andrianof index)
firefly_algorithm
- 简单的萤火虫算法,算法收敛性较强,搜索全局最优能力强。(Simple firefly algorithm)
eetop.cn_lms_adaptive_filter_sim
- lms adaptive filter in matlab
Project9
- 依次输入关键字并建立二叉排序树,实现二叉排序树的插入和查找功能,考察了对二叉排序树的掌握程度(In turn enter keywords and establish two fork sorting tree, to achieve the two fork sort tree insert and search function, inspected the two fork sorting tree master degree)
RF_MexStandalone-v0.02-precompiled
- 随机森林信号分类识别,可以处理非线性离散信号,识别率高,效果好(Random forest signal classification)
MUSIC
- music 算法测DOA 两个声源,麦克风是线阵排列(music algrithem computes DOA)
maxwell
- 计算不同温度下麦克斯韦速率分布律的图像,并用辛普森方法求图像下方面积(The image of Maxwell velocity distribution law at different temperatures is calculated and the area under the image is calculated by Simpson method)
OFDM仿真程序
- 时分复用的一个小程序,简单介绍原理可用,希望帮到大家(a small program of OFDM, a brief introduction, the principle can be used)
CharacterDistill
- 常用的时频信号处理算法,用于机械部件的故障特征提取(fault feature extraction)
数据结构图论
- 数据结构实验。 编写程序分别实现DG, DN, UDG, UDN的邻接矩阵和邻接表存储结构的构建; 以界面的形式给出构建类型的选择;(Data structure experiment. Write procedures to achieve DG, DN, UDG, UDN, adjacency matrix and adjacency table storage structure; The choice of type of construction is given in the
栈和队列的链接
- 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structure experiment stack and queue