pub struct TrainingSymbol {
pub n_fft: usize,
pub cp_len: usize,
}Expand description
Dedicated training symbol used for integer-CFO recovery: one full
n_fft-point OFDM symbol (plus cyclic prefix) with a known value on
every subcarrier bin, maximizing discriminating structure for the
integer-bin-shift search.
Fields§
§n_fft: usize§cp_len: usizeImplementations§
Trait Implementations§
Source§impl Clone for TrainingSymbol
impl Clone for TrainingSymbol
Source§fn clone(&self) -> TrainingSymbol
fn clone(&self) -> TrainingSymbol
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TrainingSymbol
Source§impl Debug for TrainingSymbol
impl Debug for TrainingSymbol
impl Eq for TrainingSymbol
Source§impl PartialEq for TrainingSymbol
impl PartialEq for TrainingSymbol
impl StructuralPartialEq for TrainingSymbol
Auto Trait Implementations§
impl Freeze for TrainingSymbol
impl RefUnwindSafe for TrainingSymbol
impl Send for TrainingSymbol
impl Sync for TrainingSymbol
impl Unpin for TrainingSymbol
impl UnsafeUnpin for TrainingSymbol
impl UnwindSafe for TrainingSymbol
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