-
LPC
LPC预测的仿真实现。输出4个图,原始信号和预测信号的波形和语谱。(Simulation of LPC prediction. Output 4 maps, the original signal and prediction signal waveform and language spectrum.)
- 2010-05-21 22:12:38下载
- 积分:1
-
Spherical-harmonics
This is a simple function which caculates the spherical harmonic.The archive includes four M files ,and the file Comx_Sph.m is the main function.Given the degree l ,the index m and the variable x ,you can get the value of spherical harmonic.For more details ,you may read the programs.
- 2013-11-07 17:18:38下载
- 积分:1
-
DFIG_wind_turbine
simulink simulation for DFIG wind turbine
- 2014-03-11 03:45:11下载
- 积分:1
-
rwt
说明: 这是一个小波包,里面有很多关于小波函数的东西(This is a wavelet package with lots of things about wavelet functions.)
- 2020-11-06 09:59:49下载
- 积分:1
-
lms.rar
lms算法是自适应中的一种简单,易于实现的方法,收敛速度很快,所以应用很多(lms algorithm is adaptive in a simple, easy to implement method of fast convergence, so the application of many)
- 2009-07-03 11:02:34下载
- 积分:1
-
stream
机器人协同控制流函数matlab程序实现(Cooperative robot control program stream function matlab)
- 2008-08-01 01:11:28下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
new2
matlab implmentation of g.723.1
- 2012-04-17 14:26:53下载
- 积分:1
-
mohukongwen
基于模糊控制的PID温度控制器的设计 :将模糊控制和PID 控制相结合起来,通过模糊控制实现PID 参数自适应的方法来控制系统温度。这种Fuzzy- PID 策略,模糊控制的采用不是代替PID 控制,而是对传统控制方式的改进和扩展,它既保持了常规PID 控制系统结构简单、使用方便、鲁棒性强、控制精度高的优点,又采用模糊推理的方法实现了PID 参数PK、IK、DK的在线自整定,兼具了模糊控制灵活性、适应性强的特点,相比单纯的任一种控制效果都要好(PID temperature controller design based on fuzzy control: fuzzy control and PID control combine to achieve PID adaptive approach to control system temperature by means of fuzzy control. This Fuzzy- PID strategy is not to replace the use of fuzzy control PID control, but the traditional control methods to improve and expand, both to maintain a simple and conventional PID control system structure, easy to use, robust, and high control accuracy advantages, but also the use of fuzzy inference PID parameters to achieve the PK, IK, DK-line self-tuning, both the fuzzy control flexibility, adaptability features, compared to simply have a good control effect either)
- 2015-04-26 01:23:16下载
- 积分:1
-
the-least-square-error-algorithm
线性分类器-最小平方误差算法,对一组数据进行分类,分析b1、b2改变对结果的影响(Linear classifier- the least square error algorithm)
- 2010-05-24 23:09:48下载
- 积分:1