#include <units.h>
Public Member Functions | |
| DB (float infinitygain=INFINITYGAIN) | |
| virtual | ~DB () |
| float | fromdb_table () |
| float | fromdb_table (float db) |
| float | fromdb () |
| DB & | operator++ () |
| DB & | operator-- () |
| DB & | operator= (DB &newdb) |
| DB & | operator= (int newdb) |
| int | operator== (DB &newdb) |
| int | operator== (int newdb) |
Static Public Member Functions | |
| static float | fromdb (float db) |
| static float | todb (float power) |
Public Attributes | |
| float | db |
| float | infinitygain |
Static Public Attributes | |
| static float * | topower = 0 |
Static Private Attributes | |
| static float * | allocated = NULL |
Definition at line 30 of file units.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4