|
These are the properties of class FileFadingChannel . This list is auto-generated from the XML-Devicelist of this device by means of an XSLT transformation script.
Description of this device in the XML file: MIMO-Channel with complex fading, where the fading coefficients are read from a file. This device can be used either as a flat-fading/narrowband channel, or as a broadband Rayleigh fading channel.
Note that this class also has the Properties of its base classes. The direct base class is mimo::CmplFadingMIMOChannel ; direct link to its propertylist should be propertylist_CmplFadingMIMOChannel(). The list below usually includes the properties that have been inherited from the base classes; the properties which belong only to this class can be found at the end of this list.
snr
<string> , default "" -- The name of the snr loop variable in this simulation.
channel_refresh
<string> , default "" -- The name of the refresh loop variable in this simulation.
nr_tx
<unsigned> , default "" -- The number of transmit antennas
nr_rx
<unsigned> , default "" -- The number of receive antennas
diagonal
<bool> , default "false" -- If true, then this channel has a diagonal channel matrix i.e. it is not a MIMO channel. However, it is unclear whether the SNR is correct or whether the SNR might be offset by the matrix size. This property is probably only useful for initial testing of mimo algorithms.
5 properties in this class. The above properties have been inherited from the base class mimo::MIMOChannel .
num_carrier
<unsigned> , default "1" -- If this is one, then this is a flat-fading channel, where all OFDM subcarriers have the same transfer factor H_0. If this is greater than one, then this is a frequency-selective channel where each of the subcarriers has an i.i.d. Gaussian random variable as transfer factor.
carrier_dist
<double> , default "0.0" -- The subcarrier distance on which i.i.d. Gaussians are generated. Only necessary if num_carrier is greater than one.
guard_time
<double> , default "0.0" -- The time duration of your guard interval in seconds. Only necessary if num_carrier is greater than one.
oversampling
<unsigned> , default "1" -- The oversampling rate used by the IDFT (IFFT). Only necessary if num_carrier is greater than one.
sigma
<double> , default "1.0" -- The scaling factor for the variation of the Rayleigh distribution of the transfer factors. This corresponds to the standard deviation (square root of variance) of the real and of the imaginary part, respectively. However, usually only the noise power is varied instead of this scaling variable.
5 properties in this class. The above properties have been inherited from the base class mimo::CmplFadingMIMOChannel .
filename
<string> , default "" -- The file to read the fading coefficients from.
1 properties in this class. |