Converting gnuradio-companion designs to gnuradio 3.7
2013-05-23 21:57:27 GMT
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio <at> gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio <at> gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Hi joshI have attached the code for your reference ... I have been getting LLLLLLLLL display on the screen ... I think there's some problem with the buffer.. I want the file to be read by both the usrps and then transmitted into the antenna respectively for 2 x MIMO transmission... Please suggest changes to be incorporated into the file to support 2 x MIMO Transmission... Awaiting your reply
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio <at> gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Hi joshI have attached the code for your reference ... I have been getting LLLLLLLLL display on the screen ... I think there's some problem with the buffer.. I want the file to be read by both the usrps and then transmitted into the antenna respectively for 2 x MIMO transmission... Please suggest changes to be incorporated into the file to support 2 x MIMO Transmission... Awaiting your reply
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio <at> gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
In gnuradio I have created a vector source outputing bytes and put the following as the vector parameter: tuple(numpy.randint(0,256,1000)) In addition I have an import block with import numpy When I run the graph I get the following python error: TypeError: in method 'vector_source_b_make', argument 1 of type 'std::vector< unsigned char, std::allocator < unsigned char> > const &' is there some kind of type casting needed? how do i do that? thanks Achilleas
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio <at> gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio <at> gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Hi all,
I installed todays next branch and get the following error when I try to
use a UHD: USRP Source.
File "/usr/local/lib/python2.7/dist-packages/gnuradio/uhd/__init__.py",
line 72, in __init__
for v in val: self.channels.append(v)
SystemError: error return without exception set
It occurs during startup when the flow graph is instantiated. I tried
the next branch some weeks ago and got the same error. So I guess
something is wrong with my setup.
I think it is somehow swig related. Did you also experience that?
Best,
Bastian
Hello everybody, I want to create a block that displays some data made available by the decoder block OP25.. OP25 was authored in the olden days before GRC. Then the program would display some traffic identification data on a tab but now that OP25 has been adapted for GRC, this tab has been lost and I want to bring it back. So the task now is to split the existing functionality into a separate block to make it GRC friendly. Talking about the C++ code in OP25 the author wrote: we have “data_unit objects that can be asked to take a snapshot of themselves creating a string describing their internal state that obeys the Python text serialization format. When Python decodes the pickle it gets a name/value map describing each of the fields. Currently we have the snapshot_du_handler send the pickle as a message and this may/may not be the appropriate mechanism for GRC.” The fist question I have do we need a different message-passing construct? Second question is what kind of block needs to be written? I thought maybe a sink, or probably better, a block with no inputs that just waits on messages. But I don't want to haul off doing this and find out later it was the incorrect way to go. Thanks a bunch -- -- Matt D ------------
Hi
I am trying to use two USRPN210 to transmit using 2 transmit antennas for MIMO,. I have successfully constructed a receiver using 2 USRPs with Reciever MIMO with 2 reciever antennas having a daughter board XCVR2450 using the freely available file multi_sampler.cpp .. I have been able to recieve the signals synchronously with zero phase offset on both USRPS which are interconnected through the MIMO cable successfully.
Now At the transmitter end I have 2 USRPs interconnected through MIMO cable having the daughter board XCVR2450 and the USRP connectedd to the host PC ... I have been trying to modify the tx_sample_to_file to enable MIMO transmitter but I haven't solution as yet
for 2x MIMO reciever i have reffered mimo_sync_with_usrp.pdf document, but is there any similar procedure to achieve 2X MIMO for transmitter
Thanks
Regards
RAM
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio <at> gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Hi, I do have a bunch of files written in python and C/C++ describing a complete transmission chain (Sources, Filters, Tx, Rx ...). However I am intending to add new features from the FPGA API (uhd::usrp::multi_usrp Class funtions like set_time_now()...) and those features are to be written in a C++ coding style not python as I understood. The uhd source and uhd sink blocks and the related blocks with the connections are all written in python. The question is: do I need to re-write all the python code into C/C++ *OR* SWIG can help me do that (convert from python back to C++ code) and by the way save time re-coding. Best regards, -- View this message in context: http://gnuradio.4.n7.nabble.com/re-writing-C-C-or-keep-python-coding-tp41494.html Sent from the GnuRadio mailing list archive at Nabble.com.
Hi, I have the following connections in my grc file. usrp source(900M)-->gmsk mod-->packet decoder-->file sink1 usrp source(928M)-->gmsk mod-->packet decoder-->file sink2 I am trying to receive the packets at two different frequencies.I can definitely see some data in the file sinks i used.But,the problem is each file sink shows a certain number of packets only.For example,if usrp <at> 900M receives packets 22,23,24,usrp <at> 928M receives packets 25,27.As you can see that 26th packet is missing and might have been dropped.Each antenna is separating the continuous flow of packets and no duplicity of packets is formed.Can someone explain why is this happening?!And what can i do to get rid of this and receive all the packets individually on each antenna(like usrp <at> 900 receives 21,22,23,24 and usrp <at> 928M also received 21,22,23,24). If i am unclear with the question,please do let me know. Thanks, Manjusha. ----- Manjusha -- View this message in context: http://gnuradio.4.n7.nabble.com/recieve-with-two-antenas-individually-and-simultaneously-tp41492.html Sent from the GnuRadio mailing list archive at Nabble.com.
RSS Feed448 | |
|---|---|
606 | |
518 | |
571 | |
498 | |
265 | |
325 | |
370 | |
359 | |
292 | |
352 | |
554 | |
395 | |
597 | |
594 | |
613 | |
293 | |
402 | |
530 | |
507 | |
469 | |
472 | |
494 | |
468 | |
647 | |
570 | |
498 | |
482 | |
710 | |
478 | |
604 | |
556 | |
452 | |
552 | |
602 | |
447 | |
501 | |
634 | |
512 | |
494 | |
554 | |
310 | |
267 | |
268 | |
410 | |
344 | |
414 | |
371 | |
612 | |
540 | |
811 | |
642 | |
541 | |
369 | |
475 | |
513 | |
530 | |
366 | |
405 | |
339 | |
302 | |
338 | |
417 | |
333 | |
383 | |
339 | |
313 | |
469 | |
298 | |
394 | |
371 | |
331 | |
362 | |
390 | |
711 | |
583 | |
429 | |
279 | |
443 | |
384 | |
352 | |
361 | |
224 | |
368 | |
358 | |
407 | |
405 | |
168 | |
240 | |
279 | |
209 | |
253 | |
141 | |
263 | |
207 | |
337 | |
287 | |
323 | |
243 | |
399 | |
256 | |
112 | |
159 | |
93 | |
69 | |
67 | |
37 | |
20 | |
13 | |
39 | |
33 | |
94 | |
60 | |
29 | |
20 | |
42 | |
59 | |
64 | |
89 | |
63 | |
81 | |
94 | |
147 | |
83 | |
154 | |
44 | |
24 | |
17 | |
38 | |
4 | |
28 | |
25 | |
32 | |
47 | |
29 | |
1 |