You are here: Manual / Simulation / Interference Calculation Algorithm
TracNav
SEAMCAT Manual 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 dialog window
- Emissions mask dialog window
- Random distribution dialog window
- Antenna pattern dialog window
- Signal display window
- How to generate a truncated distribution?
Simulation workspace
Creating SEAMCAT scenario
- Simulation scenario and its programming
- Victim link dialog window
- Interfering link dialog window
- CDMA system dialog window
- Sharing and importing scenarios
CDMA module
- CDMA Module Overview
- CDMA Simulation Engine (CDMAE)
- CDMA system dialog window
- CDMA Link level data
- CDMA simulation algorithm
- CDMA input parameters
- CDMA output results
OFDMA module
Cognitive Radio System module
Performing a simulation
- Simulation control settings
- Running a simulation (event generation)
- Calculating probability of interference
Simulation results
- Producing simulation report
- Logging options and Remote server
- Saving results in .csv format
Library of scenario elements
- SEAMCAT Library
- Antenna elements
- Receiver elements
- Transmitter elements
- CDMA Link level data
- Propagation model plugins
- Post processing plugins
- Setting up environment for programming plugins
- Exporting and importing a library
Special functions
Detailed algorithms
- Calculation of wanted signal (dRSS)
- Calculation of unwanted and blocking signals (iRSS)
- Calculation of overloading (iRSS)
- Calculation of intermodulation signal (iRSS)
- Interference calculation (non-CDMA/non-OFDMA)
- CDMA simulation algorithm
- OFDMA simulation algorithm
Elementary calculations
- Relative location of VR and IT (Simulation Radius)
- Relative location of transceivers within a link
- Calculation of azimuths and elevations (within a link)
- Calculation of azimuths and elevations (IT-VR path)
- Calculation of antenna gains
- Calculation of VR blocking attenuation
- Calculation of the coverage radius of a transmitter
- Calculation of IT power control gain
- Calculation of IT (unwanted) emissions
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
Reference annexes
- Setting antenna height, pointing azimuth and elevation
- Setting path azimuths in links
- Setting blocking attenuation of victim receiver
- Scenario consistency check
- Error and warning messages
Example Scenarios
Release to be tested by STG
Interference calculation algorithm
As opposed to three different algorithms employed in previous versions of Seamcat, the Seamcat-3 retained a single, most universal algorithm in the ICE to avoid confusion for the users. It corresponds to the algorithm called ?Complete-1? in the original set of Seamcat-2 ICE algorithms.
The algorithm takes one-by-one the corresponding dRSS and iRSS vector results generated by EGE, sums the values from several iRSS vectors if there are more than one interfering link or if user have chosen more than one interference type (i.e. unwanted, blocking, and intermodulation), and then compares that composite iRSS value with dRSS value in that snapshot and with sensitivity floor in accordance with the chosen interference criteria (i.e. C/I, C/(I+N), I/N or I/(I+N)).
If the dRSS signal is above sensitivity floor it is counted as qualifying snapshot and if then the composite iRSS signal satisfies the criteria (e.g. if dRSS-iRSS>C/I), then the system notes that the given snapshot produced the non-interfered communication attempt.
The final estimate of probability of interference is calculated as one minus ratio of non-interfered trials to the total number of qualifying snapshots.
Detailed algorithm work-flow is described in the annexed letter (29KB).
Attachments
-
ICE_algorithm.doc
(28.5 KB) -
added by jean-philippe 4 years ago.
