*Greetings USRP Community,*
Announcing the *GNU Radio* and *RFNoC Hackfest* at NI Silicon Valley!
The GNU Radio and RFNoC HackFest will provide an opportunity for SDR
developers to collaborate in person, and work on problems, bugs, or
projects related to GNU Radio and RFNoC.
*When*
November 12t
Hi everyone,
Just a friendly reminder that our GNU Radio and RFNoC Hackfest is coming up
next week, so if you were planning on coming and haven’t RSVP’d yet, please
do so via the link below!
If you’re having trouble looking for places with reasonable lodging, below
are a few places with nightly r
Hi again,
I received a few questions from some of you wanting to attend if it’s
possible to just attend a few days instead of all 5, and I just want to
clarify for everyone that the answer is yes. :)
Whether you are attending all 5 days or can only make one or a few, please
still RSVP to the Even
Hi all,
Long time no see! I am currently on a final stretches of completing a
masters project for my wireless embedded systems program that involves a
USRP X310 with RFNoC 4.0 and GNURadio that implements a Hierarchical
Modulation design using nested 4QAM / QPSK (final constellation "appears"
like
// Whatever values you want for
> the input packet, one byte per element
> blk_ctrl.send_items(0, sent);
>
> blk_ctrl.recv_items(0, received);
> foreach(received[i]) begin
> // Compare the expected value to the byte in received[i] and see if it
> matches
> end
>
an item_t array and
>>>>> send it as a single packet using blk_ctrl.send_items(). Then you can call
>>>>> blk_ctrl.recv_items() to get the data output packet, and inspect the
>>>>> items array that is returned. Take a look at PkgRfnocBlockCtrlBfm to see
l want to regenerate the noc_shell to do
>>>>>>>>>>> that (be
>>>>>>>>>>>careful not to overwrite your other files if you do this). But
>>>>>>>>>>> the ctrl bus
>>>>>>>&
Hello,
I am also currently developing with UHD v4.1.0.5 and the default verilog
template code generated by *rfnoc_mod_tool *does not automatically include
ce_clk.
If you would like to use ce_clk you can use the *rfnoc_create_verilog* tool
to regenerate and customize the verilog code from the temp