资源列表
shujujiegou
- 数据结构中的一部分:树,包括如何建立树、树的遍历等算法实现-how to set up tree
GA
- 一个简单遗传算法,用一个测试问题测试,到到得结果比较好-This is a simple genetic algorithm and the algorithm is tested by a test problem, and the result is not bad
HHT
- Hilbert-Huang变换(HHT)是一种新的非平稳信号处理技术,该方法由经验模态 分解(EMD)与Hilbert谱分析两部分组成。任意的非平稳信号首先经过EMD方法处理后被分解为一系列具有不同特征尺度的数据序列,每一个序列称为一个固有模态函数(IMF),然后对每个IMF分量进行Hilbert谱分析得到相应分量的Hilbert谱,汇总所有Hilbert谱就得到了原信号的谱图。该方法从本质上讲是对非平稳信号进行平稳化处理,将信号中真实存在的不同尺度波动或趋势逐级分解出来,最终用瞬时频率和能量来
5-1
- A[n]为整数数组,递归算法实现: (1) 求数组A中的最大整数。 (2) 求n个整数的和。 (3) 求n个整数的平均值。 -A [n] is an integer array, recursive algorithm: (1) Find the largest integer in the array A. (2) Find n integers and. (3) Find the average of n integers.
c++neural
- C++ Neural Networks and Fuzzy Logic -C++ Neural Networks and Fuzzy Logic
arithmetic_demonstrate_system
- 此算法演示系统展示多种编程语言的多种算法实现的动态过程,有图像化界面,能清晰展示各个算法的实现过程
Reconfigurable-flight-control
- 精密控制结构需要满足先进飞机的使命和对其引航的要求。这就要求飞行器的性能必须满足在低空飞行,低速飞行和大迎角攻击性飞行,全天候,昼夜工作的条件,并且新的控制技术应该成熟。这项工作提出了飞行控制时,状态变量和控制输入是由预先确定的限制范围内的系统控制系统的设计理念。在设计过程使用动态规划的概念。其基本思想涉及非二次泛函最小化。由于一系列限制因素,建议使用光滑函数。同时提出了该综合方法的优点。我们利用对F-18战斗机的纵向控制配置来说明该设计方法。-Indirect adaptive control
theory
- ppt 近代信息论 信息论与编码 某大学研究生课程-ppt
无线通信基站的基带发端仿真系统
- 系统发端整体设计 基带发端系统设计分为八个模块: 1)数据产生模块(Data Generation) 2)CRC校验及码块分割模块(CRC Attachment and Segmentation) 3)信道编码模块(Channel Coding) 4)速率匹配模块(Rate Matching) 5)码块级联模块(Code Block Concatenation) 6)加扰模块(Scrambling) 7)调制模块(Modulation) 8)MIMO层映射和预编码模块(Laye
FMEPC
- 快速最小熵相位补偿算法,用于ISAR运动补偿中的相位校正。-Quick minimum entropy phase compensation algorithm for ISAR motion compensation phase correction.
MaxOfSubSegSum
- vc求最大子串和问题 分别采用分治法和蛮力法很好的解决了这个问题-vc find the largest substring and problems, and were used to divide and conquer a good brute force method to solve this problem
Kalman2
- 卡尔曼滤波的的算法,采用singer模型,可以应用于目标的跟踪,数据的平滑等多方面,算法效果较好-Kalman filter algorithm, using singer model, can be applied to target tracking, data smoothing and other aspects, algorithms, better-performing