You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Download source code of Pathological Voice Diagnosis from github.
80
80
- Make sure all the connections are correct.
81
81
- 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.
83
83
84
84
### Run This Application
85
85
86
86
- Open serial terminal and configure it to right COM port and 115200bps.
87
87
- Download with USB-JTAG or use bootloader to boot the program.
88
88
- 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.
90
90
91
91
#### Makefile
92
92
@@ -110,10 +110,13 @@ See [ embARC Example User Guide][40], **"Options to Hard-Code in the Application
0 commit comments