Another question I'm afraid,
I've resolved, I think, my previous question about the module path. The
module rtlsdr does not exist on my system even though I have the rtlsdr
library installed. So, I presume that the module has to be created somehow.
Moving on, I'm trying to get multimode.py go
Dne Wednesday 30 May 2012 ob 12:01:59 je Alexandru Csete napisal(a):
> On Wed, May 30, 2012 at 8:51 AM, Gasper Zejn wrote:
> > Hi,
> >
> > I was using Funcube dongle and found a strange bug. Whenever I used the
> > FCD source in my flow graph and started the flow, the (demodulated)
> > signal cam
On Thu, Jun 7, 2012 at 10:46 AM, Phil wrote:
> Another question I'm afraid,
>
> I've resolved, I think, my previous question about the module path. The
> module rtlsdr does not exist on my system even though I have the rtlsdr
> library installed. So, I presume that the module has to be created som
On 07/06/12 19:13, Alexandru Csete wrote:
On Thu, Jun 7, 2012 at 10:46 AM, Phil wrote:
Another question I'm afraid,
I've resolved, I think, my previous question about the module path. The
module rtlsdr does not exist on my system even though I have the rtlsdr
library installed. So, I presume t
Hi
I got it recently running with the gnuradio 3.6 and a Noxon DAB stick.
I had to change the usb ID in librtlsdr.c line 205
//{ 0x0ccd, 0x00b3, "Terratec NOXON DAB/DAB+ USB dongle (rev 1)" },
{ 0x0ccd, 0x00c6, "Terratec NOXON DAB/DAB+ USB dongle (rev 1)" },
you cn get it with lsusb and check i
Hi,
I did tried to generate using USRP_Source (with squarewave as option) &
USRP_Sink (complex_float) blocks. However unable to see the desired o/p (I
see sinewave is being generated). Pse advise if any additional settings to
be made.
Regds,
Sudhir.
On Tue, Jun 5, 2012 at 5:57 PM, Nazmul Islam w
On Thu, Jun 7, 2012 at 11:27 AM, Phil wrote:
> On 07/06/12 19:13, Alexandru Csete wrote:
>>
>> On Thu, Jun 7, 2012 at 10:46 AM, Phil wrote:
>>>
>>> Another question I'm afraid,
>>>
>>> I've resolved, I think, my previous question about the module path. The
>>> module rtlsdr does not exist on my s
On 07/06/12 20:15, Alexandru Csete wrote:
on my system. So I guessed that I have to build the modules, somehow.
What exactly do you mean by "osmosdr" ?
There is a package called osmo-sdr which is for the Osmo SDR hardware.
You do not need that if you want to use RTL2832U-based dongles.
Then t
Type $PYTHONPATH in bash what does it return? Also from the Python
interpreter (type python in bash), type
import sys
sys.path
What does this return?
They should return things like /usr/lib64 (and
lib)/python2.7/site-packages and /usr/local/lib64 (and
lib)/python2.7/site-packages.
So what pytho
> Another question I'm afraid,
>
> I've resolved, I think, my previous question about the module path.
> The module rtlsdr does not exist on my system even though I have the
> rtlsdr library installed. So, I presume that the module has to be
> created somehow.
>
> Moving on, I'm trying to get multi
Also here's a link to a great paper containing a good analysis of how
all the HDL modules come together. Worth reading to get a head start
but you definitely will want to also look at the code in Xilinx ISE.
FYI you need the full version of ISE to program to the N210. FYI2 the
usrp-users mailing l
Oops that's funny I muxed up the echo and export commands! This is what I meant:
export $PYTHONPATH="/usr/local/lib64/python2.7/site-packages"
On Thu, Jun 7, 2012 at 8:39 AM, Ryan Connelly
wrote:
> Type $PYTHONPATH in bash what does it return? Also from the Python
> interpreter (type python in b
Hey Tom,
I thought i was replying to the list.(Apologies) I was thinking
about it on similar lines as you have. If the fllow graph is stopped by
hand the latency when i hit stop and when the flow graph stops it should
put some more data but i tried over running the flowgraph for a time spa
I got a partial answer to my previously posted question :). When I pass the
complex baseband I & Q with a costas loop block, the output indeed looks
like a square wave.
Does it mean that external reference clock does not correct the
phase/carrier offset error? Does it only solve the timing error
It is well know that microwaves, bluetooth, cordless phones are the major
interference sources in 2.4Ghz.
But what devices (with non WiFi standards) are using 5Ghz band used by
802.11n devices?
Specifically for 5180-5350, 5745-5805Mhz.
___
Discuss-gnuradi
I've been working on a front-end board suitable for GPS and other GNSS
systems. It might be of interest to the GNU Radio community.
Goals for the project:
- high-quality signals from all current and near-future GNSS systems
(GPS, Glonass, Galileo, Compass)
- wide bandwidth---provides three 50
I had successfully transmit data without any problems using
benchmark_tx/benchmark_rx moment ago:
*./benchmark_rx.py -f 2.42G -r 2M*
*./benchmkar_tx.py -f 2.42G -r 2M*
But after a few tries, the rx end started to show ... The wired thing
is that I input the same parameters as before but the re
On Thu, Jun 7, 2012 at 11:13 AM, Gasper Zejn wrote:
>
> a bit more on my setup: I'm using funcube as a source, tuned to 868.48M, LNA
> gain 20dB, mixer gain 12dB, connected to simple squelch (threshold=-40dB,
> alpha=1) and on to quadrature demodulation block. This block then outputs
> clearly vis
On Fri, Jun 1, 2012 at 3:12 PM, Igor Volodin wrote:
> Hello, all
>
> My configuration:
> Linux Xubuntu 12.04
> AMD Athlon XP 2400
> Linux ghost32 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:51:22 UTC 2012
> i686 athlon i386 GNU/Linux
>
>
>
> I am compiled latest version of gnuradio, and tried to
On 06/07/2012 01:09 PM, Tom Rondeau wrote:
> On Fri, Jun 1, 2012 at 3:12 PM, Igor Volodin wrote:
>> Hello, all
>>
>> My configuration:
>> Linux Xubuntu 12.04
>> AMD Athlon XP 2400
>> Linux ghost32 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:51:22 UTC 2012
>> i686 athlon i386 GNU/Linux
>>
>>
>>
On 06/07/2012 01:14 PM, Josh Blum wrote:
>
>
> On 06/07/2012 01:09 PM, Tom Rondeau wrote:
>> On Fri, Jun 1, 2012 at 3:12 PM, Igor Volodin wrote:
>>> Hello, all
>>>
>>> My configuration:
>>> Linux Xubuntu 12.04
>>> AMD Athlon XP 2400
>>> Linux ghost32 3.2.0-24-generic #39-Ubuntu SMP Mon May 21
Dne Thursday 07 June 2012 ob 21:59:24 je Alexandru Csete napisal(a):
> On Thu, Jun 7, 2012 at 11:13 AM, Gasper Zejn wrote:
> > a bit more on my setup: I'm using funcube as a source, tuned to 868.48M,
> > LNA gain 20dB, mixer gain 12dB, connected to simple squelch
> > (threshold=-40dB, alpha=1) and
On Thu, Jun 7, 2012 at 10:27 PM, Gasper Zejn wrote:
> Dne Thursday 07 June 2012 ob 21:59:24 je Alexandru Csete napisal(a):
>> On Thu, Jun 7, 2012 at 11:13 AM, Gasper Zejn wrote:
>> > a bit more on my setup: I'm using funcube as a source, tuned to 868.48M,
>> > LNA gain 20dB, mixer gain 12dB, conn
Dne Thursday 07 June 2012 ob 22:38:51 je Alexandru Csete napisal(a):
> On Thu, Jun 7, 2012 at 10:27 PM, Gasper Zejn wrote:
> > Dne Thursday 07 June 2012 ob 21:59:24 je Alexandru Csete napisal(a):
> >> On Thu, Jun 7, 2012 at 11:13 AM, Gasper Zejn wrote:
> >> > a bit more on my setup: I'm using fun
I checked the US spectrum allocation chart, there are some devices like
radar and satellite communication in the 5GHz bands.
Based on the comment of Cisco,
"It is generally true that fewer devices currently operating at 5 GHz are
causing interference as compared to 2.4-GHz devices. But this will c
"O" = overrun (PC not keeping up with received data from usrp or audio
card)
"U" = underrun (PC not providing data quickly enough)
You can try to reduce the sampling rate or use a better powerful machine. :)
On Thu, Jun 7, 2012 at 2:15 PM, Weixian Zhou wrote:
> I had successfully transmit data
On Thu, Jun 7, 2012 at 5:05 PM, Guanbo ZHENG wrote:
> I checked the US spectrum allocation chart, there are some devices like
> radar and satellite communication in the 5GHz bands.
>
> Based on the comment of Cisco,
> "It is generally true that fewer devices currently operating at 5 GHz are
> caus
On Thu, Jun 7, 2012 at 1:30 PM, Nazmul Islam wrote:
> I got a partial answer to my previously posted question :). When I pass the
> complex baseband I & Q with a costas loop block, the output indeed looks
> like a square wave.
>
> Does it mean that external reference clock does not correct the
>
I'm sorry to have to ask more questions.
The "Simple FM receiver" by Marcus Leech would seem to be simple in name
only. I'm sure that I have followed the installation instructions to the
letter but I still end up with an error as follows:
<<< Welcome to GNU Radio Companion 3.5.3.2 >>>
Loadin
On Friday, June 08, 2012 12:34:53 PM Phil wrote:
> I'm sorry to have to ask more questions.
>
> The "Simple FM receiver" by Marcus Leech would seem to be simple in name
> only. I'm sure that I have followed the installation instructions to the
> letter but I still end up with an error as follows:
>
>
> On Friday, June 08, 2012 12:34:53 PM Phil wrote:
>
> > I'm sorry to have to ask more questions.
>
> >
>
> > The "Simple FM receiver" by Marcus Leech would seem to be simple in name
>
> > only. I'm sure that I have followed the installation instructions to the
>
> > letter but I still end up w
On Thu, Jun 7, 2012 at 7:11 PM, Tom Rondeau wrote:
> On Thu, Jun 7, 2012 at 1:30 PM, Nazmul Islam
> wrote:
> > I got a partial answer to my previously posted question :). When I pass
> the
> > complex baseband I & Q with a costas loop block, the output indeed looks
> > like a square wave.
> >
>
On 08/06/12 13:04, ki6njf wrote:
Phil, I just got simple_fm_rcv working today.
I had to:
open up a terminal
cd to my radio flowdiagram directory - /home/jim/gnu_radio
svn co https://www.cgran.org/svn/projects/simple_fm_rcv
cd to the directory - in my case - /home/jim/gnu_radio/simple_fm_rcv
I`m running benchmark_tx.py .
In my thought, benchmark_tx has to use make_packet in
gnuradio/gr-digital/python/ofdm_packet_utils.py .
However, Although I inputted a print code for tracing in the middle of
make_packet codes , I could not see output on screen.
Does not benchmark_tx.py use make_packe
On Friday, June 08, 2012 02:43:56 PM Phil wrote:
> On 08/06/12 13:04, ki6njf wrote:
[snip]
> > run the export PYTHONPATH=$PYTHONPATH:/home/jim/bin
>
> Thanks Marcus and Jim for the detailed instructions, however I still
> cannot get this to work!
>
> This my python path:
>
> [phil@localhost trun
On 08/06/12 15:14, ki6njf wrote:
On Friday, June 08, 2012 02:43:56 PM Phil wrote:
> On 08/06/12 13:04, ki6njf wrote:
[snip]
> > run the export PYTHONPATH=$PYTHONPATH:/home/jim/bin
>
> Thanks Marcus and Jim for the detailed instructions, however I still
> cannot get this to work!
>
36 matches
Mail list logo