#include "C1DAnisoMTSynthData.h"#include <cassert>#include <limits>#include <fstream>Go to the source code of this file.
Functions | |
| dcomp | dfp (const dcomp x) |
| dcomp | dfm (const dcomp x) |
Variables | |
| const int | frequenzen = 50 |
| const float | T [frequenzen] |
| dcomp dfm | ( | const dcomp | x | ) | [inline] |
Definition at line 106 of file C1DAnisoMTSynthData.cpp.
| dcomp dfp | ( | const dcomp | x | ) | [inline] |
Definition at line 100 of file C1DAnisoMTSynthData.cpp.
| const int frequenzen = 50 |
Definition at line 6 of file C1DAnisoMTSynthData.cpp.
Referenced by C1DMTSynthData::GetData(), C1DAnisoMTSynthData::GetData(), and main().
| 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 7 of file C1DAnisoMTSynthData.cpp.
Referenced by C1DMTSynthData::GetData(), C1DAnisoMTSynthData::GetData(), and main().
1.5.5