a-law
A-Law编码技术,作为PCM(脉冲编码调制)中的一种非线性量化方法,在电信领域有着广泛的应用。它通过压缩大信号幅度同时扩展小信号幅度来提高语音信号的动态范围,特别适用于电话通信系统中的音频数据传输。掌握A-Law不仅能够帮助工程师优化数字通信链路设计,还能提升对音频处理算法的理解。本站提供12,1...
a-law 热门资料
查看全部 500 份 →A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the correspo
A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and ...
onBlur event handler A blur event occurs when a text or textArea field on a form loses focus. The o
onBlur event handler A blur event occurs when a text or textArea field on a form loses focus. The onBlur event handler ...
A web crawler (also known as a web spider or web robot) is a program or automated script which brow
A web crawler (also known as a web spider or web robot) is a program or automated script which browses the in a methodi...
pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster
pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster environment. These t...
FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. T
FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. The encrypted file is...
This a disk filter driver for Windows NT/2000/XP that uses a Linux swap partition to provide a tem
This a disk filter driver for Windows NT/2000/XP that uses a Linux swap partition to provide a temporary storage area ...
void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(
void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i-...