2021-08-15 16:57:29 索煒達(dá)電子 966
項(xiàng)目編號(hào):E125
文件大?。?M
源碼說(shuō)明:帶中文注釋
開(kāi)發(fā)環(huán)境:C編譯
簡(jiǎn)要概述:
STM32語(yǔ)音識(shí)別,它識(shí)別6個(gè)口語(yǔ)單詞并選擇適當(dāng)?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