#include "C1DMTSynthData.h"#include <fstream>#include <algorithm>#include <cassert>#include "CFatalException.h"Go to the source code of this file.
Variables | |
| const int | frequenzen = 50 |
| const float | T [frequenzen] |
| const int frequenzen = 50 |
Definition at line 9 of file C1DMTSynthData.cpp.
| const float T[frequenzen] |
Initial value:
{ 0.0025, 0.00308337, 0.00513901, 0.00625, 0.0104167, 0.0125, 0.0208333,
0.025, 0.0416667, 0.05, 0.0833333, 0.1, 0.166667, 0.2, 0.333333, 0.4,
0.667, 0.64, 1.06667, 1.29333, 2.15554, 2.59997, 4.33332, 5.19994,
8.66701, 10.666667, 16.000, 21.333, 32.000, 42.667, 64.0, 85.332,
127.992, 170.678, 256.016, 341.297, 512.033, 682.594, 1023.541, 1366.120,
2049.180, 2732.240, 4098.361, 5464.481, 8196.722, 10869.565,
16393.443, 28800, 43200, 86400 }
Definition at line 11 of file C1DMTSynthData.cpp.
1.5.5