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

2018-08-03 Thread CEL
Dear Linda, we hope you're doing well and hope you succeed in your SDR endeavors! But: seriously, I strongly recommend you keep with your installation of GNU Radio via apt. The version of GNU Radio that Ubuntu18.04 ships is relatively new, and you will have much less problems than when you build

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

2018-08-03 Thread Michael Dickens
The GNU Radio Wiki is your friend. If you've already installed GNU Radio via 'apt', then you can just following the basic GR install here: < https://wiki.gnuradio.org/index.php/BuildGuide#III._Start_the_build_process >. Hope this helps! - MLDOn Fri, Aug 3, 2018, at 10:59 AM, Linda20071 wrote: > My

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

2018-08-03 Thread Linda20071
My gnuradio is installed from apt, but I keep getting problems. Could somebody provide the detailed steps on how to install gnuradio on Ubuntu18.04.1 without using apt? On Fri, Aug 3, 2018 at 4:05 AM, Anon Lister wrote: > Incase you installed from apt, you can download a copy of the file from >

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

2018-08-03 Thread Anon Lister
Incase you installed from apt, you can download a copy of the file from here: https://github.com/gnuradio/gnuradio/tree/master/gr-utils/octave On Thu, Aug 2, 2018, 11:22 Linda20071 wrote: > I simply don't have anything related to read_complex_binary.m in my > utilities folder >

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] 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

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

2018-08-01 Thread CEL
Hi Linda, first off: https://wiki.gnuradio.org/index.php/FAQ is your friend! On Tue, 2018-07-31 at 13:42 -0400, Linda20071 wrote: > Where could I find this command? I started Octave from Ubuntu command window. > Sumit already answered that: > > On Tue, Jul 31, 2018 at 1:24 PM, sumit kumar

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

2018-07-31 Thread Linda20071
I keep getting the error: 'read_complex_binary' not found Where could I find this command? I started Octave from Ubuntu command window. On Tue, Jul 31, 2018 at 1:24 PM, sumit kumar wrote: > There is an octave script in gnuradio utilities. read_complex_binary.m > It will show you the IQ data

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

2018-07-31 Thread sumit kumar
There is an octave script in gnuradio utilities. read_complex_binary.m It will show you the IQ data On Tue, 31 Jul 2018, 19:22 Linda20071, wrote: > I saved the transmitted complex signal (I/Q data) in a .dat file using the > file sink. How could I read the I/Q data in this saved .dat file? > >