搜索资源列表
8数码A算法
- 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
a-u-law
- 查表法实现a-law算法,使用c语言编写,使用简单,适用于语音传输系统的开发
pcm编码 有关线性
- pcm编码 有关线性、A律、mu律的pcm编码的matlab实现,pcm encoded on the linear, A law, mu law encoded pcm achieve matlab
matlabpcmA13.rar
- 简单易懂的A-Law(13-segment) PCM的源代码,encode 的过程,适合初学者,Easy-to-read A-Law (13-segment) PCM source code, encode process, suitable for beginners
alaw.rar
- 基于Tms320C5402的A-law 算法的源代码,该代码已经调试通过,运行结果良好,Based on the TMS320C5402 the A-law algorithm' s source code, the debugging code has been adopted, good results
pcm
- 脉冲编码调制pcm的matlab防真 A律 U律-Pulse code modulation pcm true of matlab anti-U Law A Law
Alowcompress
- 本代码为A律压缩量化方法,并有其对应的解压。13折线法。-A law code for the quantitative methods of compression and decompression of its corresponding. 13 line method.
lab12-Audio
- 利用A律十三折线算法进行压缩和解压缩,实现音频信号的压缩和解压缩-make advantage of the A law to despread and spread the signal, so as to despread and spread the audio signal
PcmALaw
- PCM音频压缩为PCM A-Law格式以及相应的解压缩-PCM audio compressed to PCM A-Law format, and the corresponding decompression.
PCM_ALaw_EncodeAndDecode
- This a PCM A Law Encode And Decode Programme! It is very useful for user in voice coding!
A-law_enc
- A-law Encoder (VHDL)
pcm
- 语音编码中A律pcm编码、译码的matlab仿真-Speech Coding A law pcm encoding, decoding matlab simulation
ulawcompander.m
- Companding is essentially a technique for achieving non-uniform quantization. There are basically 2 methods which are most popular in literature.:-A-law companding and u-law companding. These algorithms help in achieving to an extend, compression. Th
pcm
- 脉冲编码调制(PCM)实现 编程实现PCM技术的三个过程:采样、量化与编码。 采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。 量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列
Docwithmatlabprog
- The document is a lab manual containing codes for a-law companding, mu-law companding, speech compresion, huffman doc and performance evaluation of cdma.
matlab
- 这组代码模拟了整个信号的编码,调制,解调,译码在无线通信,其中包括A-law扩展,PCM和的2PSK调制解调的技术过程。-This collection of codes simulates the whole signal encoding, modulation, demodulation, decoding process in wireless communication, which involves the techniques of A law companding, PCM, a
PCM-A-U-law
- 实现PCM语音数据流压缩,通过该压缩算法可以实现a/u law-PCM voice data stream to achieve compression, the compression algorithm can be achieved by a/u law
alaw_pcm
- PCM与A-LAW PCM的相互转换程序-PCM & A-LAW PCM conversion
A-Law-a-Mu-Law
- A law mu law calculation matlab
A 律十三折线编码的量化信噪比
- 仿真求解正弦波通过 A 律十三折线编译码后的量化信噪比。////////////////////////////////(The quantization SNR of sine wave through A-Law 13 fold code is simulated.)