A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
three-gpp-v2v-channel-example.py File Reference

Go to the source code of this file.

Namespaces

namespace  three-gpp-v2v-channel-example
 

Functions

 three-gpp-v2v-channel-example.update (frame)
 

Variables

 three-gpp-v2v-channel-example.ani = animation.FuncAnimation(fig, update, frames=len(df), interval=0.001, blit=False)
 
 three-gpp-v2v-channel-example.ax_map
 
 three-gpp-v2v-channel-example.ax_snr
 
list three-gpp-v2v-channel-example.building_patches = []
 
 three-gpp-v2v-channel-example.buildings = pd.read_csv("buildings.txt", sep=r"\s+", comment="#", header=None)
 
 three-gpp-v2v-channel-example.df = pd.read_csv("example-output.txt", sep=r"\s+", comment="#")
 
 three-gpp-v2v-channel-example.figsize
 
 three-gpp-v2v-channel-example.height = y1 - y0
 
 three-gpp-v2v-channel-example.rect = patches.Rectangle((x0, y0), width, height, color="gray", alpha=0.5)
 
 three-gpp-v2v-channel-example.rx_circle = patches.Circle((0, 0), 5, color="red", alpha=0.35)
 
int three-gpp-v2v-channel-example.RX_X = 3
 
int three-gpp-v2v-channel-example.RX_Y = 4
 
int three-gpp-v2v-channel-example.SNR = 6
 
int three-gpp-v2v-channel-example.TIME = 0
 
 three-gpp-v2v-channel-example.tx_circle = patches.Circle((0, 0), 5, color="blue", alpha=0.35)
 
int three-gpp-v2v-channel-example.TX_X = 1
 
int three-gpp-v2v-channel-example.TX_Y = 2
 
 three-gpp-v2v-channel-example.width = x1 - x0
 
 three-gpp-v2v-channel-example.writer
 
 three-gpp-v2v-channel-example.x0
 
 three-gpp-v2v-channel-example.x1
 
 three-gpp-v2v-channel-example.y0
 
 three-gpp-v2v-channel-example.y1