资源列表
chapter2
- Power Systems Oscillations C2 examples
CODE
- This example descibles background subtraction algorithm. video was recorded at sanfrancisco
sharingcode-LCKSVD
- LC-KSVD算法代码,<<Learning A Discriminative Dictionary for Sparse Coding via Label Consistent K-SVD>>(LC-KSVD algorithm code, < <Learning A Discriminative Dictionary for Sparse Coding via Label Consistent K-SVD> > )
IIR
- IIR滤波器设计,用matlab语言设计一个矩形二维IIR低通数字滤波器程序-IIR filter design with matlab language to design a rectangular two-dimensional low-pass digital IIR filter program
audio-processing-workbench
- 本作品基于matlab与vc++混合编程的一个语言信号处理平台,实现了matlab与vc++的接口通信,利用matlab强大的语言信号处理能力,再结合c++语言的强大的算法描述能力,两者取长补短,取得了很好的效果-This work is based on the matlab and vc++ mixed programming, a language signal processing platform, the matlab and vc++ interface communication
new-ok-2.1
- 基于matlab的二维低通滤波器的设计,可用于图像滤波-Matlab-based two-dimensional low-pass filter design can be used for image filtering
H.263
- 这是一个视频matlab程序,程序比较完整,容易上机验证,-This is a video of matlab program, procedure is complete, easy-on authentication
Radarsignalprocessing
- 雷达信号处理,马晓岩写的,是雷达信号处理的入门必备书籍-Radar signal processing, Xiao-Yan wrote, is an essential introduction to radar signal processing books
20110512sim.est12_BER_pl_LS_cut
- matlab的基于OFDM的LTE信道估计-matlab OFDM-based LTE channel estimation
0849308380
- avr codes to control motors
道路消失点检测
- 运用Gabel滤波实现道路消失点检测,并识别道路车道线
MATLABzhinenkongzhi
- 文中介绍了传统的PID控制原理,PID分为位置式和增量式,计算机控制是数字PID控制。一些 改进的PID控制算法是针对实际应用中的不足提出的,如积分分离式PID控制算法,抗 积分饱和算法,变速积分算法等,实际应用中,控制又分为简单PID控制和串级PID控 制,对一些典型的控制算法,选用典型控制对象用MArLAB软件进行了对应仿真。对仿 真结果进行了对比分析,说明了改进算法的作用。