[Discuss-gnuradio] Clock input level

2007-10-04 Thread Juha Vierinen
Hi, What is the voltage level for the USRP external clock? Is 1V peak to peak ok? I am planning to drive the board using a high accuracy reference clock. juha ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] GRC on OSX?

2007-10-04 Thread Michael Dickens
On Oct 4, 2007, at 12:35 AM, Josh Blum wrote: Basically, the test imports are all things that the Editor uses. gtk, pyxml... and wx for running the flow graphs. I decided on the import tests after many emails of error verbose because something like pyxml was not installed. Thoughts? I'm

[Discuss-gnuradio] build failure (svn fedora F7 qwt)

2007-10-04 Thread Neal Becker
I'm having problems building on fedora F7 (x86_64) current svn source. g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o .libs/qt_examples fftdisplay.o qt_examples.o moc_fftdisplay.o -lqwt -L/usr/lib64/qt-3.3/lib -lqt-mt -lmng -ljpeg -lpng -lz -lXi -lXrender -lXrandr -lXcursor -lXinerama

Re: [Discuss-gnuradio] GRC on OSX?

2007-10-04 Thread Michael Dickens
I'm using WX 2.8.4 currently, so I'm trying downgrading to 2.6.3 as well as upgrading to 2.8.6. I'm open to any other suggestions as well. 2.6.3 and 2.8.6 work. So it was something to do with WX 2.8.4. Go figure ... [EMAIL PROTECTED] OSS !} Thanks for all of the help. Now on to the

[Discuss-gnuradio] Re: Clock input level

2007-10-04 Thread Juha Vierinen
I looked it up from the schema. It seems that a basic 1V peak to peak should be fine. juha On 10/4/07, Juha Vierinen [EMAIL PROTECTED] wrote: Hi, What is the voltage level for the USRP external clock? Is 1V peak to peak ok? I am planning to drive the board using a high accuracy reference

[Discuss-gnuradio] Making and Installing a New Block

2007-10-04 Thread Franklin Sands
OK I did some more trouble shooting to narrow down the problem. I decided to start with C++ code from a block that I knew already worked. I extracted the file gr-howto-write-a-block-3.0.4.tar.gz. I then installed the block using the normal configure, make, and make install procedure. I then

Re: [Discuss-gnuradio] Making and Installing a New Block

2007-10-04 Thread Eric Blossom
On Thu, Oct 04, 2007 at 10:24:51AM -0500, Franklin Sands wrote: OK I did some more trouble shooting to narrow down the problem. I decided to start with C++ code from a block that I knew already worked. I extracted the file gr-howto-write-a-block-3.0.4.tar.gz. I then installed the block

[Discuss-gnuradio] Problem: Package fftw3f was not found in the pkg-config

2007-10-04 Thread Tomek
Hello! I´m new to GNU Radio. I´m working on a project now and trying to get it to compile. I´m using cygwin and followed the Installing GNU Radio with Cygwin instruction step-by-step. The only problem i hade on the way was with wxPython because i tried the 2.8.6.0 and the instructions are for

Re: [Discuss-gnuradio] Problem: Package fftw3f was not found in the pkg-config

2007-10-04 Thread Brian Padalino
On 10/4/07, Tomek [EMAIL PROTECTED] wrote: Hello! I´m new to GNU Radio. I´m working on a project now and trying to get it to compile. I´m using cygwin and followed the Installing GNU Radio with Cygwin instruction step-by-step. The only problem i hade on the way was with wxPython because

Re: [Discuss-gnuradio] Problem: Package fftw3f was not found in thepkg-config

2007-10-04 Thread Don Ward
- Original Message - From: Tomek [EMAIL PROTECTED] To: discuss-gnuradio@gnu.org Sent: Thursday, October 04, 2007 11:59 AM Subject: [Discuss-gnuradio] Problem: Package fftw3f was not found in thepkg-config [...] Now i tried to configure gnuradio 3.0.4 and i get the following

[Discuss-gnuradio] About Latency

2007-10-04 Thread KC Huang
Hi all: I have two questions about Gnuradio latency: 1. In transmit path, the USB delay is constant due to the 32KB buffer between signal source output and USB. If the sampling rate is 1MS/s and each sample is complex 16 bits( sample size=4bytes), we can get the USB latency = 8ms. But how do

Re: [Discuss-gnuradio] About Latency

2007-10-04 Thread Jeff Brower
KC Huang- I have two questions about Gnuradio latency: 1. In transmit path, the USB delay is constant due to the 32KB buffer between signal source output and USB. If the sampling rate is 1MS/s and each sample is complex 16 bits( sample size=4bytes), we can get the USB latency = 8ms. But

[Discuss-gnuradio] Re: About Latency

2007-10-04 Thread Eric Blossom
On Thu, Oct 04, 2007 at 03:22:40PM -0400, KC Huang wrote: Hi all: I have two questions about Gnuradio latency: 1. In transmit path, the USB delay is constant due to the 32KB buffer between signal source output and USB. You misunderstand how things work. Please take a look at Thomas

[Discuss-gnuradio] Re: About Latency

2007-10-04 Thread KC Huang
Hi Eric: I have already read that paper before. As that paper mentions, the USB delay is according to the equation f(512, fusb_block_size*fusb_nblock) - fs*sample_size , which f(x,y) is at least x and at

[Discuss-gnuradio] Decimation Rates

2007-10-04 Thread Andrew Buck
I'm using a USRP and the usrp_rx_cfile program to record data for later processing. When I graph the recorded data, it looks choppy as if I need to sample at a higher rate. I have done a few runs at various decimation rates and I'm confused by the resulting file sizes. When I set the decimation

[Discuss-gnuradio] Re: About Latency

2007-10-04 Thread Eric Blossom
On Thu, Oct 04, 2007 at 09:46:36PM +0800, KC Huang wrote: Hi Eric: I have already read that paper before. As that paper mentions, the USB delay is according to the equation f(512, fusb_block_size*fusb_nblock) - fs*sample_size

Re: [Discuss-gnuradio] Decimation Rates

2007-10-04 Thread Eric Blossom
On Thu, Oct 04, 2007 at 10:52:17PM -0400, Andrew Buck wrote: I'm using a USRP and the usrp_rx_cfile program to record data for later processing. When I graph the recorded data, it looks choppy as if I need to sample at a higher rate. I have done a few runs at various decimation rates and I'm