Home
last modified time | relevance | path

Searched refs:attenuation (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_2G4_channel_multiatt-3.4.0/docs/
DREADME.md6 It models NxN independent paths each with a configurable attenuation
7 This attenuation can also be configured to change over time.
10 `-at=<attenuation>`.
12 A file can be used to set the attenuation for some/all of the individual paths.
52 microseconds, and the second column the attenuation at that given time.
55 corresponding attenuation value.<br>
57 will interpolate linearly the attenuation.<br>
61 will use the last attenuation provided in the file.<br>
/babblesim_ext_2G4_channel_multiatt-3.4.0/src/
Dchannel_multiatt.c36 double attenuation; member
307 channel_status.attenuation = args.att; in channel_init()
368 …>%i. It will be set to at + atxtra (%lf+%lf)\n",tx, rx, channel_status.attenuation, channel_status… in channel_init()
370 channel_status.paths_att[index] = channel_status.attenuation + channel_status.atxtra; in channel_init()