moved python3 prototyping to the python folder

This commit is contained in:
2025-10-09 13:47:29 +03:00
parent aa5945e8b2
commit e7cec37ac5
8 changed files with 65037 additions and 65037 deletions

View File

@ -5,7 +5,7 @@
#include <math.h>
#define DATA_L (1<<16)
#define FP_acc 1000
#define FP_acc (1<<16)
#include "FFT_FP_realisation.h"