RFLink Analysis |
Top Previous Next |
The RFLink object can be attached to a Spacecraft for use in radio frequency (RF) analysis between GroundStation objects or other Spacecraft objects. The RFLink object can be used to determine a transmitter or receiver's effective gain, effective isotropically radiated power (EIRP), power, noise, signal to noise ratio (SNR), link margin, and free space path loss (FSPL).
Creating the RFLink ObjectThere are a number of ways that you can define the RFLink object in FreeFlyer, either through a convenient graphical interface or at the script level. The different approaches are covered below.
Using the Object EditorTo define the RFLink object within the object browser, you will use the RFLink object editor. The RFLink object editor contains a full listing of properties within the primary object as well as the RFLink.Transmitter and RFLink.Receiver child objects, in addition to information regarding the direction (downlink or uplink) of the analysis.
The RFLink Object Editor
Using the FreeForm Script EditorThe RFLink object can also be created using the FreeForm script editor. This is done by defining the bandwidth, frequency, atmospheric loss, polarization loss, and the link margin. Depending on the specific context of your RFLink object, either in downlink or uplink capacity, additional properties covered below in the RFLink.Transmitter and RFLink.Receiver child objects may also need to be configured.
Transmitter and Receiver Child ObjectsThe RFLink object allows the following objects to act as the transmitter or receiver.
Once a transmitter or receiver has been set to a reference object, you can access the transmitter or receiver properties and configure it appropriately. These properties are the values used when a "Calculated" gain is performed, and will also be used to determine the free space path loss as needed. The following script sample demonstrates both the definition of an RFLink object and the assignment of a number of receiver and transmitter properties.
Antenna GainThere are many steps involved in loading and preparing the antenna gain for a particular RFLink object. These methods must be performed on both the transmitter and the receiver to ensure that both are configured appropriately for analysis.
Loading an Antenna Gain FileThe RFLink object allows you set a uniform antenna gain pattern or to load an external antenna gain pattern file for the transmitter or receiver. This enables a gain pattern file to be used for RF analysis or to visualize the antenna gain strength using a GraphicsOverlay object. Currently supported antenna gain pattern file formats are the Phi Theta and Theta Phi formats.
Visualizing Antenna GainTo visualize the antenna gain pattern you must create a GraphicsOverlay object to be populated by the contents of the antenna gain file. The first argument of this method defines the GraphicsOverlay, the second argument is the scale value of the mean radius, and the final argument determines if the gain is scaled or kept at a uniform size.
Modulation TypeYou can define whether to use Binary Phase Shift Key (BPSK) or Quadrature Phase Shift Key (QPSK) modulation schemes for performing RFLink object analysis. BPSK modulation is able to transmit one bit per symbol, while QPSK modulation allows transmitting two bits per symbol. This means that QPSK modulation can be selected to double the data rate while still using the same bandwidth as BPSK or to halve the bandwidth for the same data rate as BPSK. By default, RFLink objects will use the BPSK modulation type.
Using Extrapolated GainWhen an antenna pattern is missing gain values or does not span the entire circumference of a sphere, the extrapolated gain value is used by FreeFlyer. This property allows for extrapolating an incomplete gain pattern for the transmitter or receiver by interpolating between the last known gain value and the defined extrapolated gain value. The extrapolated gain should be used when the user is trying to find the gain for a data point that is not included in the data points provided in the antenna pattern file. Additionally, this extrapolated gain value should be within the valid range for the particular antenna pattern gain file format used.
Note: If an antenna pattern accounts for blockage by antennas, booms, and so forth with incomplete data points or undefined gain values at the location, the RFLink extrapolated gain will be used for calculating the gain at the location. This could result in FreeFlyer reporting a higher gain value at the location than is actually available.
Sample Antenna Gain Pattern in a GraphicsOverlay
RFLink CalculationsThe RFLink object calculates the required power for individual components within the RF link analysis as well as a number of other values. In the following calculations, a standardized notation system has been used as follows.
Real GainThe real gain is a unitless performance value related to the peak radiation direction and efficiency of the antenna. This calculation assumes that the input gain for the calculated gain doesn't already account for efficiency.
The real gain can be calculated in FreeFlyer using the following methods.
Noise PowerFreeFlyer determines noise power in dB based on the physical properties of the transmitter or receiver. In order to calculate the noise power, the noise temperature and bandwidth are assumed to be constant.
The noise power can be calculated in FreeFlyer using the following methods.
EIRPThe equivalent isotropically radiated power (EIRP) for the transmitter to the receiver is given in dB and references the transmitted power in W, the transmitter's line loss in dB, the transmitter's pointing loss in dB, and the real transmitter gain in dB.
The EIRP can be calculated in FreeFlyer using the following method.
Effective Antenna AreaThe effective antenna area in square meters for the receiver is based on the real unitless receiver gain and the channel wavelength taken in meters. This calculation assumes that the antenna type is parabolic, and only finds the receiver area.
The effective antenna area can be calculated in FreeFlyer using the following method.
Free Space LossAlso known as the free space path loss (FSPL), this loss is associated with the link in free space in dB. The formula to arrive at this value is related to the transmitter wavelength and range between the receiver and transmitter both in meters.
The FSPL can be calculated in FreeFlyer using the following method.
Received/Transmitted PowerThe power received and power transmitted calculations require the EIRP and link power margin in dB alongside the receiver's real gain inputs in dB and a number of losses in dB. The specific losses included in this formulation are the path loss, atmospheric loss, polarization loss, receiver pointing loss, and receiver line loss.
The power can be calculated in FreeFlyer using the following methods.
SNRThe signal-to-noise ratio (SNR) is also sometimes called the carrier-to-noise ratio (C/N or CNR). This ratio in dB is associated with the level of the signal power received in dB to the noise power transmitted in dB. The calculation itself uses received power and transmitter noise power inputs. There is an alternative calculation method that uses the receiver gain-to-noise temperature ratio (G/T) in dB/K as an input, EIRP in dB, transmitter bandwidth in MHz, and path loss in dB.
The SNR can be calculated in FreeFlyer using the following methods. Using "Calculated" as the second argument finds the value by way of computing received power first. "FromReceiver" as the second argument finds the value based on user-defined power requirements. The numeric second argument is used when you want to specify the G/T received as noted in the alternative calculation method above.
Energy per Bit to Noise Power Spectral Density RatioThe energy per bit to noise power spectral density ratio, frequently abbreviated to Eb/No, is in units of dB. To calculate this value, FreeFlyer uses the SNR in dB, the transmitter bandwidth in MHz, and the symbol rate found from the bit rate input and modulation type.
The Eb/No can be calculated in FreeFlyer using the following method.
Link MarginThe link margin in dB can be found in a number of ways much like the SNR above. You must input either the defined SNR requirement, the Eb/No requirement, or the bit error rate (BER) requirement in order to develop the first Eb/No value used in the following formula to calculate the link margin.
The link margin can be calculated in FreeFlyer using the following approaches.
Example: Determining Required Transmitter Power or Received PowerIn this example, the required power to transmit an RF signal and the received RF signal power are reported.
Example: Determine the Effective Gain and Visualize the Gain Pattern Using GraphicsOverlayAn RFLink object is created in this example between a GroundStation and a Spacecraft to determine the effective gain for both the transmitter and receiver. The antenna file is then loaded into a GraphicsOverlay to help visualize the antenna gain pattern, specifically the difference in gain values surrounding the Spacecraft.
See Also•RFLink Properties and Methods
|