搜索资源列表
The_arithmatic_of_audio_encoder
- introduce TDAC and MDCT/IMDCT in the audio codec etc.-introduce TDAC and MDCT / butterfly in the audio codec etc..
533
- 嵌入式系统开发中,ADSP音频算法优化的程序,包括其中mdct和imdct的优化后的汇编代码。-Embedded System Development, ADSP audio algorithms optimization procedures, including mdct imdct and the optimized assembly code.
DCTalgorithm
- MDCT快速算法的定点实现和相关算法文档资料,MDCT广泛应用于当前主流的音频编解码算法中。-Express MDCT algorithm implementation and related fixed-point algorithm documentation, MDCT is widely used in the current mainstream audio codec algorithm.
A_fast_algorithm_for_calculating
- 提出一种计算mdct的快速算法,并分析了算法的计算复杂度,与利用fft计算的算法相比,本算法的计算复杂度降低了约一半。最后给出该算法的计算机仿真结果。-Presents a fast algorithm for calculating mdct and analyze the computational complexity of the algorithm, and the use of fft calculation algorithm, this algorithm reduces the
MP3mdct
- 在MP3 编解码器的设计中,前向MDCT 与反向IMDCT 是两个计算最为复杂的部分。 提出了一种新的算法,对MDCT 与IMDCT 的实现进行优化,极大地降低了运算量。该算法将 MDCT 与IMDCT 的计算分成三步实现: 前处理, 核心处理, 后处理。其中,核心处理部分由 MDCT 与IMDCT 共用,大大减少了对硬件电路的需求,降低了芯片成本。-In the MP3 codec designs, prior to the MDCT and IMDCT are two reve