CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - a-LAW
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - a-LAW - List
[
Multimedia program
]
libst
DL : 0
A-Law/U-Law/Linear格式相互转换:这个程序提供了在A-Law,U-Law和16位线性音频编码格式之间的转换算法,您可以在编译的时候选择采用快速查表算法还是节省存储空间的计算算法。-A-Law/U-Law/Linear format conversion : This procedure provided in A-Law, U-Law and 16 linear Audio Coding format conversion between the algorithm, You can compile time to choose fast lookup table algorithm to save storage space or the calculation algorithm.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
李增军
[
Communication
]
G.711 encoder and decoder A law
DL : 0
This program sets up the SPI port on the ADSP-BF533 toconfigure the AD1836 codec. The SPI port is disabledafter initialization. The data to/from the codec aretransfered over SPORT0 in I2S mode-This program sets up the SPI port on the ADSP- BF533 toconfigure the AD1836 codec. The SPI po rt is disabledafter initialization. The data t o/from the codec aretransfered over SPORT0 in I 2S mode
Update
: 2025-02-17
Size
: 10kb
Publisher
:
范文
[
AI-NN-PR
]
8数码A算法
DL : 0
设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Data structure and said : 1,2,3,4 procedures used were said to the right, and left, The figure moved to the block among the blanks. A typical tree Chain structure, each have a situation BoardState category. For France order to avoid excessive copying the list was, in consideration of the tree structure to preserve the situation in relation to the succession. Each of the new situation after the election, have cited valuation function f value, in accordance with the size of its insertion Chain, in order to achieve the "priority start small f value of the node." Solve () function in the successful solution of the problem after a law to preserve sequence for output and return to zero. and failure to return to the failed node floors. (Specific judgment method, see be
Update
: 2025-02-17
Size
: 250kb
Publisher
:
陈士骞
[
Compress-Decompress algrithms
]
3423423G711
DL : 0
a-law, u-law source code, for audio compre-a-law and u-law source code, for audio compre
Update
: 2025-02-17
Size
: 3kb
Publisher
:
fok
[
Voice Compress
]
audiofile-0_2_6
DL : 0
The Audio File Library provides a uniform programming interface to standard digital audio file formats. This library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun .snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and NIST SPHERE). The library also supports compression (currently G.711 mu-law and A-law and IMA and MS ADPCM) as well as PCM formats of all flavors (signed and unsigned integer, single- and double-precision floating point). -The Audio File Library provides a uniform programming interface to standard digital audio file formats. This library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun .snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and NIST SPHERE). The library also supports compression (currently G.711 mu-law and A-law and IMA and MS ADPCM) as well as PCM formats of all flavors (signed and unsigned integer, single- and double-precision floating point).
Update
: 2025-02-17
Size
: 513kb
Publisher
:
Jet Lan
[
Documents
]
spra163a
DL : 0
A-Law and mu-Law Companding Implementations Using the TMS320C54x-A-Law and mu-Law Companding Implementati Using the TMS320C54x ons
Update
: 2025-02-17
Size
: 141kb
Publisher
:
张俊鹏
[
Embeded Linux
]
G711law_pcm
DL : 0
G711 u-law, A-law and linear PCM conversions Programm.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
Yuanbs
[
Compress-Decompress algrithms
]
aupcm_codec
DL : 0
a-law u-law pcm间的转换,提供了快速实现这几种编码的转换方法 -a-law u-law pcm the conversion, the rapid realization of these various ways of coding
Update
: 2025-02-17
Size
: 3kb
Publisher
:
yifa
[
Other
]
20070305_chungyu_G711_v2
DL : 0
使用mediastreamer2的g711common.h. unsigned char s16_to_alaw(int pcm_val). 将16bit的原始样本encode 成为8bit的a-law码.-use mediastreamer2 the g711common.h. Unsign ed char s16_to_alaw (int pcm_val). to the original 16bit samples The encode into a 8 bit-law code.
Update
: 2025-02-17
Size
: 54kb
Publisher
:
韩义
[
Audio program
]
G711_G721_G723
DL : 0
G711 a-law, u-law, G723等的编码和解码,很好的参考-G711 a-law, u-law, G723, such as the encoding and decoding, good reference
Update
: 2025-02-17
Size
: 19kb
Publisher
:
pan qiaohai
[
VHDL-FPGA-Verilog
]
alaw_mulaw
DL : 0
这是一个量化编码当中关于A律和u律压缩和扩展的源程序,程序由VerilogHDL语言编写,算法在Modelsim上进行仿真过-This is a quantization coding of them on the A law and u law compression and expansion of the source code, the program by VerilogHDL languages, algorithms in the ModelSim simulation have been carried out
Update
: 2025-02-17
Size
: 61kb
Publisher
:
刘柳
[
ARM-PowerPC-ColdFire-MIPS
]
a-u-law
DL : 0
查表法实现a-law算法,使用c语言编写,使用简单,适用于语音传输系统的开发-Look-up table method to achieve a-law algorithm, using the c language, the use of simple, applicable to voice transmission system development
Update
: 2025-02-17
Size
: 5kb
Publisher
:
蒋志颀
[
Multimedia program
]
line_alaw
DL : 0
线性PCM到A律pcm的Verilog编码源程序-Linear PCM to the Verilog code pcm A law source
Update
: 2025-02-17
Size
: 1kb
Publisher
:
李果霖
[
Multimedia program
]
PCM_ALaw
DL : 0
PCM的A律U律实现代码:16位线性量化的数据转换成8位非线性的PCM数据(13折线法)-U of A law PCM realize Legal Code: 16-bit linear quantization of the data into eight non-linear PCM data (13 line method)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
黄翠翠
[
matlab
]
matlabpcmA13
DL : 0
简单易懂的A-Law(13-segment) PCM的源代码,encode 的过程,适合初学者-Easy-to-read A-Law (13-segment) PCM source code, encode process, suitable for beginners
Update
: 2025-02-17
Size
: 1kb
Publisher
:
[
Other
]
PCM_ALaw_EncodeAndDecode
DL : 0
This a PCM A Law Encode And Decode Programme! It is very useful for user in voice coding!
Update
: 2025-02-17
Size
: 213kb
Publisher
:
chengbing
[
DSP program
]
alaw
DL : 0
基于Tms320C5402的A-law 算法的源代码,该代码已经调试通过,运行结果良好-Based on the TMS320C5402 the A-law algorithm' s source code, the debugging code has been adopted, good results
Update
: 2025-02-17
Size
: 52kb
Publisher
:
zhangjunxing
[
VHDL-FPGA-Verilog
]
A-law_enc
DL : 0
A-law Encoder (VHDL)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
Victor
[
Multimedia Develop
]
PcmALaw
DL : 0
PCM音频压缩为PCM A-Law格式以及相应的解压缩-PCM audio compressed to PCM A-Law format, and the corresponding decompression.
Update
: 2025-02-17
Size
: 16kb
Publisher
:
小白鼠
[
Communication
]
pcm
DL : 0
语音编码中A律pcm编码、译码的matlab仿真-Speech Coding A law pcm encoding, decoding matlab simulation
Update
: 2025-02-17
Size
: 2kb
Publisher
:
593038945
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.