Home
last modified time | relevance | path

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

/babblesim_ext_2G4_channel_multiatt-latest/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.
27 * Not all paths need to be provided. Those omited will default to the attenuation
47 microseconds (an integer value), and the second column the attenuation at that given time.
50 corresponding attenuation value.<br>
52 will interpolate linearly the attenuation.<br>
56 will use the last attenuation provided in the file.<br>
60 You can provide an extra attenuation to be added to all paths, independently of
[all …]
/babblesim_ext_2G4_channel_multiatt-latest/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()