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

4 lines
130 B
C

#include <math.h>
#include <stdbool.h>
bool power(char* rawDataFileName,int N , int M, double periode , double invTimeBandwidth);