List of all members.
Detailed Description
template<class T>
class AGC< T >
Computes an AGC over a ValueSeries.
Constructor & Destructor Documentation
Member Function Documentation
template<class T >
| void AGC< T >::computeEnergyMute |
( |
|
) |
[inline, protected] |
template<class T >
| bool AGC< T >::doPrepare |
( |
int |
nrthreads |
) |
[inline, virtual] |
template<class T >
| bool AGC< T >::doWork |
( |
od_int64 |
start, |
|
|
od_int64 |
stop, |
|
|
int |
threadidx | |
|
) |
| | [inline, protected] |
template<class T >
| float AGC< T >::getMuteFraction |
( |
|
) |
const [inline] |
template<class T >
| const Interval< int > & AGC< T >::getSampleGate |
( |
|
) |
const [inline] |
template<class T >
| int AGC< T >::minThreadSize |
( |
|
) |
const [inline, protected, virtual] |
template<class T >
| od_int64 AGC< T >::nrIterations |
( |
|
) |
const [inline, protected, virtual] |
template<class T >
| void AGC< T >::setInput |
( |
const ValueSeries< T > & |
nvs, |
|
|
int |
sz | |
|
) |
| | [inline] |
template<class T >
| void AGC< T >::setMuteFraction |
( |
float |
lvmf |
) |
[inline] |
The lowest fraction will be muted.
Output can be the same as input.
template<class T >
| void AGC< T >::setSampleGate |
( |
const Interval< int > & |
nrg |
) |
[inline] |
Member Data Documentation