IQ

Type Alias IQ 

Source
pub type IQ<T> = Complex<T>;

Aliased Type§

#[repr(C)]
pub struct IQ<T> { pub re: T, pub im: T, }

Fields§

§re: T

Real portion of the complex number

§im: T

Imaginary portion of the complex number