Struct sdr::fm::FMDemod [] [src]

pub struct FMDemod<T: SampleType> { /* fields omitted */ }

FM signal demodulator

Methods

impl<T: SampleType> FMDemod<T>
[src]

[src]

Create a new FM demodulator

[src]

FM demodulate input block x, containing baseband IQ data that has been frequency modulated. Outputs a block of real-valued samples.

Trait Implementations

impl<T: Default + SampleType> Default for FMDemod<T> where
    T::Reg: Default
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<T> Send for FMDemod<T> where
    <T as SampleType>::Reg: Send

impl<T> Sync for FMDemod<T> where
    <T as SampleType>::Reg: Sync