Traitement-signal-plantes/Code-C/power.h

5 lines
163 B
C
Raw Normal View History

2022-06-01 18:02:32 +02:00
#include <math.h>
2022-06-09 17:56:45 +02:00
#include <stdbool.h>
2022-06-01 12:32:04 +02:00
2022-06-13 15:03:51 +02:00
bool power(char* rawDataFileName,int N , int M, double periode , double invTimeBandwidth);
2022-06-10 17:22:01 +02:00
void *threadCalcul(void *vargp);