Welcome![Sign In][Sign Up]
Location:
Search - imdct

Search list

[mpeg mp3A fast algorithm for the implementation of filter

Description: IMDCT优化算法的研究-IMDCT Optimization Study
Platform: | Size: 450512 | Author: 蝌蚪文 | Hits:

[mpeg mp3New Recursive Algorithms MDCT

Description: IMDCT优化算法的研究2-IMDCT Optimization Study 2
Platform: | Size: 126748 | Author: 蝌蚪文 | Hits:

[mpeg mp3MP3CoderDecoderSourceCodeBaseOnDSP

Description: mp3dec.h - The main header file defining the structures and functions in the decoder mp3dec.c - The main source file, including the main loop and most decoding functions mp3dec_D.h - The windowing function data huff.c - The huffman decoder (speed-up ideas in this were borrowed from Amp by Tomislav Uzelac) huffman.h - Tablefile for the huffman decoder fastimdct.c - The optimized IMDCT transform fastsb.c - The optimized \"polyphase subband transform\", really another IMDCT windowing.c - The output filtering function -mp3dec.h - The main header file defining the structures and functions in the decoder mp3dec.c - The main source file, including the main loop and most decoding functions mp3dec_D.h - The windowing function data huff.c - The huffman decoder (speed-up ideas in this were borrowed from Amp by Tomislav Uzelac) huffman.h - Tablefile for the huffman decoder fastimdct.c - The optimized IMDCT transform fastsb.c - The optimized \"polyphase subband transform\", really another IMDCT windowing.c - The output filtering function
Platform: | Size: 36513 | Author: slam | Hits:

[Technology ManagementThe_arithmatic_of_audio_encoder

Description: introduce TDAC and MDCT/IMDCT in the audio codec etc.-introduce TDAC and MDCT / butterfly in the audio codec etc..
Platform: | Size: 87351 | Author: 黄谢学 | Hits:

[Other resourcesolution1919

Description: it is about only read file about imdct
Platform: | Size: 453606 | Author: smith | Hits:

[mpeg mp3A fast algorithm for the implementation of filter

Description: IMDCT优化算法的研究-IMDCT Optimization Study
Platform: | Size: 450560 | Author: 蝌蚪文 | Hits:

[mpeg mp3New Recursive Algorithms MDCT

Description: IMDCT优化算法的研究2-IMDCT Optimization Study 2
Platform: | Size: 126976 | Author: 蝌蚪文 | Hits:

[CSharpvac3dec

Description: ac软件解码:包括同步过程,imdct算法,扰动处理,缩混处理等。-ac software decoding include : synchronization process, imdct algorithm, disturbance, Mix management.
Platform: | Size: 32768 | Author: 仇正红 | Hits:

[Embeded-SCM Develop533

Description: 嵌入式系统开发中,ADSP音频算法优化的程序,包括其中mdct和imdct的优化后的汇编代码。-Embedded System Development, ADSP audio algorithms optimization procedures, including mdct imdct and the optimized assembly code.
Platform: | Size: 299008 | Author: 刘娜 | Hits:

[mpeg mp3MP3CoderDecoderSourceCodeBaseOnDSP

Description: mp3dec.h - The main header file defining the structures and functions in the decoder mp3dec.c - The main source file, including the main loop and most decoding functions mp3dec_D.h - The windowing function data huff.c - The huffman decoder (speed-up ideas in this were borrowed from Amp by Tomislav Uzelac) huffman.h - Tablefile for the huffman decoder fastimdct.c - The optimized IMDCT transform fastsb.c - The optimized "polyphase subband transform", really another IMDCT windowing.c - The output filtering function -mp3dec.h- The main header file defining the structures and functions in the decoder mp3dec.c- The main source file, including the main loop and most decoding functions mp3dec_D.h- The windowing function data huff.c- The huffman decoder (speed-up ideas in this were borrowed from Amp by Tomislav Uzelac) huffman.h- Tablefile for the huffman decoder fastimdct.c- The optimized IMDCT transform fastsb.c- The optimized "polyphase subband transform", really another IMDCT windowing.c- The output filtering function
Platform: | Size: 35840 | Author: slam | Hits:

[Technology ManagementThe_arithmatic_of_audio_encoder

Description: introduce TDAC and MDCT/IMDCT in the audio codec etc.-introduce TDAC and MDCT/butterfly in the audio codec etc..
Platform: | Size: 87040 | Author: 黄谢学 | Hits:

[Software Engineeringsolution1919

Description: it is about only read file about imdct
Platform: | Size: 453632 | Author: smith | Hits:

[OtherMDCT

Description: MPEG MDCT的一些文章 A design on the vector-processor of MDCT-IMDCT algorithm for digital audio;A fast algorithm of integer MDCT for lossless audio coding-MPEG MDCT articles A design on the vector-processor of MDCT-IMDCT algorithm for digital audio A fast algorithm of integer MDCT for lossless audio coding
Platform: | Size: 5156864 | Author: dingying | Hits:

[mpeg mp3mp3_decoder

Description: 一个用VHDL编写的实现mp3解码功能的代码。This folder contains three directories: Huffman, IMDCT and Filterbank, each of them includes all the VHDL source codes of the component.-With the preparation of a VHDL function of the realization of mp3 decoding code. This folder contains three directories: Huffman, IMDCT and Filterbank, each of them includes all the VHDL source codes of the component.
Platform: | Size: 33792 | Author: 颜新卉 | Hits:

[Graph programIMDCT

Description: 主要是进行IMDCT变换的源码,供大家参考使用,希望能得到大家的认可。-Mainly IMDCT transform source for your use, we hope to be recognized.
Platform: | Size: 50176 | Author: mary | Hits:

[Graph programwork

Description: IMDCT的matlab实现算法,采用递归结构,嵌套循环,作为硬件实现的Gold-IMDCT in matlab platform
Platform: | Size: 2048 | Author: wan qianqian | Hits:

[AlgorithmIMDCT_base_on_FFT

Description: 一种基于FFT的IMDCT算法,来自Marina Bosi的《Introduction to Digital Audio Coding and Standards》一书。-The IMDCT algorithm based on FFT, from the book "Introduction to Digital Audio Coding and Standards".
Platform: | Size: 103424 | Author: xcg | Hits:

[mpeg mp3MP3mdct

Description:  在MP3 编解码器的设计中,前向MDCT 与反向IMDCT 是两个计算最为复杂的部分。 提出了一种新的算法,对MDCT 与IMDCT 的实现进行优化,极大地降低了运算量。该算法将 MDCT 与IMDCT 的计算分成三步实现: 前处理, 核心处理, 后处理。其中,核心处理部分由 MDCT 与IMDCT 共用,大大减少了对硬件电路的需求,降低了芯片成本。-In the MP3 codec designs, prior to the MDCT and IMDCT are two reverse calculation of the most complex parts. Proposed a new algorithm for MDCT and IMDCT implementation of optimized, greatly reduces the computational complexity. MDCT and IMDCT of the algorithm is divided into three steps to achieve the calculation of: pre-processing, core processing, post-processing. Among them, core processing in part by the MDCT and IMDCT share, greatly reducing the demand on the hardware circuit and reduce the cost of the chip.
Platform: | Size: 306176 | Author: lynn | Hits:

[Multimedia DevelopMP3-Code

Description: Mp3解码过程,总体上可分为9个过程:比特流分解,霍夫曼解码,逆量化处理,立体声处理,频谱重排列,抗锯齿处理,IMDCT变换,子带合成,pcm输出。 -Mp3 decoding process, on the whole can be divided into nine process: bit-stream decomposition, Huffman decoding, inverse quantization processing, sound processing, spectrum re-arrangement, antialiasing, IMDCT transform, sub-band synthesis, pcm output.
Platform: | Size: 70656 | Author: 赵昕 | Hits:

[Software EngineeringMP3

Description: MP3音频编解码运算中IMDCT算法研究及其FPGA实现-MP3 audio decoding algorithm for computing the IMDCT and its FPGA Implementation
Platform: | Size: 1868800 | Author: isee | Hits:
« 12 »

CodeBus www.codebus.net