资源列表
Duilie
- 数据结构:队列程序-data structure : queue procedures
jm1
- 通信中的数据解压缩。用一个字节存放整数部分,后面的每个字节存放两位小数。整数位有变化是更新整数位。已经编译通过。-Communication decompress data. Stored with a byte integer part of the back of each byte stored two decimals. Integer-bit change is to update the integer bit. Has been compiled through.
gscale
- 冈萨雷斯数字图像处理matlab版源码gscale源代码-Gonzalez Digital Image Processing matlab source code version of source gscale
xingchengbianma
- 使用行程编码对数字图像进行压缩和解压处理-digital image processing
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控制的基础是比例控制;积分控制可消除稳态误差,但可能增加超调;微分控制可加快大惯性系统响应速度以及减弱超调趋势.