Question: Write a function in python which generates a noisy exponential time series. Your function should take 3 arguments: time t, e-folding time t0, noise amplitude
Write a function in python which generates a noisy exponential time series. Your function should take 3 arguments: time t, e-folding time t0, noise amplitude A, and return A(t)* exp(-t/t0) where A(t) = A * (a random number between -1 and 1, different for every value of t)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
