|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <iec1ppmdsp.h>
Public Member Functions | |
| Iec1ppmdsp (void) | |
| ~Iec1ppmdsp (void) | |
| void | process (float const *p, int n) |
| float | read (void) |
| void | reset () |
Static Public Member Functions | |
| static void | init (float fsamp) |
Private Attributes | |
| float | _z1 |
| float | _z2 |
| float | _m |
| bool | _res |
Static Private Attributes | |
| static float | _w1 |
| static float | _w2 |
| static float | _w3 |
| static float | _g |
Definition at line 26 of file iec1ppmdsp.h.
| Iec1ppmdsp::Iec1ppmdsp | ( | void | ) |
| Iec1ppmdsp::~Iec1ppmdsp | ( | void | ) |
|
static |
| void Iec1ppmdsp::process | ( | float const * | p, |
| int | n | ||
| ) |
| float Iec1ppmdsp::read | ( | void | ) |
| void Iec1ppmdsp::reset | ( | ) |
|
staticprivate |
Definition at line 49 of file iec1ppmdsp.h.
|
private |
Definition at line 43 of file iec1ppmdsp.h.
|
private |
Definition at line 44 of file iec1ppmdsp.h.
|
staticprivate |
Definition at line 46 of file iec1ppmdsp.h.
|
staticprivate |
Definition at line 47 of file iec1ppmdsp.h.
|
staticprivate |
Definition at line 48 of file iec1ppmdsp.h.
|
private |
Definition at line 41 of file iec1ppmdsp.h.
|
private |
Definition at line 42 of file iec1ppmdsp.h.