Struct imbe::unvoiced::Unvoiced
[−]
[src]
pub struct Unvoiced<'a, 'b> { /* fields omitted */ }Synthesizes unvoiced spectrum signal suv(n).
Methods
impl<'a, 'b> Unvoiced<'a, 'b>[src]
pub fn new(cur: &'a UnvoicedDft, prev: &'b UnvoicedDft) -> Self[src]
Create a new Unvoiced from the given unvoiced spectrums of the current and
previous frames.
pub fn get(&self, n: usize) -> f32[src]
Compute the unvoiced signal sample suv(n) for the given n, 0 ≤ n < N.