discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] create lookup tables


From: Andreas Ladanyi
Subject: Re: [Discuss-gnuradio] create lookup tables
Date: Sat, 26 Dec 2015 18:25:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Hi Marcus,
My first idea is: python has to sample the 256 samples (for one period)  from lookup table in exactly one second. So i think i need a timer which calls the next sample in the lookup table all 3,9 ms.
My first idea above was to produce the sine wave from the lookup table  (which i have generated with the python code line before) with a python script on the command line only for an single experiment for understanding how to do this without gnuradio.

no!
GNU Radio is NOT a system where samples are processed sample-by-sample, with a fixed precise sampling rate. Each block is just asked to process/generate/sink as many samples as possible, and the result is passed on to the next block as fast as possible.
Yes, meanwhile i know this :-)

thanks and regards,
Andy

reply via email to

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