Download presentation
Presentation is loading. Please wait.
1
Workshop Terminology
2
Basic JAVA Programming terminology
Class: A type that defines the implementation of a particular kind of object. A class definition defines instance and class variables and methods, as well as specifying the interfaces the class implements and the immediate superclass of the class. If the superclass is not explicitly specified, the superclass will implicitly be Object. Interface: A keyword used to define a collection of method definitions and constant values. It can later be implemented by classes that define this interface with the "implements" keyword. Implements: A keyword optionally included in the class declaration to specify any interfaces that are implemented by the current class. The implementation is contains runnable code Method: located inside an interface (abstract) or implementation (concrete), is the part of code specifying what needs to be executed in a class. In other programming languages is 'function‘. Graphical User Interface (GUI): Refers to the techniques involved in using graphics, along with a keyboard and a mouse, to provide an easy-to-use interface to some program.
3
Plugin definitions Propagation Model Plugin (PMP): A plugin that contains the implementation of a propagation model Antenna Gain Plugin (AGP): A plugin that contains the implementation of an antenna pattern Event Processing Plugin (EPP): A plugin that uses calculations done in the core of SEAMCAT and that processes them to produce alternative results Post Processing UI (PPUI): A plugin that uses simulation result, i.e. after the simulation is complete to produce alternative results. System Plugin (SP): A plugin that contains the complete implementation of a radio system (transmitter, receiver and all their associated parameters)
4
Plugin definitions Propagation Model Plugin (PMP): A plugin that contains the implementation of a propagation model Antenna Gain Plugin (AGP): A plugin that contains the implementation of an antenna pattern Event Processing Plugin (EPP): A plugin that uses calculations done in the core of SEAMCAT and that processes them to produce alternative results Post Processing UI (PPUI): A plugin that uses simulation result, i.e. after the simulation is complete to produce alternative results. System Plugin (SP): A plugin that contains the complete implementation of a radio system (transmitter, receiver and all their associated parameters)
5
SEAMCAT Terminology Victim System: It is the radiocommunication system for which we want to assess the probability of being interfered by an interfering system. Interfering System(s): It is the radiocommunication system or systems interfering with the victim system. Victim Link Transmitter (VLT): It is the ‘wanted’ transmitter of the victim system, i.e. the one providing the wanted signal to the victim link receiver. Victim Link Receiver (VLR): It is the receiver of the victim system, i.e., the one that experiences the interference from the transmitter of the interfering system. Interfering Link Transmitter (ILT): It is the transmitter of the interfering system, i.e. the one providing the interfering signal to the victim link receiver. Interfering Link Receiver (ILR): It is the receiver of the interfering system.
6
Questions?
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.