@@ -33,16 +33,16 @@ multipath environment.
33
33
34
34
The parameters include:
35
35
36
- \li noise_voltage: The AWGN noise level as a voltage (to be calculated
36
+ \li <b> noise_voltage</b> The AWGN noise level as a voltage (to be calculated
37
37
externally to meet, say, a desired SNR).
38
- \li frequency_offset The normalized frequency offset. 0 is no offset;
38
+ \li <b> frequency_offset</b> The normalized frequency offset. 0 is no offset;
39
39
0.25 would be, for a digital modem, one quarter of the symbol
40
40
rate.
41
- \li epsilon The sample timing offset to emulate the different rates
41
+ \li <b> epsilon</b> The sample timing offset to emulate the different rates
42
42
between the sample clocks of the transmitter and receiver. 1.0 is
43
43
no difference.
44
- \li taps Taps of a FIR filter to emulate a multipath delay profile.
45
- \li noise_seed A random number generator seed for the noise source.
44
+ \li <b> taps</b> Taps of a FIR filter to emulate a multipath delay profile.
45
+ \li <b> noise_seed</b> A random number generator seed for the noise source.
46
46
47
47
48
48
\subsection channels_fading Fading Channel Model
@@ -55,11 +55,11 @@ in the Doppler frequency shift as a normalized value, a line-of-sight
55
55
a random seed to the noise generators. These parameters are provided
56
56
in the documentation as:
57
57
58
- \li N The number of sinusiods to use in simulating the channel 8 is a good value
59
- \li fDTs normalized maximum Doppler frequency, fD * Ts
60
- \li LOS include Line-of-Site path? selects between Rayleigh (NLOS) and Rician (LOS) models
61
- \li K Rician factor (ratio of the specular power to the scattered power)
62
- \li seed a random number to seed the noise generators
58
+ \li <b>N</b> the number of sinusoids to use in simulating the channel; 8 is a good value
59
+ \li <b> fDTs</b> normalized maximum Doppler frequency, fD * Ts
60
+ \li <b> LOS</b> include Line-of-Site path? selects between Rayleigh (NLOS) and Rician (LOS) models
61
+ \li <b>K</b> Rician factor (ratio of the specular power to the scattered power)
62
+ \li <b> seed</b> a random number to seed the noise generators
63
63
64
64
65
65
\subsection channels_selective_fading Frequency-Selective Fading Model
@@ -73,14 +73,14 @@ and another vector of the corresponding magnitudes of the PDP. We also
73
73
specify the number of taps in the filter to simulate this. These
74
74
parameters are provided in the documentation as:
75
75
76
- \li N The number of sinusiods to use in simulating the channel 8 is a good value
77
- \li fDTs normalized maximum Doppler frequency, fD * Ts
78
- \li LOS include Line-of-Site path? selects between Rayleigh (NLOS) and Rician (LOS) models
79
- \li K Rician factor (ratio of the specular power to the scattered power)
80
- \li seed a random number to seed the noise generators
81
- \li delays A vector of values the specify the time delay of each impulse
82
- \li mags A vector of values that specifies the magnitude of each impulse
83
- \li ntaps The number of filter taps.
76
+ \li <b>N</b> the number of sinusoids to use in simulating the channel; 8 is a good value
77
+ \li <b> fDTs</b> normalized maximum Doppler frequency, fD * Ts
78
+ \li <b> LOS</b> include Line-of-Site path? selects between Rayleigh (NLOS) and Rician (LOS) models
79
+ \li <b>K</b> Rician factor (ratio of the specular power to the scattered power)
80
+ \li <b> seed</b> a random number to seed the noise generators
81
+ \li <b> delays</b> a vector of values that specify the time delay of each impulse
82
+ \li <b> mags</b> a vector of values that specify the magnitude of each impulse
83
+ \li <b> ntaps</b> the number of filter taps.
84
84
85
85
86
86
\subsection channels_hw_impairments Hardware Impairments Model
0 commit comments