Struct simulation::signal::SignalConfig [] [src]

pub struct SignalConfig {
    pub signal_noise: f32,
    pub gain_pattern: GainPattern,
    pub propagation_model: PropagationModel,
}

Configuration options for a signal model

Fields

The amount of noise to add when generating new measurements with this model

The pattern used for adjusting the signal gain

The model used for calculating the base signal strength from distance

Methods

impl SignalConfig
[src]

Create a new signal model using the specified parameters

Trait Implementations

impl Copy for SignalConfig
[src]

impl Clone for SignalConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more