File tree 5 files changed +6
-4
lines changed
NCKU_New_Vision_World/ARC
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
#include <stdio.h>
5
5
#include "FFT.h"
6
6
7
+ #define M_PI 3.14159265358979323846
8
+
7
9
static inline float MelScale (float freq )
8
10
{
9
11
return 1127.0f * logf (1.0f + freq / 700.0f );
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ BOARD=iotdk
7
7
#
8
8
# root dir of embARC
9
9
#
10
- EMBARC_ROOT = ../../..
10
+ EMBARC_ROOT = ../../../../..
11
11
12
12
MID_SEL = common
13
13
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TOOLCHAIN = gnu
5
5
6
6
APPL_DEFINES = -DUSE_APPL_MEM_CONFIG -DV2DSP_XY -DMODEL_BIT_DEPTH=8
7
7
# root dir of embARC
8
- EMBARC_ROOT = ../../..
8
+ EMBARC_ROOT = ../../../..
9
9
10
10
LIB_SEL = embarc_mli
11
11
MID_SEL = common
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ JTAG ?= usb
20
20
#
21
21
# root dir of embARC
22
22
#
23
- EMBARC_ROOT = ../../../../
23
+ EMBARC_ROOT = ../../../../..
24
24
MID_SEL = common u8glib
25
25
26
26
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DEV_INCDIR += $(EMBARC_ROOT)/device/peripheral/adc/ad7991
12
12
#
13
13
# root dir of embARC
14
14
#
15
- EMBARC_ROOT = ../../..
15
+ EMBARC_ROOT = ../../../../..
16
16
17
17
MID_SEL = common
18
18
You can’t perform that action at this time.
0 commit comments