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);