资源列表
RLS_equalizer
- 自适应均衡算法中的RLS算法,,均方误差曲线和系统输出曲线-Adaptive equalization algorithm in the RLS algorithm, the mean square error curve and the curve of the system output
eemd
- 全局经验模态分解程序 对经验模态分解进行了殆尽 供大家使用 -Ensemble Empirical Mode Decomposition
HARRIS
- 这里是Harris角点提取的程序的改进程序,我运行过了,可以用,做毕业设计的或是需要的可以参考一下-This is Harris angular point extracting program improvement program, I run, and can be used to do graduate design or need to consult
kalman
- 一些卡尔曼滤波算法实例,里面包含两个文件,两个均可运行,虽然简短,但是能从中了解滤波算法-Some examples of the Kalman filter algorithm, which consists of two files, two can be run, though brief, but can understand the filtering algorithm
Gene
- 遗传算法中存储优良基因的基因库,用于种群初始化,能产生较好的初始个体,具有种群多样性和较高的适应值。-Gene_bank Generate
Numerical calculation of an integral using trapeze algorithm
- Numerical calculation of an integral using trapeze algorithm
zhaidai
- 基于matlab软件的窄带干扰抑制及信号去噪代码-Based on the matlab software narrowband interference suppression and signal denoising code
rls
- 用于自适应天线的稳健的RLS算法,保证天天的抗干扰能力-Robust RLS algorithm for adaptive antennas, ensuring every anti-jamming capability
pn
- 本程序可生成直接序列扩频中所需的PN伪码m序列和golden序列.-The program can generate the required direct sequence spread spectrum PN sequence and golden pseudo-code sequence m
SegmentPowerInterp
- 自己写的分段幂函数插值方法,目前只支持横坐标是整数的插值。-I wrote the Segment Power Function method of interpolation interpolation currently only supports the abscissa is an integer.
FM-signal-demodulation
- 用matlab实现FM信号的调制与解调,所用方法为相干解调。-Using matlab to achieve FM signal modulation and demodulation, the method used for non-coherent demodulation.
PID
- 基于专家控制的PID控制代码,简单易懂,PID控制器(比例-积分-微分控制器)是一个在工业控制应用中常见的反馈回路部件,由比例单元P、积分单元I和微分单元D组成。PID控制的基础是比例控制;积分控制可消除稳态误差,但可能增加超调;微分控制可加快大惯性系统响应速度以及减弱超调趋势.