diff --git a/src/noise.jl b/src/noise.jl index 7ba1dde..fcd376e 100644 --- a/src/noise.jl +++ b/src/noise.jl @@ -72,7 +72,7 @@ Noise with exponential decay in AR spectrum. `noiselevel` is used to scale the noise !!! warning - With the current implementation we try to get exponential decay over the whole autoregressive (AR) spectrum, which is N-Samples (the total number of samples) long. This involves the inversion of a cholesky matrix of size NxN matrix, which will need lots of RAM for non-trivial problems. + With the current implementation we try to get exponential decay over the whole autoregressive (AR) spectrum, which is N samples (the total number of samples in the signal) long. This involves the inversion of a Cholesky matrix of size NxN matrix, which will need lots of RAM for non-trivial problems. """ @with_kw struct ExponentialNoise <: AbstractNoise noiselevel = 1