[][src]Trait basic_dsp_vector::Domain

pub trait Domain: Debug + PartialEq + Clone {
    fn domain(&self) -> DataDomain;
fn to_freq(&mut self);
fn to_time(&mut self); }

Domain (time or frequency) information.

Required methods

fn domain(&self) -> DataDomain

fn to_freq(&mut self)

See to_complex for some details.

fn to_time(&mut self)

See to_complex for some details.

Loading content...

Implementors

impl Domain for Freq
[src]

impl Domain for Time
[src]

impl Domain for TimeOrFreq
[src]

Loading content...