pyrex.DipoleAntenna.make_noise¶
-
DipoleAntenna.
make_noise
(times)¶ Creates a noise signal over the given times.
In order to add noise to signal to produce the waveforms of the antenna, this function is used to create the noise values at specific times. Makes use of the antenna’s noise-related attributes.
- Parameters
- timesarray_like
1D array of times during which to produce noise values.
- Returns
- ThermalNoise
Noise values during the times array.
- Raises
- ValueError
If not enough noise-related attributes are defined for the antenna.