#include <double_period.h>
Inheritance diagram for DoublePeriod< T >:

Public Member Functions | |
| DoublePeriod (long size) | |
| DoublePeriod (const SampledSignal< T > &signal, long start, long end) | |
| OLA frame contructor. | |
| void | setCenter (long center) |
| Sets the center pitchmark position of this OLA frame. | |
| long | getCenter () |
| Returns the center pitchmark position of this OLA frame. | |
| void | setVoiced (bool voiced) |
| Sets voicedness of this OLA frame. | |
| bool | getVoiced () |
| Returns true if this OLA frame is within a voiced interval. | |
Private Attributes | |
| long | centerPitchmark |
| long | lastPitchmark |
| double | intensity |
| int | repetitions |
| bool | voiced |
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3.6