2021-08-15 16:57:29 索煒達電子 961
項目編號:E125
文件大?。?M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯
簡要概述:
STM32語音識別,它識別6個口語單詞并選擇適當?shù)妮敵?br/>
文件列表:
目錄│文件列表:
└ 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