[Discuss-gnuradio] Error while building openLTE code on USRP

2013-09-30 Thread Dincer Beken
Hi all,

I am new to Gnuradio and USRP. I want to try the openLTE Project on my USRP 
N210.

During the cmake process I am getting the following errors:


CMake Warning at CMakeLists.txt:92 (find_package): Could not find a 
configuration file for package "Gnuradio" that is compatible with requested 
version "3.7.0".

The following configuration files were considered but not accepted:

/usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake, version: 3.8.git.0


Also since I am not using one of the following devices:
I also get :

-- checking for module 'gnuradio-osmosdr' -- package 'gnuradio-osmosdr' not 
found -- Could NOT find GNURADIO_OSMOSDR (missing: GNURADIO_OSMOSDR_LIBRARIES 
GNURADIO_OSMOSDR_INCLUDE_DIRS) -- checking for module 'librtlsdr' -- package 
'librtlsdr' not found -- Could NOT find RTLSDR (missing: RTLSDR_LIBRARIES 
RTLSDR_INCLUDE_DIRS) -- checking for module 'libhackrf' -- package 'libhackrf' 
not found -- Could NOT find HACKRF (missing: HACKRF_LIBRARIES 
HACKRF_INCLUDE_DIRS) -- checking for module 'fftw3f >= 3.0' -- found fftw3f , 
version 3.3 -- Found FFTW3F: /usr/lib/libfftw3f.so CMake Error at 
CMakeLists.txt:99 (message): GNURadio required to compile openLTE



After that, I changed in the cmake file the required Gnuradio Version manually 
to 3.8. Now I am getting only the OSMO / RTL errors:


· -- checking for module 'gnuradio-osmosdr' -- package 
'gnuradio-osmosdr' not found -- Could NOT find GNURADIO_OSMOSDR (missing: 
GNURADIO_OSMOSDR_LIBRARIES GNURADIO_OSMOSDR_INCLUDE_DIRS) -- checking for 
module 'librtlsdr' -- package 'librtlsdr' not found -- Could NOT find RTLSDR 
(missing: RTLSDR_LIBRARIES RTLSDR_INCLUDE_DIRS) -- checking for module 
'libhackrf' -- package 'libhackrf' not found -- Could NOT find HACKRF (missing: 
HACKRF_LIBRARIES HACKRF_INCLUDE_DIRS) CMake Error at CMakeLists.txt:103 
(message): GNURadio Osmosdr required to compile openLTE 
(http://sdr.osmocom.org/trac/wiki/GrOsmoSDR)


>From the discuss Forum of gnuradio, I read that it is possible to run it with 
>USRP (USRP2)

https://www.ruby-forum.com/topic/4169390#new


How can I ignore those libraries or replace them?
And can I use this code on the USRP?

Regards,
Dincer


Mit freundlichen Grüßen,
Dincer Beken

e-mail: dbe...@blackned.de
tel.: +49 833199596-26

[cid:image001.png@01CD3E54.B249FA20]

blackned gmbh · www.blackned.de
zentrale: dorfstrasse 3 · 88416 erlenmoos
niederlassung: am hartholz 21 · 82239 alling

geschäftsführer: timo haas · josef stadler · hrb ulm 724147


Der Inhalt dieser E-Mail ist ausschließlich für den bezeichneten Adressaten 
bestimmt.
Wenn Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen Vertreter 
sein sollten,
bitten wir Sie, sich in diesem Falle umgehend mit dem Absender der E-Mail in 
Verbindung
zu setzen und diese Daten von Ihrem Computer zu löschen. Bitte beachten Sie, 
dass jede
Form von Veröffentlichung, Vervielfältigung oder Weitergabe des Inhalts dieser 
E-Mail unzulässig ist.

Die im Geschäftsverkehr von Unternehmern übliche Vertraulichkeit
kann bei der Übermittlung von Daten per E-mail nicht gewahrt werden.
Bitte prüfen Sie, welche Informationen Sie uns per E-mail übermitteln.

This e-mail may contain information which is priviledged or confidential.
If you are not the named addressee of this e-mail, please notify us immediately 
and destroy
the document without reading, copying or disclosing its contents to any other 
person.


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


Re: [Discuss-gnuradio] Error while building openLTE code on USRP

2013-09-30 Thread Dincer Beken
Sorry but I think I mailed to early.

On a normal gnuradio distribution from the build-gnuradio.py -m" code on 
Fedora, I did not experience the problems while build and install.
I am checking out the code right now..

Regarding OSMO and RTL-SDR, I did understand it like the libraries can detect 
and work with USRP, so that's probably clear, too.
When using those libraries with USRP, are there any specific changes that I 
should make for some blocks etc.?

Regards,
Dincer

Von: discuss-gnuradio-bounces+dbeken=blackned...@gnu.org 
[mailto:discuss-gnuradio-bounces+dbeken=blackned...@gnu.org] Im Auftrag von 
Dincer Beken
Gesendet: Montag, 30. September 2013 13:42
An: openlte-disc...@lists.sourceforge.net
Cc: Discuss-gnuradio@gnu.org
Betreff: [Discuss-gnuradio] Error while building openLTE code on USRP

Hi all,

I am new to Gnuradio and USRP. I want to try the openLTE Project on my USRP 
N210.

During the cmake process I am getting the following errors:


CMake Warning at CMakeLists.txt:92 (find_package): Could not find a 
configuration file for package "Gnuradio" that is compatible with requested 
version "3.7.0".

The following configuration files were considered but not accepted:

/usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake, version: 3.8.git.0


Also since I am not using one of the following devices:
I also get :

-- checking for module 'gnuradio-osmosdr' -- package 'gnuradio-osmosdr' not 
found -- Could NOT find GNURADIO_OSMOSDR (missing: GNURADIO_OSMOSDR_LIBRARIES 
GNURADIO_OSMOSDR_INCLUDE_DIRS) -- checking for module 'librtlsdr' -- package 
'librtlsdr' not found -- Could NOT find RTLSDR (missing: RTLSDR_LIBRARIES 
RTLSDR_INCLUDE_DIRS) -- checking for module 'libhackrf' -- package 'libhackrf' 
not found -- Could NOT find HACKRF (missing: HACKRF_LIBRARIES 
HACKRF_INCLUDE_DIRS) -- checking for module 'fftw3f >= 3.0' -- found fftw3f , 
version 3.3 -- Found FFTW3F: /usr/lib/libfftw3f.so CMake Error at 
CMakeLists.txt:99 (message): GNURadio required to compile openLTE



After that, I changed in the cmake file the required Gnuradio Version manually 
to 3.8. Now I am getting only the OSMO / RTL errors:


· -- checking for module 'gnuradio-osmosdr' -- package 
'gnuradio-osmosdr' not found -- Could NOT find GNURADIO_OSMOSDR (missing: 
GNURADIO_OSMOSDR_LIBRARIES GNURADIO_OSMOSDR_INCLUDE_DIRS) -- checking for 
module 'librtlsdr' -- package 'librtlsdr' not found -- Could NOT find RTLSDR 
(missing: RTLSDR_LIBRARIES RTLSDR_INCLUDE_DIRS) -- checking for module 
'libhackrf' -- package 'libhackrf' not found -- Could NOT find HACKRF (missing: 
HACKRF_LIBRARIES HACKRF_INCLUDE_DIRS) CMake Error at CMakeLists.txt:103 
(message): GNURadio Osmosdr required to compile openLTE 
(http://sdr.osmocom.org/trac/wiki/GrOsmoSDR)


>From the discuss Forum of gnuradio, I read that it is possible to run it with 
>USRP (USRP2)

https://www.ruby-forum.com/topic/4169390#new


How can I ignore those libraries or replace them?
And can I use this code on the USRP?

Regards,
Dincer


Mit freundlichen Grüßen,
Dincer Beken

e-mail: dbe...@blackned.de
tel.: +49 833199596-26

[cid:image001.png@01CD3E54.B249FA20]

blackned gmbh · www.blackned.de
zentrale: dorfstrasse 3 · 88416 erlenmoos
niederlassung: am hartholz 21 · 82239 alling

geschäftsführer: timo haas · josef stadler · hrb ulm 724147


Der Inhalt dieser E-Mail ist ausschließlich für den bezeichneten Adressaten 
bestimmt.
Wenn Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen Vertreter 
sein sollten,
bitten wir Sie, sich in diesem Falle umgehend mit dem Absender der E-Mail in 
Verbindung
zu setzen und diese Daten von Ihrem Computer zu löschen. Bitte beachten Sie, 
dass jede
Form von Veröffentlichung, Vervielfältigung oder Weitergabe des Inhalts dieser 
E-Mail unzulässig ist.

Die im Geschäftsverkehr von Unternehmern übliche Vertraulichkeit
kann bei der Übermittlung von Daten per E-mail nicht gewahrt werden.
Bitte prüfen Sie, welche Informationen Sie uns per E-mail übermitteln.

This e-mail may contain information which is priviledged or confidential.
If you are not the named addressee of this e-mail, please notify us immediately 
and destroy
the document without reading, copying or disclosing its contents to any other 
person.


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


Re: [Discuss-gnuradio] Issues with Using Volk machine: avx_32_mmx_orc when running interference _cancellation.grc file in LINUX

2013-09-30 Thread Tom Rondeau
On Mon, Sep 30, 2013 at 9:49 AM, Tantri Asri  wrote:
> Dear discuss-gnuradio Mailing List,
>
> I tried to run "interference_cancellation.grc" file, located on :
>  /usr/local/share/gnuradio/examples/trellis/
>
> and got the error messages result as follows :
>
> Using Volk machine: avx_32_mmx_orc
> Traceback (most recent call last):
> File "tmp/int_cancellation.py", line 312, in  tb =
> int_cancellation()
> File "tmp/int_cancellation.py", line 148, in __init__
> self.trellis_viterbi_combined_xx_2 =
> trellis.viterbi_combined_cs(trellis.fsm(prefix+"gr-trellis/src/examples/fsm_files/awgn1o2_16.fsm"),
> 1000, -1, -1, 1,
> ((1-alpha)**0.5*1,(1-alpha)**0.5*1j,(1-alpha)**0.5*(-1j),(1-alpha)**0.5*(-1)),
> digital.TRELLIS_EUCLIDEAN)
> File "/usr/local/lib/python2.7/dist-packages/gnuradio/trellis.py", line 180,
> in __init__ this = _trellis.new_fsm(*args)
> RuntimeError: fsm::fsm(const char *name): file open error

Read the error. This has nothing to do with Volk. It's trying to open
a file that doesn't exist or exists in a different path than expected.

Tom



> I'm using LINUX Ubuntu 12.10 (32-bit) with Doxygen version 1.8.1.2.
>
> I installed the GNURadio software by using "the build-gnuradio script" from
> http://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR
>
> The "int_cancellation.py" and "interference_cancellation.grc" files are
> attached on this email.
>
> Kindly need advice to fix this error.
>
> Thanks in advance,
>
> Tantri
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>



-- 
Tom
GRCon13 Oct. 1 - 4
http://www.trondeau.com/grcon13

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


[Discuss-gnuradio] I/Q samples and Analytic Signals

2013-09-30 Thread Lucas Ingles
Hello to all,

I am using GNU Radio to study digital communications systems.
I have been working on the basic FM receiver with RTL-SDR for a while.

I was trying to find out what is the theory behind the complex I/Q samples.
What I discovered is that I/Q samples are first related  to analytic
signals (the pre envelope) and then to the complex envelope of the signal
(the complex signal in base band).
In fact, what RTL-SDR outputs to the flow graph is the complex base
band signal, in other words, the signal translated to base band with just
the positive or negative portion of the spectrum.

Please, can someone with more experience confirm to me if I am correct?
Can someone please recommend me some reference books about the theory of
I/Q samples?

Thanks very much in advance,
Lucas Lorenzi Ingles
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] I/Q samples and Analytic Signals

2013-09-30 Thread Aditya Dhananjay
Perhaps, Chapter 2 of "Digital Communications" by John Proakis?

best,
aditya



On Mon, Sep 30, 2013 at 10:26 AM, Lucas Ingles wrote:

> Hello to all,
>
> I am using GNU Radio to study digital communications systems.
> I have been working on the basic FM receiver with RTL-SDR for a while.
>
> I was trying to find out what is the theory behind the complex I/Q samples.
> What I discovered is that I/Q samples are first related  to analytic
> signals (the pre envelope) and then to the complex envelope of the signal
> (the complex signal in base band).
> In fact, what RTL-SDR outputs to the flow graph is the complex base
> band signal, in other words, the signal translated to base band with just
> the positive or negative portion of the spectrum.
>
> Please, can someone with more experience confirm to me if I am correct?
> Can someone please recommend me some reference books about the theory of
> I/Q samples?
>
> Thanks very much in advance,
> Lucas Lorenzi Ingles
>
> ___
> 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] I/Q samples and Analytic Signals

2013-09-30 Thread Martin Braun (CEL)
Hi Lucas,

On Mon, Sep 30, 2013 at 11:26:16AM -0300, Lucas Ingles wrote:
> I am using GNU Radio to study digital communications systems.

good choice!

> Can someone please recommend me some reference books about the theory of I/Q
> samples?

There is actually a page on this topic on the web site:
http://gnuradio.org/redmine/projects/gnuradio/wiki/SuggestedReading

Perhaps this helps.

Complex baseband is in fact one of the most important topics to
understand.

MB

-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin Braun
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT -- University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association


pgpiqG49c038X.pgp
Description: PGP signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] I/Q samples and Analytic Signals

2013-09-30 Thread Lucas Ingles
Thanks very much for the help!
I obtained the book (fifth edition) and already read whole section 2.1
(Band pass and Low pass Signals).
That was exactly what I was looking for.

I have one more doubt. Figure 2.1-6 in page 25 shows a real demodulator (I
attached the figure here).
This is not the same block diagram of the demodulador that we have inside
Elonics E4000 Tuner (zero-IF demodulador).
We don't have a Hilbert transformer inside the zero-IF demodulator. We have
just two paths, one multiplying by cos() and the other by sin().
Perhaps the Hilbert transform is implemented by handling the I and Q
components as a complex number I+jQ inside GNU Radio?
Can someone please explain to me how the zero-IF demodulator is related to
the real demodulator shown in the book?

Thanks very much again,
Lucas Lorenzi Ingles




2013/9/30 Aditya Dhananjay 

> Perhaps, Chapter 2 of "Digital Communications" by John Proakis?
>
> best,
> aditya
>
>
>
> On Mon, Sep 30, 2013 at 10:26 AM, Lucas Ingles wrote:
>
>> Hello to all,
>>
>> I am using GNU Radio to study digital communications systems.
>> I have been working on the basic FM receiver with RTL-SDR for a while.
>>
>> I was trying to find out what is the theory behind the complex I/Q
>> samples.
>> What I discovered is that I/Q samples are first related  to analytic
>> signals (the pre envelope) and then to the complex envelope of the signal
>> (the complex signal in base band).
>> In fact, what RTL-SDR outputs to the flow graph is the complex base
>> band signal, in other words, the signal translated to base band with just
>> the positive or negative portion of the spectrum.
>>
>> Please, can someone with more experience confirm to me if I am correct?
>> Can someone please recommend me some reference books about the theory of
>> I/Q samples?
>>
>> Thanks very much in advance,
>> Lucas Lorenzi Ingles
>>
>> ___
>> 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