discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] usrp_siggen.py underruns


From: Frank Brickle
Subject: Re: [Discuss-gnuradio] usrp_siggen.py underruns
Date: Wed, 11 Feb 2009 18:28:16 -0500

On Wed, Feb 11, 2009 at 6:03 PM, Eric Blossom <address@hidden> wrote:
 
Are you really trying to use the Gaussian PRNG?  If so you'll have to
fix it.  If you look at the code for it, you'll see that it samples a
distribution until it gets something it likes.

A classical reference for fast generation of random numbers under various distributions is

Lorrain, D. 1980. "A Panoply of Stochastic 'Cannons'." Computer Music Journal 4(1)

The common shortcut to Gaussian random sequences is to sum some number of uniform variates, usually 12, for each Gaussian output.

Frank


--
When small birds sighed, she would sigh back at them. -- Theodore Roethke

reply via email to

[Prev in Thread] Current Thread [Next in Thread]