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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!