Re: [Discuss-gnuradio] asking help about gr-ieee802.11

2015-07-05 Thread Nur Jalaudin
Preferences file: /home/user/.grc Block paths: /usr/local/share/gnuradio/grc/blocks /home/user/.grc_gnuradio Loading: "/home/user/gr-ieee802-11/examples/wifi_phy_hier.grc" >>> Done Showing: "/home/user/gr-ieee802-11/examples/wifi_phy_hier.grc" Generating: "/home/user/.grc_gnuradio/wifi_phy_h

Re: [Discuss-gnuradio] QAM and Chunks_to_Symbol

2015-07-05 Thread Ron Economos
For small constellations, you can just specify the points manually. Here's an example for 16QAM. Just paste into the "Symbol Table" field in the block properties. The dimension is 1. [complex(3,3), complex(3,1), complex(1,3), complex(1,1), complex(3,-3), complex(3,-1), complex(1,-3), complex(1

Re: [Discuss-gnuradio] asking help about gr-ieee802.11

2015-07-05 Thread Bastian Bloessl
Dear Nur, it would be very helpful if you could wrap you console output into one or two sentences describing what you did. I have no idea where the error message comes from and would suggest you go to /home/user/gr-ieee802-11/ and do a git reset --hard then open examples/wifi_phy_hier.grc and

[Discuss-gnuradio] QAM and Chunks_to_Symbol

2015-07-05 Thread Salija P
Hello, How can I specify symbol table and dimension for QAM in chunks_to_symbol block? which modulation is indicating in fsm_utils.py by orth2 orth4? Can anybody help me. I am new to this GnuRadio. ThankYou With Regards, Salija.P ___ Discuss

Re: [Discuss-gnuradio] asking help about gr-ieee802.11

2015-07-05 Thread Nur Jalaudin
user@userr-X455LDB:~$ /home/user/gr-ieee802-11/examples/wifi_loopback.py linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.009.git-171-g51bc00ee Using Volk machine: avx_64_mmx_orc OFDM MAPPER: encoding: 0 set_min_output_buffer on block 31 to 96000 set_min_output_buffer on block 33 to 96000 set_

Re: [Discuss-gnuradio] asking help about gr-ieee802.11

2015-07-05 Thread Nur Jalaudin
if __name__ == '__main__': import ctypes import sys if sys.platform.startswith('linux'): try: x11 = ctypes.cdll.LoadLibrary('libX11.so') x11.XInitThreads() except: print "Warning: failed to XInitThreads()" import os import sys sys.pat

Re: [Discuss-gnuradio] asking help about gr-ieee802.11

2015-07-05 Thread Bastian Bloessl
Hi Nur, the actual error message is not shown in your output. I think you should run the flow graph in gdb with something like gbd python gdb-prompt> run /home/user/gr-ieee802-11/examples/wifi_loopback.py once you hit the error gdb-prompt> bt Best, Bastian > On 06 Jul 2015, at 05:17, Nur Jal

[Discuss-gnuradio] asking help about gr-ieee802.11

2015-07-05 Thread Nur Jalaudin
hi. I am newbie of gnuradio.i try run wifi_loopback.grc, all the port are connected.but when i run it comes out with this messege below: Generating: "/home/user/gr-ieee802-11/examples/wifi_loopback.py" >>> Warning: This flow graph may not have flow control: no audio or RF hardware blocks found. A

[Discuss-gnuradio] Calling C++ method from Python

2015-07-05 Thread Patrick Sathyanathan
Hi, I have worked my way through the Guided Tutorials on gnuradio.org. I have written OOT blocks in Python and managed to expose some set methods in the block as callbacks. Now I have written an OOT C++ block sweeper_cpp_f and I want to expose a couple of setter methods in my block's class as

Re: [Discuss-gnuradio] How to replace gr_complex_to_xxx

2015-07-05 Thread West, Nathan
Are you referring to blocks? If so, see https://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7 There's a script there that will convert some GRC files, and if you don't want the script it at least shows the name mapping in an explicit format. On Sun, Jul 5, 2015 at 6:31 PM, Simon Kenn

[Discuss-gnuradio] How to replace gr_complex_to_xxx

2015-07-05 Thread Simon Kennedy
Hi, I am trying to migrate an OOT module written in 2010 to 3.7. I think (hope) that the final hurdle to achieving this is having to deal with gr_complex_to_xxx that was removed in 3.7 but which is referenced in the code. I have searched in vain to find out what gr_complex_to_xxx did or how to re

Re: [Discuss-gnuradio] Segmentation fault due to thread unsafety?

2015-07-05 Thread Jeroen Boschma
Hi Marcus, Thanks for your extensive reply. From your reply I am not sure if you understood that I am not doning anything graphical in work(). In very raw pigeon code this is what I have: class my_block_class : sync_block { public: vector plot_x_data, plot_y_data; work() {