Struct ldpc_toolbox::simulation::modulation::BpskModulator
source · pub struct BpskModulator {}
Expand description
BPSK modulator.
Maps the bit 0 to the symbol -1.0 and the bit 1 to the symbol +1.0.
Implementations§
source§impl BpskModulator
impl BpskModulator
sourcepub fn new() -> BpskModulator
pub fn new() -> BpskModulator
Creates a new BPSK modulator.
Trait Implementations§
source§impl Clone for BpskModulator
impl Clone for BpskModulator
source§fn clone(&self) -> BpskModulator
fn clone(&self) -> BpskModulator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BpskModulator
impl Debug for BpskModulator
source§impl Default for BpskModulator
impl Default for BpskModulator
source§fn default() -> BpskModulator
fn default() -> BpskModulator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BpskModulator
impl Send for BpskModulator
impl Sync for BpskModulator
impl Unpin for BpskModulator
impl UnwindSafe for BpskModulator
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