Skip to content

Commit 0cd4be6

Browse files
committed
update README.md
1 parent 4b14b9e commit 0cd4be6

File tree

1 file changed

+10
-7
lines changed
  • arc_design_contest/2021/HLJU_Pathological_Voice_Diagnosis

1 file changed

+10
-7
lines changed

arc_design_contest/2021/HLJU_Pathological_Voice_Diagnosis/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DEMO VIDEO:[Video presentation](https://v.youku.com/v_show/id_XNTE5MjY4NTIzNg==.
4949
### Required Software
5050
- DesignWare ARC MetaWare Development Toolkit
5151
- TensorFlow Lite for Microcontrollers 
52-
- emcARC OSP
52+
- emcARC OSP (github master branch)
5353
- Serial port terminal, such as putty, minicom or cutecom
5454

5555
### Hardware Connection
@@ -79,14 +79,14 @@ DEMO VIDEO:[Video presentation](https://v.youku.com/v_show/id_XNTE5MjY4NTIzNg==.
7979
- Download source code of Pathological Voice Diagnosis from github.
8080
- Make sure all the connections are correct.
8181
- The link script file has been modified to ensure the heap and stack are large enough and the addresses of program sections have also been redirected.Make sure the link script is correct.
82-
- Use MWDT compiler tool to compile source code, with some Tensorflow Lite source code and the RBK-NET network model
82+
- Use MWDT compiler tool to compile the source code, which includes Tensorflow Lite and the RBK-NET binary model.
8383

8484
### Run This Application
8585

8686
- Open serial terminal and configure it to right COM port and 115200bps.
8787
- Download with USB-JTAG or use bootloader to boot the program.
8888
- Connect the MCLK(REF_CLK) wire when seeing "Please connet the mclk !"at serial terminal.
89-
- Speak to the Mic. You'll see pathological or healthy result shows on the OLED screen.
89+
- Speak to the Mic. After some seconds, you'll see pathological or healthy result shows on the OLED screen.
9090

9191
#### Makefile
9292

@@ -110,10 +110,13 @@ See [ embARC Example User Guide][40], **"Options to Hard-Code in the Application
110110

111111
| file | Function |
112112
| ------------------- | -----------------------------------------|
113-
| main.cc | Initialization and main loop |
114-
| mfcc.cc/mfcc.h | Algorithm of extracting mfcc features |
115-
| codec.cc/codec.h | Recive and store audio frames(interrupt)|
116-
| FFT.cc/FFT.h | Fast Fourier transform |
113+
| tensorflow | Tensorflow Lite Micro |
114+
| third_party | Tensorflow Lite Micro third party |
115+
| main.cc | Initialization and main loop |
116+
| Makefile | Makefile |
117+
| mfcc.cc/mfcc.h | Algorithm of extracting mfcc features |
118+
| codec.cc/codec.h | Recive and store audio frames(interrupt)|
119+
| FFT.cc/FFT.h | Fast Fourier transform |
117120
| wm8978.c/wm8978.h | Config wm8978 through I2C |
118121
| wm8978i2s.c/.h | I2S driver |
119122

0 commit comments

Comments
 (0)