Struct dsp::signal::Rate [] [src]

pub struct Rate { /* fields omitted */ }

The rate at which phrase a Signal is sampled.

Methods

impl Rate
[src]

Create a ConstHz iterator which consistently yields "hz / rate".

Create a variable hz some iterator that yields hz and an initial hz.

The Hz iterator yields phase step sizes equal to "hz / rate".

Trait Implementations

impl Clone for Rate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Rate
[src]

impl PartialEq<Rate> for Rate
[src]

impl Debug for Rate
[src]

Formats the value using the given formatter.