Struct imbe::unvoiced::UnvoicedDft
[−]
[src]
pub struct UnvoicedDft(_);
Constructs unvoiced DFT/IDFT.
Methods
impl UnvoicedDft
[src]
pub fn new<R: Rng>(
params: &BaseParams,
voice: &VoiceDecisions,
amps: &EnhancedSpectrals,
rng: R
) -> Self
[src]
params: &BaseParams,
voice: &VoiceDecisions,
amps: &EnhancedSpectrals,
rng: R
) -> Self
Construct a new UnvoicedDft
from the given frame parameters and noise generator.
pub fn idft(&self, n: isize) -> f32
[src]
Compute the IDFT uw(n) at the given point n.