-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathQLogTable.hpp
13 lines (13 loc) · 1010 Bytes
/
QLogTable.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef BFC_QLOGTABLE_HPP
#define BFC_QLOGTABLE_HPP
static const float qlogtable[63] = {
-3.0000000f, -1.5814738f, -0.9968430f, -0.6955245f, -0.5076759f, -0.3801304f, -0.2892682f, -0.2225515f,
-0.1725566f, -0.1345520f, -0.1053605f, -0.0827653f, -0.0651742f, -0.0514183f, -0.0406248f, -0.0321336f,
-0.0254397f, -0.0201544f, -0.0159759f, -0.0126692f, -0.0100503f, -0.0079750f, -0.0063296f, -0.0050245f,
-0.0039890f, -0.0031673f, -0.0025150f, -0.0019973f, -0.0015862f, -0.0012597f, -0.0010005f, -0.0007946f,
-0.0006312f, -0.0005013f, -0.0003982f, -0.0003163f, -0.0002512f, -0.0001995f, -0.0001585f, -0.0001259f,
-0.0001000f, -0.0000794f, -0.0000631f, -0.0000501f, -0.0000398f, -0.0000316f, -0.0000251f, -0.0000200f,
-0.0000158f, -0.0000126f, -0.0000100f, -0.0000079f, -0.0000063f, -0.0000050f, -0.0000040f, -0.0000032f,
-0.0000025f, -0.0000020f, -0.0000016f, -0.0000013f, -0.0000010f, -0.0000008f, -0.0000006f,
};
#endif // BFC_QLOGTABLE_HPP