搜索资源列表
SPCE061A_guide
- 台湾凌阳公司出品的spce061单片机指南,有指令系统、程序设计、中断系统和音频算法,初学者可迅速掌握精华内容-Taiwan Sunplus produce the spce061 SCM Guide, Instruction System, program design, Interrupt System and audio algorithms, a beginner can quickly grasp the essence as
DSP.Algorithms.For.Programmers
- 常见DSP算法的C语言实现。可供图形、图像、音频开发参考。清晰流畅,源码详细。-common DSP algorithm in C language. For graphics, images, audio development reference. Clear and smooth, and detailed source.
DSPMcBSP
- 本实验讲述了与多通道缓冲串口(McBSP)相关的寄存器的含义,并通过在DSP系统中实现音频扩放系统的自动增益控制(AGC)算法这个例子了解多通道缓冲串口的应用。-about this experiment with multi-channel buffer serial port (McBSP) related to the meaning of the Register, and through the DSP Audio System to expand the system up Auto
lpc2lsp
- ADI BF535 DSP 音频的线性预测算法汇编优化源码-ADI BF535 DSP audio compilation linear prediction algorithm optimization FOSS
FFT
- 此为2007年全国大学生电子设计大赛A题音频信号分析仪的源代码,其最主要的特点是采用FFT算法在MSP430中实现音频频谱的分析
dSP5416speechSampleWaveletProcessing
- 从音频 芯片读取数据,存取,用DSP5416实现小波分析算法处理的,并将计算结果通过串口B发送的程序。
useraudio01
- 这是基于dsp来实现语音算法的一个程序,使用的dsp为tms320c5409,里面有基本的压缩算法G711、数字滤波等,通过lcd跟键盘直接操作,可实现录音,实时播放,音频采集等,还可以后续扩展。
533
- 嵌入式系统开发中,ADSP音频算法优化的程序,包括其中mdct和imdct的优化后的汇编代码。-Embedded System Development, ADSP audio algorithms optimization procedures, including mdct imdct and the optimized assembly code.
B11447_B1.rar
- 随着DSP的普遍应用和数字信号处理技术的发展,对声音信号进行实时处理成为可能,DSP的速度越来越快以及各种快速算法的应用,在上面可以进行各种复杂的数字音效实时处理,如均衡,混响。可应用于各种数字音频播放器的音频后处理,为五彩缤纷的音乐添加更多的色彩。,With the widespread application of DSP and digital signal processing technology, the sound signal in real-time treatment bec
SHARC_Standard_Pack.rar
- ADI SHARC DSP 音频算法标准模块库,Audio ADI SHARC DSP Algorithm Standard Blockset
sprt431
- TI DSP TMS320DM642的音频算法-TI DSP TMS320DM642 audio algorithm
G723-VC
- 一个能在Windows CE下运行的G723音频压缩算法的实现,可配置-One can run under Windows CE at the G723 audio compression algorithm implementation, can be configured
audio_aac
- dsp上用c语言实现的aac音频算法的编解码器代码,很不错哦!-dsp using c language of aac audio codec algorithm code, oh well!
DigitalSignalProcessingCourseware
- 数字信号处理在机械制造中,基于 FFT算法的频谱分析仪用于振动分析和机械故障诊断;医学中使用数字信号处理技术对心电(ECG)和脑电(EEG)等生物电信号作分析和处理;数字音频广播(DAB)广泛地使用了数字信号处理技术。可以说,数字信号处理技术已在信息处理领域引起 了广泛的关注和高度的重视。-Digital signal processing in the machinery manufacturing, FFT algorithm based on a spectrum analyzer f
seed_exp
- 这个是我买的合众达DVS6446开发板的光盘linux端的源代码,共5个:包括音频,视频,算法,适合初学DM6446的朋友们使用-This is the united over DVS6446 I bought a CD-ROM development board linux side the source code, a total of 5: includes audio, video, algorithms, suitable for beginners to use DM6446 fri
FFTcode090901
- 此为使用周立功ARM1138编的音频分析仪的代码,主要包括FFT运算、测频校正算法、以周立功TFT液晶LTM024D130的驱动文件为基础编的LCD显示的用户界面,使用的IAR V5.11(32KB限制)下进行编程-This is audio analyzer code based on the ZLG ARM1138, mainly including FFT operation, frequency measurement correction algorithm and LCD displ
1
- 这是我用STC89C58RD+单片机做的音频功率谱分析,包含FFT程序,对学习FFT软件滤波算法的朋友肯定会有所帮助的。-This is what I do with STC89C58RD+ single chip audio power spectrum analysis, including FFT program, the software filter algorithm for learning FFT friends would certainly have been helpful
MP3-software
- 基于ARM SOC的多媒体音频算法软件优化及系统设计-In this thesis,the research and development ofa real-time high performance high precision MP3 software decoder for SOC with ARM7TDMI as core processor is presented.黜decoder c∞widely used in handheld devices such∞pocket
dat2pcm
- 将dat数据转为pcm文件,用于DSP开发音频算法时听输出信号的声音-Dat file data into the pcm for audio DSP algorithm development to listen to the output data
ARM平台优化的FAAC
- 针对ARM平台,基于FAAC,对AAC算法进行了优化,大幅提高ARM平台下的AAC编码速度,约提高3倍。