aspsim.signal.sources.ar_coeffs_from_autocorr
- aspsim.signal.sources.ar_coeffs_from_autocorr(autocorr)
- returns the parameter vector a = [a_1, …, a_p]
that implements the AR system y(n) = a_1 y(n-1) + a_2 y(n-2) + … + a_p y(n-p) + s(n)
where s(n) is a white noise process with variance awgn_power