LAG

共 8 篇文章
LAG 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 8 篇文章,持续更新中。

G.729 fixed point algorithm

·文件列表:   ACELP_CO.C   BASIC_OP.C   BASIC_OP.H   BITS.C   CODER.C   CODER.MAK   COD_LD8K.C   DECODER.C   DECODER.MAK   DEC_GAIN.C   DEC_LAG3.C &nb

VIP专区-3000套PLC实例程序

<font color="red">资源包含以下内容:</font><br/>1.2 COMP CHILLER.rar<br/>2.20-COMM-E Adapter Diagnostics.zip<br/>3.3 Phase Motor Startup Logic.zip<br/>4.500编程实例.rar<br/>5.550 OPTICOLOUR MOINITORING TM EDIT.rar

I always believe that one will easily lag behind unless he keeps on learning. Of course, if I am giv

I always believe that one will easily lag behind unless he keeps on learning. Of course, if I am given a chance for advanced studies in this famous University , I will stare to effort to master a good

unsigned char WriteInData(unsigned char Address,unsigned char DataByte) { unsigned char mark WREN

unsigned char WriteInData(unsigned char Address,unsigned char DataByte) { unsigned char mark WREN() Write_Byte(0x02) Write_Byte(Address) Write_Byte(DataByte) //NOP() X25_cs=1 lag(3000)

包括常规PID、NOTCH、LAG2 等函数的实现方法

包括常规PID、NOTCH、LAG2 等函数的实现方法

function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x

function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag) % x,y - data vectors/matrices with identical dimensions %

pitch=CorrelogramPitch(correlogram, width [, sr, lowPitch, highPitch]) computes the pitch of a cor

pitch=CorrelogramPitch(correlogram, width [, sr, lowPitch, highPitch]) computes the pitch of a correlogram sequence by finding the time lag with the largest correlation energy.

拉格朗日插值 用拉格朗日插值来计算函数值 使用说明: 一般的使用过程: 1、修改输入数据 input3.txt 2、编辑源文件 55.c 55.c为主函数

拉格朗日插值 用拉格朗日插值来计算函数值 使用说明: 一般的使用过程: 1、修改输入数据 input3.txt 2、编辑源文件 55.c 55.c为主函数,调用了子函数lag.c。 3、编译程序 55.bat 4、运行 55.exe