[Discuss-gnuradio] Help with RA please

2007-11-30 Thread [EMAIL PROTECTED]
Hi, I am running UBUNTU 7.10 and gnuradio-3.1.1. for USRP. The fm radio works fine. However, when I try running radio astronomy I receive the following. Can someone help please. Thank you, Frank England [EMAIL PROTECTED]:~/gnuradio/gr-radio-astronomy/src/python$ . /usrp_ra_receiver.py

[Discuss-gnuradio] Another basic question please

2007-11-20 Thread [EMAIL PROTECTED]
the maximum throughput (non-quantized) between the host computer and the USRP. cd usrp/host/apps ./test_usrp_standard_tx ./test_usrp_standard_rx I receive the following (have added sudo) I get the same without sudo: [EMAIL PROTECTED]:~/qwt-5.0.2/gnuradio/gnuradio- examples/python/

Re: [Discuss-gnuradio] Another simple question

2007-11-18 Thread [EMAIL PROTECTED]
Hi Firas, That does not seem to work. I need to stop what I am doing. I will continue tomorrow evening and let you know. Thank you for your help. Frank___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/d

[Discuss-gnuradio] Another simple question

2007-11-18 Thread [EMAIL PROTECTED]
Hi, Firas has helped me to install gnuradio on UBUNTU 7.1. At http: //gnuradio.org/trac/wiki/UbuntuInstall I now have reached: cd gnuradio-examples/python/usrp ./benchmark_usb.py It has now gone to rats. Everything was fine to this point I received the message; No such file or directories

Re: [Discuss-gnuradio] Very basic question

2007-11-18 Thread [EMAIL PROTECTED]
Thank you Firas, Appears to work. I will probably need more help later! Thanks again, Frank ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Very basic question

2007-11-18 Thread [EMAIL PROTECTED]
Hi, Have very basic question. I have installed UBUNTU 7.10 works fine. I need to install gnuradio for my usrp. I have downloaded gnuradio-3.1.1. tar.gz to my desktop I refer to http://gnuradio.org/trac/wiki/DebianPackages. The first relevent instruction tells me to: $ sudo apt-get install

[Discuss-gnuradio] USRP/TVRX setting for VHF receiving

2007-07-25 Thread [EMAIL PROTECTED]
Hi, I am working on a VHF receiver using USRP/TVRX board. I need to receive a band of 6 MHz from 156,025 MHz to 162,025 MHz. I have compiled the latest version of GNU Radio (3.0.3), the old tv_rx script are not compatible with the latest version of GNU Radio. Do you know which script in Python I

[Discuss-gnuradio] GPS Implementation

2006-09-07 Thread [EMAIL PROTECTED]
Hello, my name is Marco Gallo and I am quite new to the forum. I am interested in SDR development specially reguarding the GPS application. I would like to know if it is possible to use mobile phones' ADC for converting GPS signals for evaluatic static position only. I do not know if it is possib

Re: [Discuss-gnuradio] Help, dont understand gr.hier_block proper use

2006-02-07 Thread [EMAIL PROTECTED]
Oops, here is the right file. > Original Message: > - > From: Michael Dickens [EMAIL PROTECTED] > Date: Tue, 7 Feb 2006 14:07:49 -0500 > To: discuss-gnuradio@gnu.org, [EMAIL PROTECTED] > Subject: Re: [Discuss-gnuradio] Help, dont understand gr.hier_block proper

[Discuss-gnuradio] Help, dont understand gr.hier_block proper use

2006-02-07 Thread [EMAIL PROTECTED]
Hello all, I have been trying to make my own version of the gmsk2 benchmark for ask modulation. I am getting the following error: Using RX d'board A: self = Traceback (most recent call last): File "./benchmark_ask_rx.py", line 128, in ? main() File "./benchmark_ask_rx.py", line 121, i

[Discuss-gnuradio] Error with 2.6 Core

2006-01-25 Thread [EMAIL PROTECTED]
Please disregarde this post/request. It's an error in my python script. Thanks, Mike mail2web - Check your email from the web at http://mail2web.com/ . ___ Discuss-gnuradio mailin

[Discuss-gnuradio] Buffer error

2006-01-25 Thread [EMAIL PROTECTED]
The attached python script works for a short time before it returns the following error: python: ./gr_buffer.h:96: unsigned int gr_buffer::index_add(unsigned int, unsigned int): Assertion `s < d_bufsize' failed. Aborted What could be the problem? Thanks Mike

[Discuss-gnuradio] Error with 2.6 Core

2006-01-24 Thread [EMAIL PROTECTED]
Hello all, I upgrade to the 2.6 Core tar ball and now I get the following error message when running my Python script. I did not copy the firmware files since I remember seeing a post that indicated that this was no longer necessary. What could be the problem? [EMAIL PROTECTED] GRworking

Re: [Discuss-gnuradio] Making a new packet_sink

2005-12-16 Thread [EMAIL PROTECTED]
Eric, I found my problem. I needed to use a different name for my new version of the packet_sink function even though it was going to be in my package group. Call it mr_packet_sink versus the original gr_packet_sink was not enough. SWIG could not rename my mr_packet_sink. The other porblem I f

Re: [Discuss-gnuradio] Difference between run and start/stop commands

2005-12-15 Thread [EMAIL PROTECTED]
On Wed, 14 Dec 2005 12:24:08 -0500, [EMAIL PROTECTED] wrote: >> Most graphs will run forever unless you explicity tell them to stop. >> The exceptions are those which contain blocks that return -1 from >> their work function. This is a kind of EOF indication. The most co

[Discuss-gnuradio] Making a new packet_sink

2005-12-15 Thread [EMAIL PROTECTED]
I am attempting to make a new version of packet_sink that uses a smaller sync header and fix payload size to save some data bandwidth (remember my low carrier frequency). I am attempting to generate a new block use the gr-howto-write-a-block to make it cleaner and not change the original packet_si

Re: [Discuss-gnuradio] Howto Write a Block

2005-12-10 Thread [EMAIL PROTECTED]
o the working lib directory, made a pointer to it in PYTHONPATH and it's working. What is this .so file? Any better work arround? Original Message: - From: Eric Blossom [EMAIL PROTECTED] Date: Fri, 9 Dec 2005 15:38:46 -0800 To: [EMAIL PROTECTED], discuss-gnuradio@gnu.org S

[Discuss-gnuradio] Howto Write a Block

2005-12-09 Thread [EMAIL PROTECTED]
I am trying to make a new by following the gr-howto-write-a-block. I was able to successfuly make myself a local directory structure with all the required file and compile the howto_square(2)_ff.cc. I also so did a 'make check' in the src directory and it work good. Now the question is how do yo

Re: [Discuss-gnuradio] Viewing square wave in usrp_oscope

2005-12-08 Thread [EMAIL PROTECTED]
On Wed, Dec 07, 2005 at 08:39:01PM +, sudhindra aithal kota wrote: > Hi, > In my mail I have mentioned that I did try with > frequencies greater than 100Khz. But the behaviour was > the same as I had originally reported. > > Regards > Sudhindra Did you try and turn off the automatic dc offs

Re: [Discuss-gnuradio] gmsk error / log files and octave

2005-12-07 Thread [EMAIL PROTECTED]
On Tue, 6 Dec 2005 16:04:07 -0800, Eric Blossom [EMAIL PROTECTED] wrote To: [EMAIL PROTECTED], discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] gmsk error / log files and octave On Tue, Dec 06, 2005 at 06:16:32PM -0500, [EMAIL PROTECTED] wrote: > Probably the easiest thing is to mod

Re: [Discuss-gnuradio] gmsk error

2005-12-06 Thread [EMAIL PROTECTED]
On Tue, 6 Dec 2005 14:24:43 -0800, Eric Blossom [EMAIL PROTECTED] wrote: > Quick answer: > > use the defaults. > > Involved answer: > > It's a Mueller and Müller (M&M) discrete-time error-tracking synchronizer. > > See "Digital Communication Receive

Re: [Discuss-gnuradio] gmsk error

2005-12-06 Thread [EMAIL PROTECTED]
What are the parameters/arguments (omega, gain_omega, me, gain_mu...) used in gr_clock_recovery_mm_xx and how do you determine what they should be? I have been trying to find in the Python literature what the follow syntac represent. """ ... @param omega: nominal relative freq (de

Re: [Discuss-gnuradio] gmsk error

2005-12-05 Thread [EMAIL PROTECTED]
in the message. *tncBufferPnt++ = crc & 0xff; *tncBufferPnt = (crc >> 8) & 0xff; Could you recursively call it as you aquire the data and build up your message? Original Message: - From: [EMAIL PROTECTED] Date: Mon, 5 Dec 2005 09:42:40 -0700 (MST) To: [EMAIL PROTE

Re: [Discuss-gnuradio] gmsk error

2005-12-05 Thread [EMAIL PROTECTED]
On Thu, 1 Dec 2005 16:02:59 -0700 (MST), mgray wrote: > The following is a link to CRC16 for the PIC controller with similiar > memory limitations: > http://www.kd7lmo.net/picobeacon_code.html I looked at the code and all I could find was the function sysCRC16 in lines 1899-1916 of the PicoBeacon

Re: [Discuss-gnuradio] gmsk2 - CRC and whitening

2005-12-01 Thread [EMAIL PROTECTED]
eason you mentioned. gmsk2_pkt.py uses delete_head(). I can't find this code, where is it? The way it's called, it almost looks its part of some standard package. Is it? Mike Original Message: - From: Eric Blossom [EMAIL PROTECTED] Date: Thu, 1 Dec 2005 14:08:45 -

RE: [Discuss-gnuradio] gmsk error

2005-12-01 Thread [EMAIL PROTECTED]
Urgg, should have been under this subject Original Message: - From: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thu, 1 Dec 2005 13:53:15 -0500 To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] (no subject) On Wed, 30 Nov 2005 15:00:34 -0800, Eric Blossom wrote: >

Re: [Discuss-gnuradio] Help using simple_framer and simple_correlator

2005-12-01 Thread [EMAIL PROTECTED]
On Wed, 30 Nov 2005 15:15:17 -0800, Eric Blossom wrote: > You might want to consider looking at the .h file too... Yep, looking at .h helped but raised a question. In the gr_simple_correlator.h inline int slice (float x) { return x >= d_avg ? 1 : 0; } which makes more sense to compare t

[Discuss-gnuradio] (no subject)

2005-12-01 Thread [EMAIL PROTECTED]
On Wed, 30 Nov 2005 15:00:34 -0800, Eric Blossom wrote: > The calling sequence for the gaussian filter design changed. > Even if ggmsk-test were fixed to use it, it doesn't work anywhere > nearly as good as the new code. I would like to use the new code in gmsk2 but I can't implement the CRC32 and

Re: [Discuss-gnuradio] Help using simple_framer and simple_correlator

2005-11-30 Thread [EMAIL PROTECTED]
I have generated an ASK (ON/OFF Keying) signal with the proper framing based on the simple_framer code and successfully demodulated the signal. I can see the rectangular pulses representing my data on the usrp scope (some ripple due to the passband filter). The scope shows the signal with the amp

[Discuss-gnuradio] gmsk error

2005-11-30 Thread [EMAIL PROTECTED]
I was trying to use the ggmsk-test.py, from the gnuradio-example directory, and got the following error message: $ ./ggmsk-test.py sps:8 symbol_rate:270833.33 sample_rate:216.7 p_size: 1024 lo_freq:75.0 lp_cutoff: 25.0 lp_tw: 50

Re: [Discuss-gnuradio] Help using simple_framer and simple_correlator

2005-11-18 Thread [EMAIL PROTECTED]
On Thu, 17 Nov 2005 15:41:15 -0800, Eric Blossom [EMAIL PROTECTED] >>On Thu, Nov 17, 2005 at 04:16:55PM -0500, [EMAIL PROTECTED] wrote: >> I am also in the process of studying this part of the software to see if I >> can use it to recreate my data from the demodulated signa

Re: [Discuss-gnuradio] Viewing square wave in usrp_oscope

2005-11-18 Thread [EMAIL PROTECTED]
considers DC signal and that includes slow varying signals in the KHz range. Original Message: - From: sudhindra aithal kota [EMAIL PROTECTED] Date: Fri, 18 Nov 2005 03:21:09 + (GMT) To: [EMAIL PROTECTED], discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Viewing square wave

Re: [Discuss-gnuradio] Help using simple_framer and simple_correlator

2005-11-17 Thread [EMAIL PROTECTED]
data rate. Will this cause difficulty? I am using very low data rate and with short retransmission time. Mike, if you get your code to work, I would like to see it and what does the input data file look like. Thanks, Mike Original Message: - From: Eric Blossom [EMAIL PROTECTED]

RE: [Discuss-gnuradio] Reducing the ADC sample rate

2005-11-15 Thread [EMAIL PROTECTED]
On Mon, 14 Nov 2005 15:29:39 -0800, Eric wrote, > decim_rate sets how much decimation is done in the FPGA. You can of > course perform additional decimation in software. You'd probably want > to use gr.fir_filter_ccf for that job. The first argument is the > decimation rate. I added some decim

Re: [Discuss-gnuradio] Reducing the ADC sample rate

2005-11-14 Thread [EMAIL PROTECTED]
On Fri, 11 Nov 2005 11:42:18 -0800, Eric responded: >>On Fri, Nov 11, 2005 at 12:09:13PM -0500, [EMAIL PROTECTED] wrote: >> I would like to reduce the ADC sample rate from the default 62.5 MS/s. I >> have found the set_adc_clk_div in the usrp0_rx class. Is this still >>

[Discuss-gnuradio] Low Frequency signal into scope example.

2005-11-14 Thread [EMAIL PROTECTED]
When I use the usrp_scope.py example (with small modification), I only see a trace for part of the time scale for low sweep rate. I am guessing that it has to do with how long the usrp send data per X window update. How can I change the event duration so that I get a sweep for a longer period of

Re: [Discuss-gnuradio] Using USRP w/o Daughterboard's

2005-11-14 Thread [EMAIL PROTECTED]
oops program mail have sent my email without finishing it I got ride of the droop in my low frequency square wave input by disabling the automatic DC offset by doing the following: self.u = usrp.source_c()# usrp is data source self.u.set_dc_offset_cl_enable(0x0, 0xf)

Re: [Discuss-gnuradio] Using w/o Daughterboard's

2005-11-14 Thread [EMAIL PROTECTED]
Got the scope to work without a droop in the signle. Thanks Eric. I disabled the automatic DC offset as follows: self.u = usrp.source_c()# usrp is data source mail2web - Check your email from the web a

[Discuss-gnuradio] Reducing the ADC sample rate

2005-11-11 Thread [EMAIL PROTECTED]
I would like to reduce the ADC sample rate from the default 62.5 MS/s. I have found the set_adc_clk_div in the usrp0_rx class. Is this still usable. I tried to use it in the follow: u = usrp.source_c() u.set_adc_clk_div(6) and I get errors? I did 'from gnuradio import usrp0' and still get th

Re: [Discuss-gnuradio] Using USRP w/o Daughterboard's

2005-11-11 Thread [EMAIL PROTECTED]
* * * By default the control loop is enabled on all ADC's. */ I don't know what to use for bit or mask values. Is this like the mux values? Please explain how you determine the bit and mask values to use? Mike Original Message: ----- From: Eric Blossom [EMAIL PRO

[Discuss-gnuradio] Re: sending signal to soundcard

2005-08-03 Thread [EMAIL PROTECTED]
On Thu, Aug 04, 2005 at 02:33:18PM +0930, Choon Ho wrote: > Quoting Choon Ho <[EMAIL PROTECTED]>: > > Hello folks > > I v got 2 unit of USRP, and i am writing my own polyphase filter code to > recieve > AM signal. I am now stuck on how to get the filtered signal (an

Re: [Discuss-gnuradio] best distro to use GR?

2005-03-28 Thread [EMAIL PROTECTED]
: Sachi <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] best distro to use GR? Date: Sun, 27 Mar 2005 12:41:20 -0800 (PST) > I am using Fedora 3, i586. > When you install Fedora 3, make sure you have selected > development tool

[Discuss-gnuradio] best distro to use GR?

2005-03-27 Thread [EMAIL PROTECTED]
Hi, what is the best, or the most used linux flavor to compile and use with gnuradio? Now I'm using FC3 x86_64, and I have some troubles with swig. I have the core compiled but I can not run the examples. I'm only want to use my time to play with gnuradio and develope some ideas and tests. I don

[Discuss-gnuradio] Re: Discuss-gnuradio Digest, Vol 28, Issue 18

2005-03-20 Thread [EMAIL PROTECTED]
> > Send Discuss-gnuradio mailing list submissions to > discuss-gnuradio@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > or, via email, send a message with subject or body 'help&#x