代码搜索:cvsd
找到约 42 项符合「cvsd」的源代码
代码结果 42
www.eeworm.com/read/290819/8460692
pdf cvsd.pdf
www.eeworm.com/read/419965/10825718
pdf cvsd.pdf
www.eeworm.com/read/253535/12216376
c cvsd.c
/*
* CVSD (Continuously Variable Slope Delta modulation)
* conversion routines
*
* The CVSD format is described in the MIL Std 188 113, which is
* available from http://b
www.eeworm.com/read/150173/12307756
dsp cvsd.dsp
# Microsoft Developer Studio Project File - Name="cvsd" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/150173/12307757
plg cvsd.plg
Build Log
--------------------Configuration: cvsd - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\lsun\LOC
www.eeworm.com/read/150173/12307758
ncb cvsd.ncb
www.eeworm.com/read/150173/12307760
c cvsd.c
#include
#include
#define DeltaMax 1280 /*设置Delta的初始值*/
//#define DeltaMin 6.5
#define DeltaMin 10
//#define Beta 0.99 /*设置Beta的初始值*/
#def
www.eeworm.com/read/150173/12307762
dsw cvsd.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/150173/12307763
opt cvsd.opt
www.eeworm.com/read/213513/15132916
c cvsd.c
#include
#include
//#include
#define BUFFERSIZEOUT 254
#define BUFFERSIZEIN 4064
//设置Delta的初始值
#define DeltaMax 1280 //台阶最大值
#define DeltaMin 6.5 //台阶最小值
#define Be