搜索资源列表
Audio
- 声卡测试程序,包括音频分析和FFT算法,可以分析mp3,wave 文件,和声卡性能测试
20060731FFT
- 适用于MP3音乐中波形处理(FFT算法),该代码采样不是很多,更适合嵌入式产品中MP3播放器波形处理
具有频谱显示的MP3播放(Decoder跨平台)
- 具有频谱显示的MP3播放器(MP3播放、频谱显示、ID3Tag解析),其中MP3Decoder/FFT包含全部源码:可以移植到其他平台;显示部分使用的是Windows API
mp3decoder.rar
- mp3 解码的verilog代码,通过仿真综合及验证,能够播放所有的.mp3文件。压缩包包括所有的verilog源码以及详细的文档。,mp3 decoding Verilog code, the adoption of an integrated simulation and verification, can all play. mp3 file. Compressed packet including all the Verilog source code and detailed docu
musicrar
- 自己找的资料做的mp3的FFT分析,用来分析音乐的高中低频部分,然后用于一个项目,根据音乐的节奏来自动控制该项目。-it is about the frequency analysis of music with mp3 format,and is applied in the auto-control projects by the Treble and Bass of music.
MP3Player
- 本设计主要基于Visual Studio 2010编译环境下,涉及到多线程的设计,创建了两个线程,其中一个线程MP3的播放线程,另一个线程是频谱的分析线程,播放线程总是通过解码器获取数据,频谱线程根据当前播放的时间获取到正在播放的PCM数据,使用FFT计算后绘图显示。MP3解码则由由libmad开源解码库完成。-This design is mainly based on the build environment in Visual Studio 2010, related to the mu
mdct-v1.0.0.40.tar
- mpeg编码中mp3与AAC会用到的mdct模块, 该代码提供了3种计算mdct的方法,第一种为原始公式,第二种为快速FFT变换,第三种是N/4点快速FFT变换。 在初始化时可选择任意一种计算方法,此外,还提供了定点的mdct代码,可以方便进行平台的移植-fast mdct calculate,
audio_analysis_synthesis.tar
- 该代码提供了音频信号的分析与重建示例代码, 该代码用fft 与mdct两种方式对音频信号进行分析和完美重建(perfect reconstruct), 通过该代码的学习可以了解并进一步学习mp3与AAC编码原理, 因为本代码与AAC滤波器组的分析与综合是一样的-audio analysis and synthesis example code
MP3
- STM32F103ZET6自制MP3,CH376读取U盘,VS1053解码,LCD12864显示菜单,音乐列表,FFT计算显示音乐频谱-STM32F103ZET6 homemade MP3, CH376 read U disk, VS1053 decoding, LCD12864 display menu, music list, FFT calculation shows music spectrum
taofang_v66
- 雅克比迭代求解线性方程组课设,STM32制作的MP3的全部资料,ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块。- Jacobi iteration for solving linear equations class-based, STM32 all the information produced by the MP3, ofdm system simulation including 16qam modulation fft windowing modules plus c
qfhyy
- 基于kaiser窗的双谱线插值FFT谐波分析,STM32制作的MP3的全部资料,基于chebyshev的水声信号分析。- Dual-line interpolation FFT harmonic analysis kaiser windows, STM32 all the information produced by the MP3, Based chebyshev underwater acoustic signal analysis.
1872
- 基于kaiser窗的双谱线插值FFT谐波分析,是机器学习的例程,STM32制作的MP3的全部资料。- Dual-line interpolation FFT harmonic analysis kaiser windows, Machine learning routines, STM32 all the information produced by the MP3.
fft例子
- 别人推荐的音乐频谱显示的例子,感觉还行,使用Delphi开发的,(Examples of music spectrum display recommended by others)