资源列表
AM
- 络检波法,也可以用同步解调法,现在我们来使用同步解调法,即将已调信号和一个与载波信号同频率的信号相乘,在通过一个理想低通滤波器就可以得到原始信号-Envelope detection method, you can also use synchronous demodulation method, and now we use synchronous demodulation method, is about modulated signal and a signal is multiplied
noise_variance
- To calculate the capacity of an AWGN channel as a function of Power per symbol
LMS
- 使用matlab语言实现LMS滤波器,测试过可用-LMS filter
Powell
- 优化设计中的鲍威尔算法作业制作,欢迎大家指正-Powell optimization algorithm design, welcome correction
sys_disc
- cette methode concerne les systèmes discrets: en effet il s agit de la commande optimale et calcul des fonctions ùathematiques ces methodes consistent a chercher des solutions optimales en utilisation la maximisation
pll
- 这是一个二阶锁相环系统的matlab仿真例程,重点分析了二阶锁相环系统的跟踪性能和抗噪性能-this is a second order pll system which is designed with matlab language
3
- 这个程序是光孤子传输的matlab程序,比较大, 是GUI界面的
tongbumain
- 通过matlab绘图可以描述时滞耦合非线性动力学系统的误差趋势-Drawing can be described by matlab the error trends Delay coupled nonlinear dynamical systems
audio-framing-and-reframing
- 语音信号framing和deframing-audio signal framing and deframing
TaF-domain-figure
- 非常实用的关于信号时域图显示和FFT频域图生成的程序-Very practical about the time domain signal diagram shows the frequency domain and FFT graph generation program
CA-CFAR程序实现
- CA-CFAR程序的超简单实现形式,以往CA-CFAR需考虑左右单元窗是否存在,因此需要分成5段实现,而该代码只用一条语句即可,效率大幅提升且简单明了。
IDBD
- IDBD算法是一种增量元学习算法。包括两个部分,第一部分针对作为其基础的LMS算法,其中包括利用时变步长参数的一个细小改动,并且FIR滤波器的M个抽头权值都依照向量方法自动调整;第二部分由三个公式组成的附加项,其中两个涉及相关记忆参数,第三个是元学习率参数的人工调整。