Re: [Discuss-gnuradio] how to read .dat file saved via the file sink

2018-08-02 Thread Linda20071
I simply don't have anything related to read_complex_binary.m in my utilities folder (/usr/include/boost/geometry/index/detail/rtree/utilities). I am not sure if I am the only one who has such an issue. On Tue, Jul 31, 2018 at 1:24 PM, sumit kumar wrote: > There is an octave script in gnuradio

[Discuss-gnuradio] USRP N200 issues and fault troubleshooting

2018-08-02 Thread Ayaz Mahmud
Hello, 1. “uhd_usrp_probe” (attached) gives the attached output, where I see the Antennas & Sensors field are showing blank. Is this normal (N200) ? Because for other devices I am using like B210 it shows the Antenna names. 1. For testing purpose if I run the below command which gives

Re: [Discuss-gnuradio] Calling public C++ function in OOT module using Python --GRC testcase created

2018-08-02 Thread Michael Dickens
Great; you're welcome! Thanks for reporting back your success, Edwin, and good luck with your GR work/programming. - MLD On Wed, Aug 1, 2018, at 5:45 PM, Edwin Li wrote: > Hi Michael, > > Since you said you did not have the problem I mentioned, I guess the > change is not written into the

Re: [Discuss-gnuradio] Periodic message transmission on 2 channels over USRP B210

2018-08-02 Thread Ayaz Mahmud
Hi, Can anyone please help me in understanding the issue. Thanks, Ayaz From: Ayaz Mahmud Sent: Wednesday, August 1, 2018 3:08 PM To: discuss-gnuradio@gnu.org Subject: Periodic message transmission on 2 channels over USRP B210 Hi,

[Discuss-gnuradio] Error: Template 'vector' undefined.

2018-08-02 Thread Linda20071
Reinstalled the workspace for gnuradio. Tried a test on the new workspace with the howto example, but didn't create the Python QA test file. Instead, I directly modified the "square_ff_impl.cc" file. "cmake" command has passed. While doing "make" command, I got: Swig source

Re: [Discuss-gnuradio] USRP N200 issues and fault troubleshooting

2018-08-02 Thread Ayaz Mahmud
Hi, In addition, I have done the following troubleshooting steps as mentioned in the page: Fan spin (checked) Front Panel LEDs (D & F always ON), C (On while Receiving) Voltages : J105 (2.5v), J104 (3.3c), J107(1.2v) – all OK Did not found any other LED on motherboard ON except D202 Thanks,

Re: [Discuss-gnuradio] USRP N200 issues and fault troubleshooting

2018-08-02 Thread Derek Kozel
Hi Ayaz, This is a USRP question rather than a GNU Radio one so I've copied your message over to the other list. If you're not a member of the usrp-users mailing list you should join that so you can see the responses. It looks like you have BasicRX and BasicTX daugtherboards installed, is that

Re: [Discuss-gnuradio] Issues with gr-fosphor in gnuradio

2018-08-02 Thread Jose Ruvalcaba
Hi Jeppe, This workaround worked. Thanks. Just a quick note, I had to reinstall my gr-fosphor block and then do this fix in order for it to work. Thanks, Jose On Thu, Aug 2, 2018 at 12:10 AM, Jeppe Ledet-Pedersen wrote: > Hi Jose, > > I had the same problem on a GTX 1050. I could work around

Re: [Discuss-gnuradio] how to read .dat file saved via the file sink

2018-08-02 Thread CEL
Linda, you're looking in some completely unrelated folder. It comes with GNU Radio, not with Boost::geometry. I'm not sure how you've ended up looking in that folder. You need to look into GNU Radio's source tree, in gnuradio/gr- utils/octave. A simple Google search for "read_complex_binary.m

Re: [Discuss-gnuradio] Issues with gr-fosphor in gnuradio

2018-08-02 Thread Jeppe Ledet-Pedersen
Hi Jose, I had the same problem on a GTX 1050. I could work around it by setting FLG_FOSPHOR_USE_CLGL_SHARING in lib/fosphor/private.h to 0 as suggested here: https://lists.osmocom.org/pipermail/osmocom-sdr/2017-June/001594.html Hope it helps. -Jeppe On Wed, Aug 1, 2018 at 9:04 PM, Jose

Re: [Discuss-gnuradio] _uhd_swig.so: undefined symbol

2018-08-02 Thread Savino Piccolomo
well I just run *./build-gnuradio -ut release_003_009_007 *without success. I tried also* ./build-gnuradio* alone but it fails as well. Should I uninstall gnuradio first. If so, how? Regards Savino On Tue, 31 Jul 2018 at 14:53, Müller, Marcus (CEL) wrote: > Most likely problem is that you've