Struct ldpc_toolbox::simulation::modulation::Bpsk
source · pub struct Bpsk {}
Expand description
BPSK modulation
Trait Implementations§
source§impl Modulation for Bpsk
impl Modulation for Bpsk
§type Modulator = BpskModulator
type Modulator = BpskModulator
Modulator type.
§type Demodulator = BpskDemodulator
type Demodulator = BpskDemodulator
Demodulator type.
source§const BITS_PER_SYMBOL: f64 = 1f64
const BITS_PER_SYMBOL: f64 = 1f64
Number of bits per symbol.
source§impl PartialEq<Bpsk> for Bpsk
impl PartialEq<Bpsk> for Bpsk
impl Copy for Bpsk
impl Eq for Bpsk
impl StructuralEq for Bpsk
impl StructuralPartialEq for Bpsk
Auto Trait Implementations§
impl RefUnwindSafe for Bpsk
impl Send for Bpsk
impl Sync for Bpsk
impl Unpin for Bpsk
impl UnwindSafe for Bpsk
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more