Struct sdr::downconverter::RealFs4Downconverter [] [src]

pub struct RealFs4Downconverter;

Downconvert by Fs/4

Takes an input stream of 12-bit u16 reals and outputs i16 IQ values, with Fs/4 downconverted to DC. Does not decimate or antialias, so the IQ sample rate equals the input sample rate, and you will likely want to antialias and then decimate by at least 2 afterwards.

Input block length must be a multiple of 4 for this process.

Methods

impl RealFs4Downconverter
[src]

[src]

[src]

Trait Implementations

impl Default for RealFs4Downconverter
[src]

[src]

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

Auto Trait Implementations