You are here: Manual / Data Types / Functions
TracNav
Table of Contents
- About this Wiki
- About the STG (SEAMCAT Technical Group)
- About the source code
- Frequently Asked Questions
- How to register on TracTool?
- Tutorial videos
- Known Issues
- Disclaimer
Introduction
Main structural elements of SEAMCAT
Data elements
- SEAMCAT Data types
- Function entry
- Emissions mask
- Random distributions
- Antenna
- Signal vectors
- How to generate a truncated distribution?
Simulation workspace
Creating SEAMCAT scenario
- Simulation scenario and its programming
- Victim link tab
- Interfering link tab
- Sharing and importing scenarios
Performing a simulation
- Simulation control settings
- Running a simulation (event generation)
- Calculating probability of interference
- Simulation results overview
- Generic system results
- Simulation report
- Logging options and remote server
- Saving results format
CDMA module
- CDMA system tab
- CDMA Link level data
- CDMA simulation algorithm
- CDMA input parameters
- CDMA output results
OFDMA module
Cognitive Radio System module
Library of scenario elements
- Library overview
- Antenna elements
- Spectrum emission mask elements
- Receiver blocking mask elements
- Receiver elements
- Transmitter elements
- CDMA Link level data
- CDMA-OFDMA network
- Propagation model plugins
- Post processing plugins
Propagation models
- Guide to propagation models in SEAMCAT
- How to test propagation model?
- ITU-R P.1546 model
- Extended Hata and Hata-SRD models
- Spherical diffraction model
- Free Space Loss model
- User-defined model (Propagation plug-in)
- JTG5-6 propagation plug-in
- SE42 propagation plug-in
- Longley Rice propagation plug-in
- Winner propagation plug-in
- IEEE 802.11 Model C (modified) plug-in
Special functions
Detailed algorithms/Calculations
- Wanted signal (dRSS)
- Unwanted and blocking signals (iRSS)
- Overloading (iRSS)
- Intermodulation signal (iRSS)
- CDMA simulation algorithm
- OFDMA simulation algorithm
- Location of VLR with ILT (Simulation Radius)
- Location of VLR and ILR (Coverage radius)
- Azimuths and elevations (IT-VR path)
- Azimuths and elevations (within a link)
- Blocking attenuation (VLR)
- unwanted emissions (ILT)
- Power control gain (ILT)
Annexes
Release to be tested by STG
Function entry
Function entry dialog window is used to define function-like parameters of simulation, such as blocking response or intermodulation rejection. This is how a function entry dialog box looks like:
A function parameter f may be:
- constant - in this case the function always returns the same constant value,
- user-defined - defined by a sequence of points (x, y=f(x)).
To enter a non-constant function, select User-defined item in the Type group box and enter the points defining the function in form of pairs (x, y=f(x)) in the function table:
- To add a new pair, click on Add button. Pairs are then automatically sorted by increasing x value,
- To suppress a pair, click on Delete button,
- To symmetrize a function, click on Sym button, this results in generating for each existing pair (x, y) a symmetric counterpart (-x, y), if it doesn't already exist.
Note: the range of entered data depends on the type of defined parameter, therefore this should be carefully checked by the user. For example, for user-defined blocking function all entered values y=f(x) should be positive.
Import/export: click on the Load button to import a set of function values from a text file. This file must be formatted to contain one pair (x, y) per line, TAB separated. The other way around, press the Save button to export the current function table into a text file, e.g. for
frequently used functions or for sharing with other users. Click on Cancel button to leave the dialogue without saving made changes.
Attachments
-
function_dialog2.PNG
(23.0 KB) -
added by cp 5 years ago.
