info
Syntax
Description
Examples
The thermal noise object simulates the effects of receiver thermal noise on a complex baseband signal. Measuring the receiver thermal noise floor enables you to assess the minimum recoverable signal level of a receiver. Use the info object function to return the receiver thermal noise floor for the configured comm.ThermalNoise object.
Create a thermal noise object.
noise = comm.ThermalNoise( ... NoiseTemperature=290, ... ReferenceLoad=50, ... SampleRate=5e6)
noise =
comm.ThermalNoise with properties:
NoiseMethod: 'Noise temperature'
NoiseTemperature: 290
ReferenceLoad: 50
SampleRate: 5000000
Check the thermal noise object information.
info(noise)
ans = struct with fields:
NoiseFloor: -119.9958
Apply thermal noise to a multichannel signal and confirm that each channel has the same noise floor as returned by the info object function.
Create a comm.ThermalNoise object.
tn = comm.ThermalNoise
tn =
comm.ThermalNoise with properties:
NoiseMethod: 'Noise temperature'
NoiseTemperature: 290
ReferenceLoad: 1
SampleRate: 1
Apply thermal noise to a multichannel signal and compute the signal variance for each channel.
x = tn(zeros(100000,3,'like',1i));
10*log10(var(x))ans = 1×3
-203.9973 -203.9684 -203.9802
Use the info object function to return the receiver thermal noise floor.
info(tn)
ans = struct with fields:
NoiseFloor: -203.9752
Input Arguments
System object to get information from, specified as a comm.ThermalNoise
System object.
Output Arguments
Structure containing these fields with information about the System object.
Noise floor in dB/Hz, returned as a scalar.
Version History
Introduced in R2023b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.
Amériques
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)