discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GNURadio on zed board


From: chandan kumar
Subject: [Discuss-gnuradio] GNURadio on zed board
Date: Thu, 11 Feb 2016 14:42:40 +0530

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.

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)

}}

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.

reply via email to

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