Hello Martin,
Thanks for the response.
I should have mentioned that the subdev spec was set to A:A B:A because I am
using the basic RX boards. Trying "0:A 0:B" instead gives the following error:
"0:A is not a valid rx subdevice specification on mboard 0. possible values
are: [A:AB, A:BA, A:A,
Hi community ,
I was wondering if there is a FPGA image compatible with the NI-USRP
2943 available ? and how do i backup the pre-installed NI fpga image .
Thanks
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/l
No, since you can easily have independent channels inside a multi-usrp
block, gain and frequency parameters need to be set for each
channel. You can see how this works when you do the same thing from
within GRC, and look at the generated code.
On 2014-10-01 08:54, Daigle, Andrew - 1008 - MI
On Thu, Sep 25, 2014 at 11:17 PM, Jeff Long wrote:
> It looks like you're doing it right. The example
> gr-blocks/examples/vector_source_with_tags.grc
> does the same thing, and also fails to report srcid correctly.
>
> Walked through the process in Python and it works fine.
>
> In [57]: h = p
On 01.10.2014 06:35, Abhinav Jadon wrote:
Hi community ,
I was wondering if there is a FPGA image compatible with the NI-USRP
2943 available ? and how do i backup the pre-installed NI fpga image .
Running uhd_images_downloader will install images for you that will
match your current UHD instal
Hello All,
I'm trying to access the data inside the top block class, from a custom
function or at the very least print out some of it as a test. Is there a
way to see the data in the top block edge_list() before running
top_block.start()? I'd like to access this without modifying any of the
code in
Ryan,
You can print the edge list using
print tb.edge_list()
BUT, it's not populated until after tb.start(). You can either wait
until after tb.start(), or you can use
print tb.dot_graph()
before tb.start(). It's meant to be input to dot (graphviz) but it's
human readable. "dotty" didn
>From the latest master, when I run one of the examples in
gr-trellis/examples/grc,
the value of the parameter "prefix" which is set to @FSM_FILE_INSTALL_DIR@
does not evaluate...
Can someone confirm?
Is there something I should do to set it?
thanks
Achilleas
_
On 10/01/2014 10:47 AM, Tom Rondeau wrote:
On Thu, Sep 25, 2014 at 11:17 PM, Jeff Long mailto:willco...@gmail.com>> wrote:
It looks like you're doing it right. The example
gr-blocks/examples/vector___source_with_tags.grc does the same
thing, and also fails to report srcid correctly.
On Wed, Oct 1, 2014 at 7:30 PM, Achilleas Anastasopoulos
wrote:
> From the latest master, when I run one of the examples in
> gr-trellis/examples/grc,
> the value of the parameter "prefix" which is set to @FSM_FILE_INSTALL_DIR@
> does not evaluate...
>
> Can someone confirm?
> Is there something
I applied this and this is useful in condition when you do not want to
process noise, because it is being multiplied by zero when there is no
signal. But I want that CMA taps remain unchanged when there is no signal
or just noise. In the above scenario CMA taps change due to presence of
noise, beca
On 09/29/2014 05:41 PM, George Nychis wrote:
> Marcus, thanks for keeping up-to-date projects on CGRAN! Since you've
> always been actively involved, what would you like to see different and/or
> improved? It can still be the place where your projects live, I am just
> trying to make CGRAN more
12 matches
Mail list logo