登录
首页 » C/C++ » STM32-Speech-Recognition-Master

STM32-Speech-Recognition-Master

于 2021-03-09 发布 文件大小:318KB
0 68
下载积分: 1 下载次数: 70

代码说明:

  于市售 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
...\main.c,7505,2015-09-17
BSP
...\ADC.C,3742,2015-09-17
...\ADC.H,404,2015-09-17
...\BSP.c,3659,2015-09-17
...\bsp.h,8096,2015-09-17
...\cr4_fft_1024_stm32.s,28134,2015-09-17
...\delay.c,929,2015-09-17
...\delay.h,225,2015-09-17
...\Flash.C,1509,2015-09-17
...\Flash.H,522,2015-09-17
...\M25P16.c,5003,2015-09-17
...\M25P16.h,380,2015-09-17
...\SDcard.c,89490,2015-09-17
...\SDcard.h,15401,2015-09-17
...\SPI.C,1915,2015-09-17
...\SPI.H,101,2015-09-17
...\stdint.h,8029,2015-09-17
...\TFTLCD.c,10912,2015-09-17
...\tftlcd.h,1436,2015-09-17
...\touch_panel.c,1577,2015-09-17
...\touch_panel.h,551,2015-09-17
...\USART.C,3185,2015-09-17
...\USART.H,325,2015-09-17
CM3_SYS
.......\core_cm3.c,16489,2015-09-17
.......\core_cm3.h,83895,2015-09-17
FATFS
.....\FATFS.C,17368,2015-09-17
.....\FATFS.H,1513,2015-09-17
.....\FS_Structure.h,2819,2015-09-17
.....\Interface.C,532,2015-09-17
.....\Interface.h,175,2015-09-17
GUI
...\GUI.C,3006,2015-09-17
...\GUI.H,1384,2015-09-17
LICENSE,18047,2015-09-17
Matlab
README.md,917,2015-09-17
Speech_Recog
............\DTW.C,5146,2015-09-17
............\DTW.H,154,2015-09-17
............\MFCC.C,4307,2015-09-17
............\MFCC.H,804,2015-09-17
............\MFCC_Arg.h,6106,2015-09-17
............\VAD.C,5505,2015-09-17
............\VAD.H,783,2015-09-17
StdPeriph_Driver
................\inc
................\...\misc.h,8674,2015-09-17
................\...\stm32f10x_adc.h,21119,2015-09-17
................\...\stm32f10x_bkp.h,7272,2015-09-17
................\...\stm32f10x_can.h,19968,2015-09-17
................\...\stm32f10x_cec.h,6274,2015-09-17
................\...\stm32f10x_crc.h,1980,2015-09-17
................\...\stm32f10x_dac.h,14746,2015-09-17
................\...\stm32f10x_dbgmcu.h,3611,2015-09-17
................\...\stm32f10x_dma.h,20136,2015-09-17
................\...\stm32f10x_exti.h,6552,2015-09-17
................\...\stm32f10x_flash.h,24931,2015-09-17
................\...\stm32f10x_fsmc.h,25471,2015-09-17
................\...\stm32f10x_gpio.h,18937,2015-09-17
................\...\stm32f10x_i2c.h,28831,2015-09-17
................\...\stm32f10x_iwdg.h,3600,2015-09-17
................\...\stm32f10x_pwr.h,4139,2015-09-17
................\...\stm32f10x_rcc.h,29520,2015-09-17
................\...\stm32f10x_rtc.h,3634,2015-09-17
................\...\stm32f10x_sdio.h,21244,2015-09-17
................\...\stm32f10x_spi.h,17493,2015-09-17
................\...\stm32f10x_tim.h,49294,2015-09-17
................\...\stm32f10x_usart.h,16048,2015-09-17
................\...\stm32f10x_wwdg.h,2763,2015-09-17
................\src
................\...\misc.c,6708,2015-09-17
................\...\stm32f10x_adc.c,45710,2015-09-17
................\...\stm32f10x_bkp.c,8186,2015-09-17
................\...\stm32f10x_can.c,30842,2015-09-17
................\...\stm32f10x_cec.c,11135,2015-09-17
................\...\stm32f10x_crc.c,3175,2015-09-17
................\...\stm32f10x_dac.c,18571,2015-09-17
................\...\stm32f10x_dbgmcu.c,4899,2015-09-17
................\...\stm32f10x_dma.c,27423,2015-09-17
................\...\stm32f10x_exti.c,6584,2015-09-17
................\...\stm32f10x_flash.c,62142,2015-09-17
................\...\stm32f10x_fsmc.c,34213,2015-09-17
................\...\stm32f10x_gpio.c,19117,2015-09-17
................\...\stm32f10x_i2c.c,42423,2015-09-17
................\...\stm32f10x_iwdg.c,4638,2015-09-17
................\...\stm32f10x_pwr.c,8846,2015-09-17
................\...\stm32f10x_rcc.c,49692,2015-09-17
................\...\stm32f10x_rtc.c,8326,2015-09-17
................\...\stm32f10x_sdio.c,28010,2015-09-17
................\...\stm32f10x_spi.c,29185,2015-09-17
................\...\stm32f10x_tim.c,104361,2015-09-17
................\...\stm32f10x_usart.c,37017,2015-09-17
................\...\stm32f10x_wwdg.c,5423,2015-09-17
................\Startup
................\.......\startup_stm32f10x_cl.s,15398,2015-09-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696524资源总数
  • 103855会员总数
  • 91今日下载