STM32-Speech-Recognition-Master

所属分类:单片机开发
开发工具:C/C++
文件大小:318KB
下载次数:86
上传日期:2016-04-25 09:56:54
上 传 者kly
说明:  于市售 STM32 开发板上实现特定人语音识别处理项目。识别流程是:预滤波、ADC、分帧、端点检测、预加重、加窗、特征提取、特征匹配。端点检测(VAD)采用短时幅度和短时过零率相结合。检测出有效语音后,根据人耳听觉感知特性,计算每帧语音的 Mel 频率倒谱系数(MFCC)。然后采用动态时间弯折(DTW)算法与特征模板相匹配,最终输出识别结果。先用Matlab对上述算法进行仿真,经数次试验求得算法内所需各系数的最优值。而后将算法移植到 STM32 开发板上,移植过程中根据 STM32 上存储空间相对较小、计算能力也相对较弱的实际情况,对算法进行优化。最终完成于 STM32 微处理器上的特定人语音识别系统。
(Implement speech recognition processing project in commercially available STM32 development board. Identification is the process: pre-filter, ADC, framing, endpoint detection, pre-emphasis, windowing, feature extraction, feature matching. Endpoint detection (VAD) short-time amplitude and short-term zero rate combined. After detecting an effective voice, according to the characteristics of human auditory perception, calculated for each frame of speech Mel Frequency Cepstral Coefficients (MFCC). Then dynamic time warping (DTW) algorithm and feature template matches the final output recognition result. First with Matlab simulation algorithm described above, after several trials to get the optimal value of each coefficient within the desired algorithm. The algorithm will migrate to STM32 development board, the porting process according to the STM32 relatively small storage space, computing power is relatively weak situation of the optimization algorithm. Finally completed on the STM32 micr)

文件列表:
APP\includes.h (1234, 2015-09-17)
APP\main.c (7505, 2015-09-17)
BSP\ADC.C (3742, 2015-09-17)
BSP\ADC.H (404, 2015-09-17)
BSP\BSP.c (3659, 2015-09-17)
BSP\bsp.h (8096, 2015-09-17)
BSP\cr4_fft_1024_stm32.s (28134, 2015-09-17)
BSP\delay.c (929, 2015-09-17)
BSP\delay.h (225, 2015-09-17)
BSP\Flash.C (1509, 2015-09-17)
BSP\Flash.H (522, 2015-09-17)
BSP\M25P16.c (5003, 2015-09-17)
BSP\M25P16.h (380, 2015-09-17)
BSP\SDcard.c (89490, 2015-09-17)
BSP\SDcard.h (15401, 2015-09-17)
BSP\SPI.C (1915, 2015-09-17)
BSP\SPI.H (101, 2015-09-17)
BSP\stdint.h (8029, 2015-09-17)
BSP\TFTLCD.c (10912, 2015-09-17)
BSP\tftlcd.h (1436, 2015-09-17)
BSP\touch_panel.c (1577, 2015-09-17)
BSP\touch_panel.h (551, 2015-09-17)
BSP\USART.C (3185, 2015-09-17)
BSP\USART.H (325, 2015-09-17)
CM3_SYS\core_cm3.c (16489, 2015-09-17)
CM3_SYS\core_cm3.h (83895, 2015-09-17)
FATFS\FATFS.C (17368, 2015-09-17)
FATFS\FATFS.H (1513, 2015-09-17)
FATFS\FS_Structure.h (2819, 2015-09-17)
FATFS\Interface.C (532, 2015-09-17)
FATFS\Interface.h (175, 2015-09-17)
GUI\GUI.C (3006, 2015-09-17)
GUI\GUI.H (1384, 2015-09-17)
Speech_Recog\DTW.C (5146, 2015-09-17)
Speech_Recog\DTW.H (154, 2015-09-17)
Speech_Recog\MFCC.C (4307, 2015-09-17)
Speech_Recog\MFCC.H (804, 2015-09-17)
Speech_Recog\MFCC_Arg.h (6106, 2015-09-17)
Speech_Recog\VAD.C (5505, 2015-09-17)
Speech_Recog\VAD.H (783, 2015-09-17)
... ...

# 基于STM32的孤立词语音识别 本设计研究孤立词语音识别系统及其在STM32嵌入式平台上的实现。识别流程是:预滤波、ADC、分帧、端点检测、预加重、加窗、特征提取、特征匹配。端点检测(VAD)采用短时幅度和短时过零率相结合。检测出有效语音后,根据人耳听觉感知特性,计算每帧语音的Mel频率倒谱系数(MFCC)。然后采用动态时间弯折(DTW)算法与特征模板相匹配,最终输出识别结果。先用Matlab对上述算法进行仿真,经多次试验得出算法中所需各系数的最优值。然后将算法移植到STM32嵌入式平台,移植过程中根据嵌入式平台存储空间相对较小、计算能力也相对较弱的实际情况,对算法进行优化。最终设计并制作出基于STM32的孤立词语音识别系统。 ####详细介绍: http://gk969.com/stm32-speech-recognition/

近期下载者

相关文件


收藏者