Struct dsp::signal::Sine [] [src]

pub struct Sine<S> {
    // some fields omitted
}

A sine wave signal generator.

Trait Implementations

impl<S> Iterator for Sine<S> where S: Step

type Item = [f64; 1]

fn next(&mut self) -> Option<Sine<S>::Item>

Derived Implementations

impl<S> Clone for Sine<S> where S: Clone

fn clone(&self) -> Sine<S>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more