| spandsp 0.0.6
    | 
#include <g1050.h>
| Public Attributes | |
| double | prob_loss_rate_change [2] | 
| double | prob_impulse [2][2] | 
| double | impulse_height | 
| double | impulse_coeff | 
| double | prob_packet_loss | 
| double | prob_packet_collision_loss | 
Segment constants, as defined in G.1050.
| double g1050_segment_constants_t::impulse_coeff | 
Impulse decay coefficient for the single pole IIR filter.
| double g1050_segment_constants_t::impulse_height | 
Impulse height, based on MTU and bit rate
| double g1050_segment_constants_t::prob_impulse[2][2] | 
Probability of an impulse in the low and high loss states
| double g1050_segment_constants_t::prob_loss_rate_change[2] | 
Probability of changing from low to high and high to low loss states
| double g1050_segment_constants_t::prob_packet_collision_loss | 
Probability of packet loss due to a multiple access collision.
| double g1050_segment_constants_t::prob_packet_loss | 
Probability of packet loss due to occupancy.