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

7 lines
160 B
C
Raw Normal View History

2022-06-07 14:28:32 +02:00
const int nRow = 100000;
const int nCol = 9;
const double freqEch = 250;
const double period = 1.0/freqEch;
const double timeBandwidth = 1.0 /(nRow * period);