You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #212, adding thermal noise will increase autocorrelations to account for the noise bias from the receiver temperature. However, it does not add a random component on top of that, since the SNR on autocorrelations is so high that this rarely matters. That said, we should also add thermal noise to the autocorrelations (in addition to the receiver noise bias).
The text was updated successfully, but these errors were encountered:
While we are on the topic of noise in autocorrelations, I noticed that gen_white_noise method, which generates gaussian noise, is used to get noise fluctuations regardless of whether we are dealing with cross or autocorrelations.
The thermal noise on autocorrelation should technically be drawn from a Gamma distribution rather than a normal distribution. Is this done in hera_sim?
I guess this Gamma distribution converges to a normal through the central limit theorem (N = 1 million) so a gaussian is an excellent approximation but maybe we should note this somewhere in a docstring.
As of #212, adding thermal noise will increase autocorrelations to account for the noise bias from the receiver temperature. However, it does not add a random component on top of that, since the SNR on autocorrelations is so high that this rarely matters. That said, we should also add thermal noise to the autocorrelations (in addition to the receiver noise bias).
The text was updated successfully, but these errors were encountered: