【E125】STM32语音识别(识别6个口语单词)

2021-08-15 16:57:29      索炜达电子      675     

项目编号:E125

文件大小:1M

源码说明:带中文注释

开发环境:C编译

简要概述:

STM32语音识别,它识别6个口语单词并选择适当的输出

【E125】STM32语音识别(识别6个口语单词)

文件列表:

目录│文件列表:

 └ stm32-speech-recognition

    │ mfcc.uvoptx

    │ mfcc.uvprojx

    ├ inc

    │  │ common.h

    │  │ dsp.h

    │  │ lookup.h

    │  │ main.h

    │  └ stm32f4xx_it.h

    ├ lib

    │  └ CMSIS

    │     │ CMSIS_END_USER_LICENCE_AGREEMENT.pdf

    │     │ CMSIS_END_USER_LICENCE_AGREEMENT.rtf

    │     │ index.html

    │     ├ Device

    │     │  └ ST

    │     │     └ STM32F4xx

    │     │        │ Release_Notes.html

    │     │        ├ Include

    │     │        │  │ stm32f407xx.h

    │     │        │  │ stm32f4xx.h

    │     │        │  └ system_stm32f4xx.h

    │     │        └ Source

    │     │           └ Templates

    │     │              │ system_stm32f4xx.c

    │     │              └ arm

    │     │                 └ startup_stm32f407xx.s

    │     ├ Include

    │     │  │ arm_common_tables.h

    │     │  │ arm_const_structs.h

    │     │  │ arm_math.h

    │     │  │ cmsis_armcc.h

    │     │  │ cmsis_armcc_V6.h

    │     │  │ cmsis_gcc.h

    │     │  │ core_cm0.h

    │     │  │ core_cm0plus.h

    │     │  │ core_cm3.h

    │     │  │ core_cm4.h

    │     │  │ core_cm7.h

    │     │  │ core_cmFunc.h

    │     │  │ core_cmInstr.h

    │     │  │ core_cmSimd.h

    │     │  │ core_sc000.h

    │     │  └ core_sc300.h

    │     ├ Lib

    │     │  │ license.txt

    │     │  └ ARM

    │     │     └ arm_cortexM4lf_math.lib

    │     └ RTOS

    │        └ Template

    │           └ cmsis_os.h

    └ src

       │ dsp.c

       │ lookup_tables.c

       │ main.c

       └ stm32f4xx_it.c

TAG语音识别
  • 7 次
  • 1 分