Main Content

Receiver Thermal Noise

Apply receiver thermal noise to complex signal

  • Receiver Thermal Noise block

Libraries:
Communications Toolbox / RF Impairments and Components

Description

The Receiver Thermal Noise block applies receiver thermal noise to a complex signal. The block simulates the effects of thermal noise on a complex signal. The Specification method parameter enables specification of the thermal noise based on the noise temperature, noise figure, or noise factor.

Examples

expand all

The cm_receiver_thermal_noise_qam model applies receiver thermal noise to a 16-QAM signal, and displays the signal in a constellation diagram. The model applies receiver thermal noise by specifying the noise figure in the Receiver Thermal Noise block.

Run the simulation at a sample rate of 1 kHz by setting the sample time to 1e-3 samples per second in the Random Integer Generator block. The Rectangular QAM Modulator Baseband block has the normalization method set to average power and the average power level set to 3e-13 watts (-92.5 dBm). Set the noise figure level in the Receiver Thermal Noise block to 20 dB, and display the constellation diagram of the 16-QAM signal.

Decreasing the noise figure will reduce the simulated receive noise level, and result in a tighter clustering of samples for the individual points in the constellation diagram. To demonstrate this, set the noise figure level to 10 dB and show the constellation diagram of the 16-QAM signal.

This example applies RF impairments to a signal modulated by the differential quadrature phase shift keying (DQPSK) method. To show the RF impairments, the example applies exaggerated levels that are not typical levels for modern radios.

In this example, the slex_rcvrimpairments_dqpsk model DQPSK-modulates a random signal and applies various RF impairments to the signal. The model uses impairment blocks from the RF Impairments library. The InitFun callback function initializes simulation variables. For more information, see Model Callbacks (Simulink).

After the impairment blocks, the signal forks into two paths. One path applies DC blocking, automatic gain control (AGC), and I/Q imbalance compensation to the signal before demodulation. The signal on the correction path is adjusted by the DC Blocker, AGC, and I/Q Imbalance Compensator blocks. Because the signal is DQPSK modulated, no carrier synchronization is required. The second path goes directly to demodulation. After demodulation, an error rate calculation is performed on both signals. The model includes Constellation Diagram blocks after modulation, before correction, and after correction so that you can analyze the constellation.

When the model runs, constellation diagrams plot the signal at these stages in the simulation:

  • The After Modulation constellation diagram shows the reference DQPSK-modulated signal constellation.

  • The Before Correction constellation diagram shows the attenuated and distorted signal constellation.

  • The After Correction constellation diagram shows the signal has been amplified and improved after the correction blocks.

The error rate for the demodulated signal without AGC is primarily caused by free space path loss and I/Q imbalance. The QPSK modulation minimizes the effects of the other impairments.

Error rate for corrected signal:   0.000
Error rate for uncorrected signal: 0.042

To explore the model try:

  • Adjusting RF impairment settings, rerun the model, and notice the changes to the constellation diagrams and error rates.

  • Modifying the model to add an equalizer stage before the demodulation. Equalization has inherent ability to reduce some of the distortion caused by impairments. For more information, see Equalization.

Ports

Input

expand all

Complex signal, specified as a scalar or column vector.

Data Types: double | single
Complex Number Support: Yes

Output

expand all

Output signal, returned as a scalar or column vector. This output is the same dimension and data type as the input signal.

Parameters

expand all

To edit block parameters interactively, use the Property Inspector. From the Simulink® Toolstrip, on the Simulation tab, in the Prepare gallery, select Property Inspector.

Thermal noise specification method, specified as one of these options.

  • Noise temperature specifies the noise in kelvins.

  • Noise figure specifies the added receiver noise in dB relative to an input noise temperature of 290 K. The noise figure is the decibel equivalent of the noise factor.

  • Noise factor specifies the added receiver noise relative to an input noise temperature of 290 K. The noise factor is the linear equivalent of the noise figure.

Noise temperature in kelvins, specified as a scalar.

Tunable: Yes

Dependencies

To enable this parameter, set the Specification method parameter to Noise temperature.

Receiver noise figure in dB relative to a noise temperature of 290 K, specified as a scalar.

Note

This parameter specifies the noise contribution of the receiver circuitry only. To add the effects of antenna noise, select the Add 290K antenna noise parameter.

Tunable: Yes

Dependencies

To enable this parameter, set the Specification method parameter to Noise figure.

Receiver noise factor relative to a noise temperature of 290 K, specified as a scalar.

Note

This parameter specifies the noise contribution of the receiver circuitry only. To add the effects of antenna noise, select the Add 290K antenna noise parameter.

Tunable: Yes

Dependencies

To enable this parameter, set the Specification method parameter to Noise factor.

Select this parameter to add 290 K antenna noise to the signal.

Dependencies

To enable this parameter, set the Specification method parameter to Noise factor or Noise figure.

Reference load value in ohms, specified as a scalar. This value is used to compute the voltage levels based on the signal and noise power levels.

Tunable: Yes

Initial seed value for the random number generator, specified as a scalar.

Block Characteristics

Data Types

double | single

Multidimensional Signals

no

Variable-Size Signals

no

Algorithms

Wireless receiver performance is often expressed as a noise factor or figure. The noise factor is defined as the ratio of the input signal-to-noise ratio, Si/Ni to the output signal-to-noise ratio, So/No, such that

F=Si/NiSo/No.

Given the receiver gain G and receiver noise power Nckt, the noise factor can be expressed as

F=Si/NiGSi/(Nckt+GNi)=Nckt+GNiGNi.

The IEEE defines the noise factor assuming that noise temperature at the input is T0, where T0 = 290 K. The noise factor is then

F=Nckt+GNiGNi=GkBTckt+GkBT0GkBT0=Tckt+T0T0.

Tckt is the equivalent input noise temperature of the receiver and is expressed as

Tckt=T0(F1).

The overall noise temperature of an antenna and receiver Tsys is

Tsys=Tant+Tckt,

where Tant is the antenna noise temperature.

The noise figure NF is the dB equivalent of the noise factor and can be expressed as

NF=10log10(F).

The noise power can be expressed as

N=kTB=V2/R,

where V is the noise voltage expressed as

V2=kTBR,

and R is the reference load.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced before R2006a