discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GNURadio on zed board


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] GNURadio on zed board
Date: Thu, 11 Feb 2016 09:43:30 -0500

On Thu, Feb 11, 2016 at 4:12 AM, chandan kumar <address@hidden> wrote:
sir,

I want to install GNURadio on zed board. We can install ubuntu on ARM easily, further I want to install GNURadio, can it be get done online or I should use sd card to run gnuradio on zed board. I would also like to get aware of other parameters which I should must while installing GNURadio and running a GRC application on zed board for transmission and reception kind of applications.


We strongly encourage cross compiling. You can see our notes and instructions here:

http://gnuradio.org/redmine/projects/gnuradio/wiki/Embedded

If you really want to use Ubuntu on ARM, there are cross compilers for that as well, though you'll be on your own to set everything up and use it properly.

 
I would also like to get aware of short implementation details of some functions of generic_encoder class.

{{

int get_input_size();             ............ (1)

int get_output_size();           .............(2)

}}


Please see the manual page for FEC API, especially under "The API of the FECAPI"  near the bottom of the page:
http://gnuradio.org/doc/doxygen/page_fec.html

 
and from gr::block I want to use 

{{

int fixed_rate_ninput_to_noutput (int ninput);                  ..........................(3)

int fixed_rate_noutput_to_ninput (int noutput);               ..........................(4)

}}

to setup ninput_items and noutput_items.

Again, the manual discusses these functions:
http://gnuradio.org/doc/doxygen/classgr_1_1block.html

Tom
 

reply via email to

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