discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: vector source python block


From: Barry Duggan
Subject: Re: vector source python block
Date: Tue, 17 Dec 2019 16:33:53 -0500
User-agent: Roundcube Webmail/1.3.8

Hi,

Without seeing your flowgraph, it is hard to tell what you plan to do with the vectors. In gereral, the "speed" ultimately is determined by input and/or output devices such as USB or a sound card. If you have neither one, a throttle block will limit the throughput.

As an example of a custom vector source, see https://github.com/duggabe/gr-morse-code-gen which generates vectors of dots and dashes for Morse Code. If you start at the audio output (48khz) and work backwards, you will see how the sample rates determine the desired speed in words per minute.

If you haven't already done so, it would be helpful for you to work through the https://wiki.gnuradio.org/index.php/Tutorials#Guided_Tutorials

Let us know if you have more specific questions.

Best wishes,
--
Barry Duggan KV4FV



reply via email to

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