Struct ldpc_toolbox::simulation::modulation::Psk8
source · pub struct Psk8 {}
Expand description
BPSK modulation
Trait Implementations§
source§impl Modulation for Psk8
impl Modulation for Psk8
§type Modulator = Psk8Modulator
type Modulator = Psk8Modulator
Modulator type.
§type Demodulator = Psk8Demodulator
type Demodulator = Psk8Demodulator
Demodulator type.
source§const BITS_PER_SYMBOL: f64 = 3f64
const BITS_PER_SYMBOL: f64 = 3f64
Number of bits per symbol.
source§impl PartialEq<Psk8> for Psk8
impl PartialEq<Psk8> for Psk8
impl Copy for Psk8
impl Eq for Psk8
impl StructuralEq for Psk8
impl StructuralPartialEq for Psk8
Auto Trait Implementations§
impl RefUnwindSafe for Psk8
impl Send for Psk8
impl Sync for Psk8
impl Unpin for Psk8
impl UnwindSafe for Psk8
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