On Mon, Apr 23, 2007 at 11:17:59PM -0400, Nikhil wrote:
> Hello,
>
> I would like access to the I and Q output data (12 bits each) from ADC U601
> using the debug headers from two RFX2400 daughterboards and was wondering if
> someone could assist my understanding and tell me if what I am doing is
Hello,
I would like access to the I and Q output data (12 bits each) from ADC U601
using the debug headers from two RFX2400 daughterboards and was wondering if
someone could assist my understanding and tell me if what I am doing is
right or wrong prior to my actually implementing this on the USRP
On Mon, Apr 23, 2007 at 04:13:06PM -0400, Robert McGwier wrote:
> I have been running the usrp wfm stereo receiver for a few hours under
> Feisty Field Rat from Ubuntu.
>
> The memory percentage for the python is absolutely steady at 4.0%. The
> same with the Xorg process (at 1.9%). It appears
I have been running the usrp wfm stereo receiver for a few hours under
Feisty Field Rat from Ubuntu.
The memory percentage for the python is absolutely steady at 4.0%. The
same with the Xorg process (at 1.9%). It appears the memory leak has
been repaired.
Bob
--
AMSAT Director and VP Engin
On Mon, Apr 23, 2007 at 03:18:23PM -0400, Robert McGwier wrote:
> YOU MEAN RTFM?
>
> Well, that worked. EVERY step has to be done. I guess that is why
> there is a manual.
We don't have many docs, but we do try to get the ones we have right ;)
Glad to hear it's working!
> Thanks,
> Bob
Eric
YOU MEAN RTFM?
Well, that worked. EVERY step has to be done. I guess that is why
there is a manual.
Thanks,
Bob
Eric Blossom wrote:
On Mon, Apr 23, 2007 at 11:32:18AM -0400, Robert W McGwier wrote:
I will profess complete ignorance. What udev rule?
;-).
Bob
This one ;)
http://gnur
On Mon, Apr 23, 2007 at 09:42:46AM -0700, Matt Ettus wrote:
> Shaiful wrote:
> >Hi guys,
> >
> >I'm trying to generate complex I/Q waveforms using
> >this command (for 700 KHz):
> >
> >./usrp_siggen.py -T A -w 70 -f 0
> >
> >>From the mailing list, I've read that the USRP can
> >transmit up to
On Mon, Apr 23, 2007 at 11:32:18AM -0400, Robert W McGwier wrote:
> I will profess complete ignorance. What udev rule?
>
> ;-).
>
> Bob
This one ;)
http://gnuradio.org/trac/wiki/UdevConfig
Eric
>
> Eric Blossom wrote:
> >On Mon, Apr 23, 2007 at 11:15:40AM -0400, Robert W McGwier wrote:
> >
Anmar wrote:
What daughterboards are you using?
I have two basic Tx daughterboards, so each one use different AD9862. I
have a question the 2 AD9862 they both get there clock in from the usrp
motherboard, and that is the same clock?
The AD9862s (which are on the motherboard) both get the same
Shaiful wrote:
Hi guys,
I'm trying to generate complex I/Q waveforms using
this command (for 700 KHz):
./usrp_siggen.py -T A -w 70 -f 0
>From the mailing list, I've read that the USRP can
transmit up to 44 MHz.
Unfortunately I can only transmit clean quadrature I/Q
signal only up to 70
Hi guys,
I'm trying to generate complex I/Q waveforms using
this command (for 700 KHz):
./usrp_siggen.py -T A -w 70 -f 0
>From the mailing list, I've read that the USRP can
transmit up to 44 MHz.
Unfortunately I can only transmit clean quadrature I/Q
signal only up to 700 kHz. Above the
( retrying due to dns/email errors )
On Fri, 2007-04-13 at 13:32 -0700, Matt Ettus wrote:
> konvak wrote:
> > hello all,
> > I am thinking about building loop antenna for 3-6 MHz
> > to receive some DRM stations. As I understand it the loop antenna is
> > parallel
> I think
/etc/udev/rules.d/10-usrp.rules
which sez
ACTION=="add", BUS=="usb", SYSFS{idVendor}=="fffe",
SYSFS{idProduct}=="0002", GROUP:="usrp", MODE:="0660"
Frank
On 4/23/07, Bob McGwier <[EMAIL PROTECTED]> wrote:
I will profess complete ignorance. What udev rule?
_
I will profess complete ignorance. What udev rule?
;-).
Bob
Eric Blossom wrote:
On Mon, Apr 23, 2007 at 11:15:40AM -0400, Robert W McGwier wrote:
I have run into my first Feisty Fawn Ubuntu update issue. usbview works
perfectly and reveals the USRP 2 as connected to my computer. But
Eric Blossom wrote:
> Is your udev usrp rule still in place?
Aha, that's a very good question. I'll be able to check this out
yet today myself.
> Which kernel comes with Feisty Fawn?
2.6.29-15
Frank
___
Discuss-gnuradio mailing list
Discuss-gnuradi
Hello again,
Thanks for those that emailed me directly with my last request. I have
been able to get my transmit code to tune now, but it is still not working.
All I am trying to do is fm modulate a sine wave and transmit it at a
certain frequency. I have hooked up a vector signal analyzer and
On Mon, Apr 23, 2007 at 11:15:40AM -0400, Robert W McGwier wrote:
> I have run into my first Feisty Fawn Ubuntu update issue. usbview works
> perfectly and reveals the USRP 2 as connected to my computer. But
> running my favorite application that wishes to talk to the USRP seems to
> have chan
I have run into my first Feisty Fawn Ubuntu update issue. usbview works
perfectly and reveals the USRP 2 as connected to my computer. But
running my favorite application that wishes to talk to the USRP seems to
have changed behavior with python 2.5. It claims it cannot find "USRP #0".
Has a
Eric Blossom wrote:
> On Fri, Apr 20, 2007 at 08:26:25PM +0200, Anmar wrote:
>> explain why this is happening?
> OK, here goes, one more time: there is state in the AD9862 -- its DUC
> phase register -- that we can't control from software.
>
> Do you understand what that means?
Yes
> Have you look
hey guys ,
i am doing a wimax module , the baseband is already implemented on DSP using
simulink and i am working on The RF stage on the usrp
but the problem is how can i interface both of them togther i have 2 ideas :
I have 2 ideas:
is based mostly on software :
usin
On Mon, Apr 23, 2007 at 10:43:10AM -0400, Brian Padalino wrote:
> On 4/23/07, Thibaud Hottelier <[EMAIL PROTECTED]> wrote:
> >I don't know :) What kind of problem should I expect when trying to go
> >from simulation to reality ?
>
> I'd run more simulations where there are a massive number of pack
If you don't want to use assembly, you can use MMX and SSE intrisics
compiler support. These are C functions/macros to allow the use of SSE
instructions directly from C/C++. You can start with this introduction:
http://www.codeproject.com/cpp/sseintro.asp . For a reference, you can go on
MSDN webs
On 4/23/07, Thibaud Hottelier <[EMAIL PROTECTED]> wrote:
I don't know :) What kind of problem should I expect when trying to go
from simulation to reality ?
I'd run more simulations where there are a massive number of packets
waiting to be sent, schedule things too close to each other, make the
On Mon, Apr 23, 2007 at 10:48:58AM +0200, Trond Danielsen wrote:
> Hi everyone,
>
> I've written a couple of blocks for GNU Radio, but am not satisfied
> with the performance. I am therefore thinking of using SIMD
> instructions. However, I am not that familiar with x86 assembly
> instructions, an
Brian Padalino wrote:
Sounds fun. Are you sure you're ready for a live test?
I don't know :) What kind of problem should I expect when trying to go
from simulation to reality ?
You don't need to do this. Just don't connect up the tx_strobe -
doesn't that solve the problem? You shouldn
Hi everyone,
I've written a couple of blocks for GNU Radio, but am not satisfied
with the performance. I am therefore thinking of using SIMD
instructions. However, I am not that familiar with x86 assembly
instructions, and finding the reference manual on Intel's website was
not easy. I know that
26 matches
Mail list logo