Description: 用matlab编写的ADPCM编码和解码.里面包括了编码和解码的m文件.The algorithm is based on IMA ADPCM.
-using Matlab prepared by the ADPCM encoding and decoding. They include coding and decoding m documents. The algorithm is based on IMA ADPCM. Platform: |
Size: 2242 |
Author:李一 |
Hits:
Description: Intel/DVI ADPCM coder/decoder.
The algorithm for this coder was taken from the IMA Compatability Project
proceedings-Intel/DVI ADPCM coder/decoder. The algorithm for this coder was taken from the IMA Compatability Project proceedings Platform: |
Size: 3175 |
Author:yinbillow |
Hits:
Description: 这是一个WAV到IMAADPCM转换的小DEMO,读者能够根据程序中的算法,编写出解码的算法,小程序,抛砖引玉-This is a WAV IMAADPCM conversion to a small DEMO. readers can follow the procedures of the algorithm, to prepare the decoding algorithm, small programs, congregate Platform: |
Size: 30720 |
Author:陈中 |
Hits:
Description: 用matlab编写的ADPCM编码和解码.里面包括了编码和解码的m文件.The algorithm is based on IMA ADPCM.
-using Matlab prepared by the ADPCM encoding and decoding. They include coding and decoding m documents. The algorithm is based on IMA ADPCM. Platform: |
Size: 2048 |
Author:李一 |
Hits:
Description: Intel/DVI ADPCM coder/decoder.
The algorithm for this coder was taken from the IMA Compatability Project
proceedings-Intel/DVI ADPCM coder/decoder. The algorithm for this coder was taken from the IMA Compatability Project proceedings Platform: |
Size: 3072 |
Author:yinbillow |
Hits:
Description: IMA ADPCM算法的编码与解码,C语言实现(16bit)-IMA ADPCM encoding and decoding algorithm, C language (16bit) Platform: |
Size: 2048 |
Author:heqiang |
Hits:
Description: This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.
The core acts as a slave WISHBONE device.
The output is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an uncompressed PCM 16 bits Mono WAV file and outputs an IMA ADPCM compressed WAV file.
Compression ratio is fixed for IMA-ADPCM, being 4:1.
PLEASE NOTICE THAT THIS CORE IS LICENSED UNDER http://creativecommons.org/licenses/by-nc-sa/3.0/ (Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported). That means you may use it only for NON-COMMERCIAL purposes. Platform: |
Size: 23552 |
Author:Arun |
Hits:
Description: The DVI Adaptive Differential Pulse Code Modulation (ADPCM) algorithm was first described in an IMA recommendation on audio formats and conversion practices [1]. ADPCM is a transformation that encodes 16-bit audio as 4 bits (a 4:1 compression ratio). In order to achieve this level of compression, the algorithm maintains an adaptive value predictor, which uses the distance between previous samples to store the most likely value of the next sample. The difference between samples is quantized down to a new sample using an adaptive step-size. The algorithm in [1] suggests using a table to adapt this step-size to the analyzed data. ADPCM has become widely used and adapted, and a variant of the algorithm performs voice encoding on cellular phones (allowing minimal data to be sent across the wireless network and increasing throughput). Platform: |
Size: 439296 |
Author:stefanescul |
Hits:
Description: /*
** Intel/DVI ADPCM coder/decoder.
**
** The algorithm for this coder was taken from the IMA Compatability Project
** proceedings, Vol 2, Number 2 May 1992.
**
** Version 1.2, 18-Dec-92.-/*
** Intel/DVI ADPCM coder/decoder.
**
** The algorithm for this coder was taken from the IMA Compatability Project
** proceedings, Vol 2, Number 2 May 1992.
**
** Version 1.2, 18-Dec-92. Platform: |
Size: 3072 |
Author:yangli |
Hits:
Description: This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.
The core acts as a slave WISHBONE device.
The output is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an uncompressed PCM 16 bits Mono WAV file and outputs an IMA ADPCM compressed WAV file.
Compression ratio is fixed for IMA-ADPCM, being 4:1. Platform: |
Size: 23552 |
Author:Joe |
Hits: