created C folder with FP_math.c, Makefile and plotter. FP_math have a FFT realisation with fixed-point math, and its tester
This commit is contained in:
5
C/Makefile
Normal file
5
C/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
all:
|
||||
gcc FP_math.c -o FP_math -lm
|
||||
|
||||
clean:
|
||||
-rm FP_math
|
||||
Reference in New Issue
Block a user