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 from source.

Frankly, most, if not all, the problems you're having were due to you
not really being overly prolific at using your system, or could have
been solved by someone a bit more experienced with the help of Google.
(for example, the question how to install from source, really)

Doing a build and installation from source is, at this point, not
really helpful for you. None of the problems you're having stem from
the fact that you installed via apt!

Best regards,
Marcus

On Fri, 2018-08-03 at 11:15 -0400, Michael Dickens wrote:
> 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_proce 
> >. Hope this helps! - MLD
> 
> On Fri, Aug 3, 2018, at 10:59 AM, Linda20071 wrote:
> > 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?
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

smime.p7s
Description: S/MIME cryptographic signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 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?
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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
> 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 (/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 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?

 Thanks in advance!
 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

>>>
>> ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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
> (/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 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?
>>>
>>> Thanks in advance!
>>> ___
>>> Discuss-gnuradio mailing list
>>> Discuss-gnuradio@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>>
>>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 GNU
radio" would have showed that! 

Best regards,
Marcus

On Thu, 2018-08-02 at 10:46 -0400, Linda20071 wrote:
> 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 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?
> > > 
> > > Thanks in advance!
> > > ___
> > > Discuss-gnuradio mailing list
> > > Discuss-gnuradio@gnu.org
> > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

smime.p7s
Description: S/MIME cryptographic signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 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?
>>
>> Thanks in advance!
>> ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-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  wrote:
> > There is an octave script in gnuradio utilities. read_complex_binary.m

Look for the read_complex_binary.m

Best regards,
Marcus

smime.p7s
Description: S/MIME cryptographic signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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
>
> 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?
>>
>> Thanks in advance!
>> ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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?
>
> Thanks in advance!
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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

2018-07-31 Thread Linda20071
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?

Thanks in advance!
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio