On 07/02/2011 09:38 PM, Vincent W wrote:
> Thank you for your advice. Unfortunately, this causes make tests to fail, with
> the following error:
>
I dont see an error. Did you try it out?
> Testing gr_vmcircbuf_createfilemapping_factory...
> gr_vmcircbuf_createfilemapping: createfilemapping is
Hi Tom,
> Are you doing this in your own top-level block (dsss from the looks of it)
> or under a current GNU Radio directory like gnuradio-core where the
> gr_firdes currently is?
>
Yes, I am doing this in my own top-level directory named 'dsss'
(abbreviation for direct sequence spread spectrum)
On 07/02/2011 02:27 PM, Vincent W wrote:
> Hi,
>
> I just pulled the latest git sources, and wanted to confirm the behaviour
> noted
> in Bug #419;
>
> Bug #419: Programs using WxWidgets graphical sinks fail with the error:
>
> gr_vmcircbuf_sysv_shm: shmget (1): Invalid argument
> gr_buffer::
Hello everyone
I have recently updated my Gnuradio.When I try to import audio block and uhd
block I get errors saying Import Error:no module called _audio_swig and
_uhd_swig found.I tried reinstall the whole gnuradio and its packets but
with no success.
I would like to what could be the reason fo
>>
>> I wonder if that assertion is generally true, or only in some cases?
>> Increment and test shouldn't be *that* expensive.
>>
>
> I'm sure the benefit varies depending on the situation, including some where
> there is no benefit. But modulo increments add a conditional operation for
> every
On 06/29/2011 08:51 PM, Morgan Redfield wrote:
I don't think you have to change the parameters you're giving to
./configure for gnuradio. You actually want to change the parameters
used by ./configure for fftw.
This worked for me:
./configure --enable-single --enable-neon --enable-shared
CFLAGS=
On 07/03/2011 01:03 AM, uday_gnu wrote:
>
> Hello everyone
> I have recently updated my Gnuradio.When I try to import audio block and uhd
> block I get errors saying Import Error:no module called _audio_swig and
> _uhd_swig found.I tried reinstall the whole gnuradio and its packets but
> with n
I have the same problem -- I'm going to be using a USRP2 outdoors in the shade
(not direct sunlight) for around six hours in Yuma, Arizona, where the daytime
temperatures are 100-110 degrees F now in July. Will the USRP2 be able to
operate under these high temperatures?
Check it out:
http://www
On Mon, Jun 27, 2011 at 8:43 AM, adib_sairi wrote:
>
> Dear GNU Radio community,
>
> I and my group had this tutorial/code walkthrough to share. we found out
> that it is quite hard for beginner to start with GNU Radio, hopefully this
> walkthrough explanation can help a bit.
>
> this is the 1st
On Wed, Jun 29, 2011 at 10:30 AM, Ralf wrote:
> Hi,
>
> we are trying to use DPSK2 modulator and demodulator during our first
> trials.
> As far as we can see there is hardly any documentation available on this.
>
> We would appreciate a few explaining words from somebody who knows how to
> confi
On Sat, Jul 2, 2011 at 2:27 PM, Brett L. Trotter wrote:
> I have a loop block that I wanted to run very slow (1Hz), and put a
> throttle block set to rate 1. Unfortunately, it seems to tear through
> the first 8-9k samples in a blink before it slows down. Is there an
> alternative implementation o
On Fri, Jul 1, 2011 at 2:36 AM, John Waugh wrote:
> Hi.
> I wanted to know about the preambles that are inserted in the ofdm packet.
> I know they are inserted for the synchronization and frequency offset
> purposes.
> But I want to know where in the OFDM packet they are inserted. I have
> follow
On Thu, Jun 30, 2011 at 9:16 PM, Morgan Redfield wrote:
> Hi,
>
> I've been working on building a CSMA/CA MAC for the past couple of
> weeks. I built it in Python, and used ofdm/tunnel.py as a guide. It's
> working now, but I don't think it's very efficient. I ended up having
> to relax a lot of t
On Sun, Jul 3, 2011 at 3:25 AM, John Andrews wrote:
> Hi Tom,
>
>
>
>> Are you doing this in your own top-level block (dsss from the looks of it)
>> or under a current GNU Radio directory like gnuradio-core where the
>> gr_firdes currently is?
>>
> Yes, I am doing this in my own top-level directo
On Sat, Jul 2, 2011 at 11:38 PM, Vincent W wrote:
> Hi,
>
> I was wondering whether the email address for patches (
> patch-gnura...@gnu.org )
> was still valid. The wiki says it's for SVN, but seeing as the project is
> in git...
>
> Alternatively, what is the preferred form of submitting patche
Hi everyone,
I just wrote a new post about our recent server upgrade
http://gnuradio.squarespace.com/?SSScrollPosition=711.
There isn't too much that we haven't gone over in emails to the list, but I
wanted to point out one new feature that might benefit everyone. I now have
Jenkins running a make
On Sun, Jul 3, 2011 at 8:16 AM, Tom Rondeau wrote:
> On Thu, Jun 30, 2011 at 9:16 PM, Morgan Redfield wrote:
>
>> Hi,
>>
>> I've been working on building a CSMA/CA MAC for the past couple of
>> weeks. I built it in Python, and used ofdm/tunnel.py as a guide. It's
>> working now, but I don't think
Hey Marcus..a nice thing...
I did some manipulation in your script and it worked.
first I omitted the function "firmware" .. saved it and then ran the script.
then I downloaded the images from
http://www.ettus.com/downloads/uhd_releases/master_images/ (the .tar file)
then I extracted it and copi
Let me know if some further settings I need to do .
sumitstop wrote:
>
> Hey Marcus..a nice thing...
>
> I did some manipulation in your script and it worked.
>
> first I omitted the function "firmware" .. saved it and then ran the
> script.
> then I downloaded the images from
> http://www.ett
Hi,
I have a few questions about the (analog) AGC on the AD8347 mixer chip on
the Flex900 daughterboard.
1. Given a signal received with some known power, is it possible to read the
programmed AGC gains (and thereby find the mixer's noise figure)?
2. Is it possible to lock these gain settings? If
On 07/03/2011 08:05 PM, Sundaram Vanka wrote:
> Hi,
>
> I have a few questions about the (analog) AGC on the AD8347 mixer chip
> on the Flex900 daughterboard.
>
> 1. Given a signal received with some known power, is it possible to
> read the programmed AGC gains (and thereby find the mixer's noise
Suppose that we didn't have a specially mapped memory. I believe the
scheduler could easily ensure that contiguous chunks of memory are
always passed into the work function with little overhead for both read
and for write.
Now, I bet there will be a slight problem when you have a block with
"hist
Tom Rondeau wrote:
> Vincent W Alternatively, what is the preferred form of submitting patches? May I
> post a
> patch file? Or would it be easier to set up a gitorious repo and have the
> maintainers pull/merge from that?
>
> It depends on how many lines you change, really. A few si
Josh Blum wrote:
> On 07/02/2011 09:38 PM, Vincent W wrote:
>> Thank you for your advice. Unfortunately, this causes make tests to fail,
>> with
>> the following error:
>>
>
> I dont see an error. Did you try it out?
Sorry - I closed the terminal I had everything running. I'm building on arch
li
Here are all the related files.
C++ header
***
* dsss_firdes.h *
***
#ifndef _DSSS_FIRDES_H_
#define _DSSS_FIRDES_H_
#include
#include
class dsss_firdes {
public:
dsss_firdes();
static std::vector raised_cosine (double gain, double sampling_freq,
double symbol_rate,
Josh Blum wrote:
> On 07/02/2011 02:27 PM, Vincent W wrote:
>> Hi,
>>
>> I just pulled the latest git sources, and wanted to confirm the behaviour
>> noted
>> Bug #419: Programs using WxWidgets graphical sinks fail with the error:
>
> Please try my gr_kludge_one_in_n branch:
> http://gnuradio.org
Thanks, Marcus, for your prompt and detailed response. If I understand you
correctly:
1. The best case noise figure of the RFX900 daughterboard is about 3-3.8 dB.
This occurs when the mixer amplifiers are set to their highest gain setting.
2. These gain settings can be fixed via software (via UHD)
27 matches
Mail list logo