Re: Help to remove DC offset

2024-02-15 Thread Marcus Müller
no, but I proposed a different way in my first reply. On 15.02.24 12:41, Arhum Ahmad wrote: Yes, in that case, could we reduce the strength of DC so that it won't interfere while detecting the signal's frequency (on the run)? On Thu, Feb 15, 2024 at 4:40 PM Marcus Müller

Re: Help to remove DC offset

2024-02-15 Thread Arhum Ahmad
Yes, in that case, could we reduce the strength of DC so that it won't interfere while detecting the signal's frequency (on the run)? On Thu, Feb 15, 2024 at 4:40 PM Marcus Müller wrote: > Hey, > > can we keep this on the mailing list, please? > > But logically, if you have signal of interest

Re: Help to remove DC offset

2024-02-11 Thread Marcus Müller
Hi Arhum, some limited amount of DC offset is sadly to be expected from any direct conversion architecture (that's a result of LO leakage as well as systematic DC offset). Since DC is the lowest of all possible frequencies, a high-pass filter can be used to eliminate it. The design of that

Re: Help on creating an intermittent beacon transmission using HackRF

2024-02-09 Thread Marcus Müller
Hi David! I'd be very lazy: just pad your pre-recorded signal with zeros, and play it on loop with the file source. Padding of files is easy, and essentially free in terms of storage space if your file system supports sparse files (and if you're on linux, yes, it almost certainly does).

Re: Help on creating an intermittent beacon transmission using HackRF

2024-02-08 Thread Adrian Musceac
> > Another possibility is to write your own source block which reads and stores > the samples in memory, then outputs them at a specified time until the > whole buffer is transmitted, then sleeps for a while and repeats. If you > need to control actual transmission time more precisely it can be

Re: Help on creating an intermittent beacon transmission using HackRF

2024-02-08 Thread Adrian Musceac
On Wednesday, 7 February 2024 21:03:11 EET Daniel Estévez wrote: > > Hi David, > > One possible solution would be to make a flowgraph that plays the file > once. Then make a bash script that loops, calling the flowgraph and then > sleeping for some time. > > Best, > Daniel. > Another

Re: Help on creating an intermittent beacon transmission using HackRF

2024-02-07 Thread Daniel Estévez
On 07/02/2024 17:09, David Barnhart wrote: Hi all:   I teach a course at USC on satellite ground communications that is a lab-based class. I would like to setup an intermittent transmission using a recorded beacon that we have used before (in cfile format) to have them practice “catching

Re: Help in identying a jamming signal

2023-09-28 Thread Mitja kocjančič
Hello there, I managed to record 10Mhz of sample rate which u can find here: https://transfer.sh/vxuyz7zPyH/SDRSharp_20230928_110124Z_67610Hz_IQ.wav It seams that interfering signal is infact DVB-T on Channel 46 with Center frequency of 674 MHz I also managed to capture that interference

Re: Help in identying a jamming signal

2023-09-28 Thread Fabian Schwartau
Do you know this site? https://www.sigidwiki.com/wiki/Signal_Identification_Guide I had a short peek and could not find anything, but you may have a bit more patience. Best Fabian Am 27.09.23 um 13:21 schrieb veso...@gmail.com: Hello there all, I hope someone can help me I am trying to

Re: Help in identying a jamming signal

2023-09-28 Thread Undescribed Horrific Abuse, One Victim & Survivor of Many
Hi, I'm not a radio engineer and don't use gnuradio much but used to think about these things for hobby hacking. Thoughts: - Recording from multiple antennas simultaneously could: - provide for separating it from the signal using a blind source separation approach - give more information on

Re: Help in identying a jamming signal

2023-09-27 Thread Daniel Estévez
Hello, Taking a quick look at your recording, I see some kind of pulsed signal that follows a regular pattern. The signal is on for a period of ~548 usec, then off for two periods of this duration (~548 usec per period), and then the same repeats forever (one period on, two periods off). This

Re: Help Regarding Transmitting Gain of USRP N-200

2023-06-25 Thread Marcus D. Leech
On 25/06/2023 16:49, Arhum Ahmad wrote: Respected sir, I am using N-200 USRP for transmitting a signal. While transmitting, I havechangedthe Gain value in the SDRutransmitting block, but my signal strength at the receiver remains the same. I also stop and restart the code but the change in

Re: Help with understanding message pair to var

2022-11-23 Thread Jeff Long
You've probably already found https://wiki.gnuradio.org/index.php/Message_Pair_to_Var For example, if samp_rate is the target variable, you end up with something like self.p2v = blocks.msg_pair_to_var(self.set_samp_rate) which will then call def set_samp_rate(self, samp_rate):

Re: Help Needed for "firdes.root_raised_cosine"

2022-11-01 Thread Shuvodip Majumdar
Dear all, This issue has been resolved through a chat at https://chat.gnuradio.orgwith funkylab and drmpeg in the time interval: Indian Standard Time 14:24 to 16:38 dated 1st November 2022. Please have a look if you are interested. Thank you. With regards, Shuvodip On Tue, Nov 1, 2022 at

Re: Help Needed for "firdes.root_raised_cosine"

2022-11-01 Thread Cinaed Simson
See https://wiki.gnuradio.org/index.php?title=SuggestedReading -- CInaed On 11/1/22 00:35, Shuvodip Majumdar wrote: Hello Cinaed, My doubt is not about the data types. It's about what the fields signify, e.g. symbol rate, sampling rate, excess bandwidth etc. Regards, Shuvodip On Tue, Nov

Re: Help Needed for "firdes.root_raised_cosine"

2022-11-01 Thread Shuvodip Majumdar
Hello Cinaed, My doubt is not about the data types. It's about what the fields signify, e.g. symbol rate, sampling rate, excess bandwidth etc. Regards, Shuvodip On Tue, Nov 1, 2022 at 12:49 PM Cinaed Simson wrote: > Hi Shuvodip - if the blocks have the same color, then they have the > same

Re: Help Needed for "firdes.root_raised_cosine"

2022-11-01 Thread Cinaed Simson
Hi Shuvodip - if  the blocks have the same color, then they have the same data type - but not necessarily the same value. What version of gnuradio are you using? -- Cinaed On 10/31/22 21:41, Shuvodip Majumdar wrote: Dear all, I am currently going through the tutorials of GNU Radio. Here I

Re: Help Needed for FREQUENCY SINK Block of GNU Radio

2022-10-26 Thread Shuvodip Majumdar
Dear Kyeong, Thank you very much. It worked perfect. Regards, Shuvodip On Wed, 26 Oct, 2022, 17:43 Kyeong Su Shin, wrote: > Hello Shuvodip: > > It simply takes STFT of the raw input data after applying a windowing > function to them. No further calibrations or amplitude corrections are >

Re: Help For Packet Reception in GNU Radio

2022-10-13 Thread Cinaed Simson
Hi Rohith - in the Protocol Formatter,  the hdr_format, I'm fairly certain the hdr denotes "High Dynamic Range" used in imaging - TV images for instance. In which case, it may easily generate 4 times the data then your sentence contains in bits. -- Cinaed On 10/13/22 02:17, Rohith Rajan

Re: Help on

2022-03-28 Thread Marcus Müller
"A curse is just a special kind of magic." – M. Müller's corollary (seriously, though, we're doing good on the enabling-the-good-kind-of-magic side.) On 28.03.22 17:00, Ed Criscuolo wrote: “Any sufficiently advanced technology is indistinguishable from magic.” — A. C. Clarke @(^.^)@ Ed Sent

Re: Help on

2022-03-28 Thread Ed Criscuolo
“Any sufficiently advanced technology is indistinguishable from magic.” — A. C. Clarke @(^.^)@ Ed Sent from my iPhone > On Mar 28, 2022, at 9:25 AM, Robert McGwier wrote: > >  > GnuRadio is so good it can even do magic. 邏 > >> On Mon, Mar 28, 2022, 2:01 AM Lorenzo Mainardi wrote: >> As

Re: Help on

2022-03-28 Thread Robert McGwier
GnuRadio is so good it can even do magic. 邏 On Mon, Mar 28, 2022, 2:01 AM Lorenzo Mainardi wrote: > As last resource I tried to update the libraries and the problem is > magically solved. > Thank you everyone for the support. > > Il dom 27 mar 2022, 18:46 Lorenzo Mainardi ha > scritto: > >>

Re: Help on

2022-03-28 Thread Lorenzo Mainardi
As last resource I tried to update the libraries and the problem is magically solved. Thank you everyone for the support. Il dom 27 mar 2022, 18:46 Lorenzo Mainardi ha scritto: > Hello everyone, I am trying to make a cheap USB dongle working with > gnuradio and gnuradio-companion. > I just

Re: Help on

2022-03-27 Thread Marcus D. Leech
On 2022-03-27 15:32, Marcus Müller wrote: Is 32k a supported sampling rate? Sounds two orders of magnitude too low. The lowest RTL supported sampling rate is 250K, and then there's a jump with no supported   rates until something like 900K. For a single WBFM channel, you need the 250K

Re: Help on

2022-03-27 Thread Marcus Müller
Is 32k a supported sampling rate? Sounds two orders of magnitude too low. On 27.03.22 21:22, Lorenzo Mainardi wrote: The error about PLL should be just "cosmetic" and not have any impact. Anyway, I think I setup correctly both the correct frequency (I would like to test the broadband FM, so

Re: Help on

2022-03-27 Thread Lorenzo Mainardi
The error about PLL should be just "cosmetic" and not have any impact. Anyway, I think I setup correctly both the correct frequency (I would like to test the broadband FM, so 100e6) both the sampling frequency (32k). The real issue is the "Return code -11" error, I cannot find anything about that.

Re: Help on

2022-03-27 Thread Fabian Schwartau
Hi, did you set the correct frequency? If it is outside the allowed range, it is expected that the PLL cannot lock. Best, Fabian Am 27.03.22 um 18:46 schrieb Lorenzo Mainardi: Hello everyone, I am trying to make a cheap USB dongle working with gnuradio and gnuradio-companion. I just tried to

Re: Help with sweep generator

2022-02-12 Thread Fons Adriaensen
On Fri, Feb 11, 2022 at 01:36:59PM +, e heuchamps wrote: > I have read in a thread in this forum that the sampling rate (usually > denoted by the variable "samp_rate") is just a number representing how > much values are in a period of the signal. This means that, for signal > with frequency

Re: Help- gr-lora OOT Module failed to install!

2021-10-20 Thread Paul Atreides
dio 3.8.1, when using 3.8.2? > > Regards, > > Thangaraj > > > > Von: Paul Atreides > Gesendet: Dienstag, 19. Oktober 2021 20:07 > An: Thangaraj Mukara Dhakshinamoorthy > Cc: Ron Economos ; discuss-gnuradio@gnu.org > Betreff: Re: Help- gr-lora OOT Modul

Re: Help- gr-lora OOT Module failed to install!

2021-10-19 Thread Paul Atreides
; PYTHONPATH=$PYTHONPATH:/usr/local/lib/python3/dist-packages > komro@komro-HP-ProBook-6560b:~$ printenv > . > . > PYTHONPATH=:/usr/local/lib/python3/dist-packages > . > . > > But nothing fixed the issue yet, could anyone please help? > > Regards, > Thangaraj > > Von: Discuss

Re: Help- gr-lora OOT Module failed to install!

2021-10-19 Thread Ron Economos
You need to install liborc. sudo apt-get install liborc-0.4-dev Ron On 10/19/21 6:12 AM, Thangaraj Mukara Dhakshinamoorthy wrote: Hello, My system config: OS: Ubuntu 20.04.3 LTS OS Type: 64-bit RAM: 3.8 GB Processor: Intel Core i5-2450M CPU @2.50GHz x4 UHD version: 3.15.0.0 GNU Radio

Re: help request with simple live mic tx

2021-03-30 Thread Stefano Zorzanello
Many thanks Marcus and Cristophe for your answers. I keep on working, I appreciate your help very much. All best stefano Il 30/03/2021 20:01, Marcus Müller ha scritto: Hi Stefano, no need to thank me for patience, you're doing cool stuff! (but please, always keep the mailing list in CC:,

Re: help request with simple live mic tx

2021-03-30 Thread Marcus Müller
Hi Stefano, no need to thank me for patience, you're doing cool stuff! (but please, always keep the mailing list in CC:, as there are multiple people who can help you!) The aO means "audio device is overflowing", which means you're not getting the data away from the audio source quickly

Re: help request with simple live mic tx

2021-03-30 Thread Stefano Zorzanello
Here again, struggling with another attempt to transmit in AM instead of FM, I've copied/modified the grc file found at https://wiki.gnuradio.org/index.php/Simulation_example:_AM_transmitter_and_receiver I get the following error line, which I don't understand as it seems to me identical to

Re: help request with simple live mic tx

2021-03-30 Thread Marcus Müller
Why are you doing short to float, if the output of the audio source is already float? On 30.03.21 01:47, Stefano Zorzanello wrote: > Dear list, > > as a newbie I ask you for your help with the attached file. For a > sound-installation > purpose I'd like to transmit a weak signal, which is

Re: Help Request - updating OOT module with latest github commits.

2021-03-29 Thread Marcus Müller
# Make sure we're not leaving behind remnants of previous versions cd gr-satellites/build sudo make uninstall # Get the newest state git pull origin maint-3.8 # Build fresh make clean make -j5 sudo make install Best regards, Marcus On 29.03.21 19:06, Abraham Diaz de Leon Camou wrote: >

Re: help for a sdr-based sound-art installation

2021-02-13 Thread Stefano Zorzanello
Yes, just hackRF One plugged into the RPI... ⁣=== Sent from my mind, some fingers and electronics helped.​ Il giorno 13 feb 2021, 23:13, alle ore 23:13, Fabian Schwartau ha scritto: >You are welcome :) >I can't actually explain why it is working with the hackrf argument. If >you have only one

Re: help for a sdr-based sound-art installation

2021-02-13 Thread Fabian Schwartau
You are welcome :) I can't actually explain why it is working with the hackrf argument. If you have only one sdr connected, it should work without it. Anyway, I'm glad it works now. Am 13. Februar 2021 22:54:32 MEZ schrieb Stefano Zorzanello : >please apologize, I didn't realize to have replied

Re: help for a sdr-based sound-art installation

2021-02-13 Thread Stefano Zorzanello
please apologize, I didn't realize to have replied just to you. about hackrf recognition, this is the terminal report: - - - - $ hackrf_info Found HackRF board 0: USB descriptor string: 088869dc3326571b Board ID Number: 2 (HackRF One) Firmware Version: 2017.02.1 Part ID Number:

Re: help for a sdr-based sound-art installation

2021-02-13 Thread Fabian Schwartau
Hi Stefano, we should stay on the mailing list, so everyone can follow and contribute. Are you sure there are not other messages? Because those below are no error messages, just a warning and a bit of information, nothing to really worry about. One common problem (which I did not have) is missing

Re: help for a sdr-based sound-art installation

2021-02-13 Thread Fabian Schwartau
Hi Stefano, don't worry asking such questions here on the list. That's its purpose I guess ;) First of all: I was able to run both of your flowgraphs on my PC with a HackRF One, so the problem lies somewhere else. A small google search reavealed no perfect solution, but it indicated that

Re: Help with keyboard input

2021-01-13 Thread Doug McGarrett
On 1/13/21 3:09 PM, Fabian Schwartau wrote: If you can reproduce a failing wired keyboard, check what /var/log/syslog says when it turns off. Use tail -f /var/log/syslog to monitor the output continously. There should be some note on what is going on. A look in the xorg/wayland logs may also

Re: Help with keyboard input

2021-01-13 Thread Fabian Schwartau
If you can reproduce a failing wired keyboard, check what /var/log/syslog says when it turns off. Use tail -f /var/log/syslog to monitor the output continously. There should be some note on what is going on. A look in the xorg/wayland logs may also help. Am 13.01.21 um 20:03 schrieb Barry Duggan:

Re: Help with keyboard input

2021-01-13 Thread Jeff Long
See if it's this: https://hamwaves.com/usb.autosuspend/en/ On Wed, Jan 13, 2021 at 2:12 PM Barry Duggan wrote: > I know this is not a GNU Radio problem directly, but I hope maybe > someone has some insight into this. > > I have a Lenovo ThinkCentre M75s with a AMD® Ryzen 7 PRO 3700 Processor. >

Re: Help with gnu radio oscom / hackrf on Windows please.

2021-01-07 Thread Cinaed Simson
Hi Edward - I know next to nothing about Windows - but if you're setting the device options for the hackrf as rtl="some an integer" I would be really surprised if that works . At some point in the distance past, you could set it device number to "0" if you there was only one device - I don't

Re: Help Wanted: GR Ham Radio group

2020-11-28 Thread Barry Duggan
Hi Ray, Thank you for your response! I've been retired for 18 years, but I've been busier since I've been working with GNU Radio than I was before. I look forward to your participation (and learning what a GOLF-Tee is ;). 73, Barry Duggan KV4FV https://github.com/duggabe On 11/28/20 5:10

Re: Help Wanted: GR Ham Radio group

2020-11-28 Thread Barry Duggan
Hi Michael, Thank you for your response! Are you currently using GNU Radio in your ham operations? Is there a topic you would like to present? I look forward to hearing from you. 73, Barry Duggan KV4FV https://github.com/duggabe P.S. Please CC: discuss-gnuradio@gnu.org in your response (or

Re: Help check flow-graph

2020-11-07 Thread Marcus Müller
Hi Akinyele, GNU Radio companion has an "screen capture" function that allows you to directly save **good** images of your flow graph. Also, your operating system has the same. So, I'll respectfully point out that taking photos with a camera is a complicated and not overly useful method to

Re: HELP: needed with RFNoC & gr-ettus & PFB

2020-06-09 Thread Mohamed Yaaseen
Hello EJ Kreinar, Thank you for your reply. I am planning to use theseus.On a side note I was seeing your talk on GRCon 18 when I was writing this email :) Great talk by the way !! As a first step I am trying to make a working POC, so if no. of channels are restricted to powers of 2, I

Re: HELP: needed with RFNoC & gr-ettus & PFB

2020-06-06 Thread EJ Kreinar
Hi Mohamed, I'll see if I can field a few of your questions... 3. I am currently pseudo-maintaining theseus-cores repo: gitlab.com/theseus-cores/theseus-cores By that I mean Im not currently actively developing anything for it (my spare time available to work on open source fpga has decreased),

Re: Help with GR-Inspector

2020-06-04 Thread Sebastian Müller
gt; > > [1] https://forums.gentoo.org/viewtopic-t-1098804-start-0.html > > > > > > Pierre > > > > > > > > De : Sebastian Müller > > > > À : discuss-gnuradio@gnu.org > > > > Sujet : R

Re: Help with GR-Inspector

2020-06-03 Thread Sebastian Müller
Hello Pierre, you already got everything right: - gr-inspector for GNU Radio 3.7 requires Qt4 - gr-inspector for GNU Radio 3.8 requires Qt5 So there should be no problem in using Qt4 for your case. In particular, gr-qtgui for GNU Radio 3.7 is using Qt4, not Qt5 [1].

Re: Help request

2020-04-24 Thread Derek Kozel
Hello Vincenzo, Thank you for the really detailed description of what you've done. The original author of gr-gpredict-doppler stopped working on it five years ago and so it is incompatible with recent versions of GNU Radio. Happily another community member has updated it themselves. Delete

Re: Help with uhd_packet_tx

2020-03-06 Thread Ahmet DEMIR
st a Unix security policy thing. > > Regards, > Kyeong Su Shin > -- > *보낸 사람:* Ahmet DEMIR 대신 Discuss-gnuradio > > *보낸 날짜:* 2020년 3월 6일 금요일 오후 4:45 > *받는 사람:* Müller, Marcus (CEL) > *참조:* discuss-gnuradio@gnu.org > *제목:* Re: Help

Re: Help with uhd_packet_tx

2020-03-05 Thread Kyeong Su Shin
오후 4:45 받는 사람: Müller, Marcus (CEL) 참조: discuss-gnuradio@gnu.org 제목: Re: Help with uhd_packet_tx Thank you for the answer but gnuradio does not let me save the generated file in the same folder when I click Run/Generate. Error is: Error: Cannot save: /usr/share/gnuradio/examples/blocks

Re: Help with uhd_packet_tx

2020-03-05 Thread Ahmet DEMIR
Thank you for the answer but gnuradio does not let me save the generated file in the same folder when I click Run/Generate. Error is: Error: Cannot save: /usr/share/gnuradio/examples/blocks/packet_tx.grc Müller, Marcus (CEL) , 5 Mar 2020 Per, 15:02 tarihinde şunu yazdı: > You'll need to open the

Re: Help with uhd_packet_tx

2020-03-05 Thread CEL
You'll need to open the packet_tx example from the same folder, and hit "generate" on that, and then reload the block library. On Thu, 2020-03-05 at 13:56 +0300, Ahmet DEMIR wrote: > Thanks a lot for the help. I am using linux ubuntu 18.04 operating system. > When I want to use the

Re: Help with cubesats

2020-02-16 Thread Miklos Maroti
Hi Andrew, Shameless plug, but you can take a look at this repo https://gitlab.com/phorvath/smogcli2 to record samples with RTL-SDR and Raspberry PI. It is developed for the ATL-1 and SMOG-P satellites. It is a standalone application, samples at 1.6 or 2.0 maps, tracks the location of the

Re: Help with cubesats

2020-02-16 Thread Nate Temple
Hi Andrew, I would encourage you to try using GNU Radio first on your host machine in order to become familiar with it's operation. Then once you have an understanding of it, you can easily deploy your application/flowgraph to a headless device like a raspberry pi. I'd suggest starting by going

Re: Help with cubesats

2020-02-15 Thread Nate Temple
Hi Andy, You'll probably want to use gr-satellites instead of direwolf. https://github.com/daniestevez/gr-satellites You can record a pass using GNU Radio using a File Sink. Regards, Nate Temple On Sat, Feb 15, 2020 at 6:01 PM Andrew Stamp wrote: > Hi, > > I’m looking for assistance with

Re: Help GRC with USRP N300

2020-02-12 Thread Michael Dickens
Hi Jean Marie - 2 thoughts: 1) Did you run "sudo ldconfig" after installation? Always a good idea to do that after installing anything, to update to LD cache. 2) If you run {{{ /usr/bin/python2 -c "import sys; print(sys.path)" }}} is one of the paths "/usr/local/lib/python2.7/dist-packages"? If

Re: Help : UHD

2020-02-11 Thread Brian Padalino
On Tue, Feb 11, 2020 at 11:15 AM "Till Hülder" wrote: > > Hello, > > i want to implement a FMCW-Radar in a frequency-chirp. First i tested the > frequency-chirp . I send the chirp from TX to RX of my USRP. > I get this warning : > > UHD Warning: > For this connection, UHD recommends a

[Discuss-gnuradio] Re: Help required tunnel.py

2010-07-08 Thread Tuan Ta
Juan, Thanks a lot for your response. I tried stopping at the ifconfig stage and wait for both PCs to be ready before hitting enter. But all I saw was TX and no RX. Do you have any idea where the problem might be? Tuan On Wed, Jul 7, 2010 at 7:10 PM, Juan Quiroz asd...@yahoo.com wrote: I have

[Discuss-gnuradio] Re: Help required tunnel.py

2010-07-08 Thread chuck lorres
Hi, I have successfully run digital folders tunnel.py. However, I am not receiving anything when i run the ofdm folder tunnel.py. Whereas the benchmark_ofdm_tx+rx.py is running perfectly. I have varied almost all the available parameters but to no avail. Please help me out. Thanks in advance.

Re: [Discuss-gnuradio] Re: Help required tunnel.py

2010-07-08 Thread Tuan Ta
a lot, Tuan On Thu, Jul 8, 2010 at 10:55 AM, chuck lorres chucklor...@hotmail.comwrote: I am using RFX 2400, gnuradio 3.2.2, ubuntu 9.10 and 9.04 on another -- Date: Thu, 8 Jul 2010 10:48:24 -0400 Subject: Re: [Discuss-gnuradio] Re: Help required tunnel.py

Re: [Discuss-gnuradio] Re: Help required tunnel.py

2010-07-08 Thread Tuan Ta
was observed. 0 packets were dropped. -- Date: Thu, 8 Jul 2010 11:09:30 -0400 Subject: Re: [Discuss-gnuradio] Re: Help required tunnel.py From: ta.tu...@gmail.com To: chucklor...@hotmail.com; discuss-gnuradio@gnu.org That's pretty much the same settings

[Discuss-gnuradio] Re: Help required tunnel.py

2010-07-08 Thread chuck lorres
is being sensed.In digital folders tunnel.py is running perfectly.Thanks. Date: Thu, 8 Jul 2010 13:07:04 -0400 Subject: Re: [Discuss-gnuradio] Re: Help required tunnel.py From: ta.tu...@gmail.com To: chucklor...@hotmail.com; discuss-gnuradio@gnu.org I finally found a setting that actually works. So

Re: [Discuss-gnuradio] Re: Help required tunnel.py

2010-07-08 Thread Tuan Ta
. Thanks. -- Date: Thu, 8 Jul 2010 13:07:04 -0400 Subject: Re: [Discuss-gnuradio] Re: Help required tunnel.py From: ta.tu...@gmail.com To: chucklor...@hotmail.com; discuss-gnuradio@gnu.org I finally found a setting that actually works. So the real problem I think lies

[Discuss-gnuradio] Re: Help required tunnel.py

2010-07-07 Thread Juan Quiroz
I have installed deb package of GNU radio 3.2.2 for Ubuntu 9.04 and works fine, with openSUSE 11.1 I try tarball and everything is OK, for openSUSE there's a rpm package of GNU radio 3.1.3 avalaible in http://software.opensuse.org/search it's ok too. Try doing this step by step Run tunnel.py,

[Discuss-gnuradio] Re: Help required tunnel.py

2010-07-06 Thread Juan Quiroz
I did the same question a few weeks ago! You should change carrier threshold to a higher value, default is 30 db, I changed to 50 db to get a clear connection, I'm working with openSUSE 11.1 and I'm root user transmitting in first wifi channel, so I write in console: user# python tunnel.py -f

Re: [Discuss-gnuradio] Re: Help please - install openSUSE 11.1 gnuradio

2010-03-23 Thread Gregor Dschung
On a fresh openSUSE 11.2, if have installed gnuradio a few days ago. After the installation, rpm -qa --last gave me python-Cheetah-2.4.0-1.3 So 21 Mär 2010 23:41:46 CET python-lxml-2.2.2-2.1 So 21 Mär 2010 23:38:17 CET python-wxGTK-2.8.10.1-2.pm.3.1

Re: [Discuss-gnuradio] Re: Help please - install openSUSE 11.1 gnuradio

2010-03-22 Thread Tom Rondeau
On Fri, Mar 19, 2010 at 8:15 AM, Andrew Rich vk4...@tech-software.net wrote: Thanks Alex I forgot about that page, talk about doing things the long way around ! I installed and got:- * The following GNU Radio components

[Discuss-gnuradio] Re: Help please - install openSUSE 11.1 gnuradio

2010-03-19 Thread Andrew Rich
Sorted gnuradio install - openSUSE 11.1 Linux version 2.6.27.7-9-pae 1) gcc - YAST 2) python and python devel - YAST 3) SWIG - YAST 4) FFTW3F -devel YAST 5) libccpunit - YAST + installed gcc43-c++ (missing g++ error) (YAST) + Downloaded and installed boost_1_42_0 .tar.gz

Re: [Discuss-gnuradio] Re: Help please - install openSUSE 11.1 gnuradio

2010-03-19 Thread Alexandru Csete
Andrew, It seems you are still missing a lot of dependencies, you can see a list here: http://gnuradio.org/redmine/wiki/gnuradio/SuseInstall On desktop linux distributions you should be able to have everything enabled except gcell gr-gcell gr-audio-osx gr-audio-windows gr-comedi and possibly

Re: [Discuss-gnuradio] Re: Help please - install openSUSE 11.1 gnuradio

2010-03-19 Thread Andrew Rich
. - Original Message - From: Alexandru Csete oz9...@googlemail.com To: gnuradio discuss-gnuradio@gnu.org Sent: Friday, March 19, 2010 9:14 PM Subject: Re: [Discuss-gnuradio] Re: Help please - install openSUSE 11.1 gnuradio Andrew, It seems you are still missing a lot

[Discuss-gnuradio] Re: Help please - install openSUSE

2010-03-19 Thread Juan Quiroz
Information for openSUSE 11.1 on GNUradio web page works fine, take care with versions of packages that you can find in YAST because versions are not allways most recent, you can find rpm packages to solve dependencies in http://software.opensuse.org/search just select opensuse 11.1 and one

RE: [Discuss-gnuradio] Re: help req gnu radio installation on ubuntu 9.10

2010-03-08 Thread nadia raj
thanks it worked _ Hotmail: Free, trusted and rich email service. http://clk.atdmt.com/GBL/go/201469228/direct/01/___ Discuss-gnuradio mailing

[Discuss-gnuradio] Re: help req gnu radio installation on ubuntu 9.10

2010-03-07 Thread sanam singh
hi, thanks for your reply Mr Timothy. I proceeded with preceding steps and i installed gnuradio successfully however, now im facing two more problems : 1) when i typre grc in terminal a error window pops up saying Cannot import gnuradio. Are your PYTHONPATH and LD_LIBRARY_PATH set correctly?

Re: [Discuss-gnuradio] Re: help req gnu radio installation on ubuntu 9.10

2010-03-07 Thread Josh Blum
sometimes it helps to run the magic incantation: sudo ldconfig -Josh On 03/07/2010 10:07 AM, sanam singh wrote: hi, thanks for your reply Mr Timothy. I proceeded with preceding steps and i installed gnuradio successfully however, now im facing two more problems : 1) when i typre grc in

Re: [Discuss-gnuradio] Re: help req gnu radio installation on ubuntu 9.10

2010-03-07 Thread Eric Blossom
On Sun, Mar 07, 2010 at 10:38:32AM -0800, Josh Blum wrote: sometimes it helps to run the magic incantation: sudo ldconfig -Josh And have you set your PYTHONPATH? $ export PYTHONPATH=/usr/local/lib/python2.6/dist-packages Eric On 03/07/2010 10:07 AM, sanam singh wrote: hi,

[Discuss-gnuradio] RE: Help req: Simulataneous transmission

2010-01-05 Thread nadia raj
...@hotmail.com CC: discuss-gnuradio@gnu.org Subject: Re: Help req: Simulataneous transmission On Mon, Jan 04, 2010 at 06:06:51AM +, nadia raj wrote: Hi, Thank you Mr.Eric for your valuable advice. You're welcome. Yes i studied and completely understood the example that you referred

[Discuss-gnuradio] Re: Help req: Simulataneous transmission

2010-01-04 Thread Eric Blossom
On Mon, Jan 04, 2010 at 06:06:51AM +, nadia raj wrote: Hi, Thank you Mr.Eric for your valuable advice. You're welcome. Yes i studied and completely understood the example that you referred. I have ,with your advice solved the problem of spatial demux. Now i want to ask you that

[Discuss-gnuradio] Re: help for peak detector

2009-04-07 Thread feldmaus
Markus Feldmann feldmann_markus at gmx.de writes: Therefore i have some questions: To 2.) What allowed values for Look Ahead ? And what does this mean ? Which unit ? What is Alpha, and which are allowed values ? If the peak detector gets a peak, what does it spit

RE: [Discuss-gnuradio] Re: help on xlating frequency

2009-03-24 Thread Paul Mathews
- From: Markus Feldmann [mailto:feldmann_mar...@gmx.de] Sent: Monday, March 23, 2009 11:43 AM To: gnu radio mailing list Subject: [Discuss-gnuradio] Re: help on xlating frequency Paul Mathews schrieb: See 'usrp_am_mw_rcv.py' for an example. Look for the code relating to these lines in particular

[Discuss-gnuradio] Re: help on xlating frequency

2009-03-23 Thread Markus Feldmann
Paul Mathews schrieb: See 'usrp_am_mw_rcv.py' for an example. Look for the code relating to these lines in particular: if self.use_IF: # Turn If to baseband and filter. self.chan_filt = gr.freq_xlating_fir_filter_ccf (chanfilt_decim, chan_filt_coeffs, self.IF_freq,

[Discuss-gnuradio] Re: help on xlating frequency

2009-03-23 Thread Markus Feldmann
Paul Mathews schrieb: See 'usrp_am_mw_rcv.py' for an example. Look for the code relating to these lines in particular: if self.use_IF: # Turn If to baseband and filter. self.chan_filt = gr.freq_xlating_fir_filter_ccf (chanfilt_decim, chan_filt_coeffs, self.IF_freq,

[Discuss-gnuradio] Re: Help to Test DBSRX and USRP

2009-02-03 Thread José Carlos Reyes
Hi all, Is it possible to do a reset at USRP? Thanks, Jose 2009/2/3 José Carlos Reyes jcreyesguerr...@gmail.com Hi all, As I posted before, after installing Gnu Radio (3.1.3 tarball) I tested my USRP and Dbsrx daughterboard when usrp_fft.py and I could see gsm spectrum without problems.

Re: [Discuss-gnuradio] Re: Help! ImportError: cannot import name usrp

2008-11-03 Thread Patrick Strasser
Joreen Tan wrote am 2008-10-28 18:36: Joreen Tan wrote am 2008-10-28 08:04: The error reported is as shown: Traceback (most recent call last): File usrp_fft.oy, line 24, in module from gnuradio import usrp ImportError: cannot import name usrp Need more Info: Did you compile by yourself or

[Discuss-gnuradio] Re: Help! ImportError: cannot import name usrp

2008-10-28 Thread C.cc Jay
Dear jorren check your python path your python can not found the module. In my memory, you can find some discussion here (same error message) Joreen Tan wrote: ... The error reported is as shown: Traceback (most recent call last): File usrp_fft.oy, line 24, in module from gnuradio import

RE: [Discuss-gnuradio] Re: Help! ImportError: cannot import name usrp

2008-10-28 Thread Joreen Tan
Hi, my python path is correct but i can't find any past discussions regarding the same error message on google. May i check where can i find the past discussions? Date: Tue, 28 Oct 2008 12:13:32 +0100 From: [EMAIL PROTECTED] To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] Re

RE: [Discuss-gnuradio] Re: Help! ImportError: cannot import name usrp

2008-10-28 Thread Joreen Tan
-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Re: Help! ImportError: cannot import name usrp Hi, This may be one of the more stupid things I've said here (or any were else), but shouldn't it be usrp_fft.py, and not usrp_fft.oy? It seems like an easy typo to make, and when i do

[Discuss-gnuradio] Re: Help! ImportError: cannot import name usrp

2008-10-28 Thread Patrick Strasser
Joreen Tan wrote am 2008-10-28 08:04: Hi, Just started on this project again and faced with this problem with the gnuradio-3.1.3 version using fedora 9. The error message occured when i was running gr-utils/src/python/usrp_fft.py I am logging in as root. The error reported is as

[Discuss-gnuradio] Re: Help with RA please

2007-11-30 Thread David
Anthony, you need to download and install Pyephem. You can get it here: http://rhodesmill.org/pyephem/ Sorry, I am not familiar with Ubuntu, so I can't help with installing it. But others on this list can help with that. Dave Message: 1 Date: Fri, 30 Nov 2007 17:40:55 + (UTC) From:

Re: [Discuss-gnuradio] Re: Help - please

2007-01-17 Thread Matt Ettus
Harold D. Skank wrote: People, I mis-stated my problem in my earlier posting. It's not the receive message closing that I need to modify, but the transmit message closing. Otherwise the posting was correct. What do you mean by message closing? Matt

[Discuss-gnuradio] Re: Help - please

2007-01-13 Thread Harold D. Skank
People, I mis-stated my problem in my earlier posting. It's not the receive message closing that I need to modify, but the transmit message closing. Otherwise the posting was correct. Harold On Sat, 2007-01-13 at 16:37 -0600, Harold D. Skank wrote: People A newbie here. I need to

[Discuss-gnuradio] Re: Help with verilog: write_count

2006-11-17 Thread seph 004
-- Message: 3 Date: Thu, 16 Nov 2006 12:44:48 -0800 From: Eric Blossom [EMAIL PROTECTED] Subject: Re: [Discuss-gnuradio] Help with Verilog: write_count[8] To: seph 004 [EMAIL PROTECTED] Cc: discuss-gnuradio@gnu.org Message-ID: [EMAIL PROTECTED] Content-Type:

Re: [Discuss-gnuradio] Re: Help with verilog: write_count

2006-11-17 Thread Eric Blossom
On Fri, Nov 17, 2006 at 01:02:31AM -0800, seph 004 wrote: Hi Thanks for responding. So WR ~write_count[8] should be able to serve as a write enable for a ram block? Also, while testing with one of the unmodified FPGA builds, I found that the have_space control line would sometimes go to

[Discuss-gnuradio] Re: Help with Verilog

2006-11-10 Thread seph 004
From: "Oussama Sekkat" [EMAIL PROTECTED]Subject: Re: [Discuss-gnuradio] Help with VerilogTo: "seph 004" [EMAIL PROTECTED]Cc: discuss-gnuradio@gnu.orgMessage-ID:[EMAIL PROTECTED]Content-Type: text/plain; charset="iso-8859-1"Hi Lance,On 11/7/06, seph 004 [EMAIL PROTECTED] wrote: Hi I've been bashing

[Discuss-gnuradio] Re: Help getting started

2006-10-13 Thread Dan Halperin
Jim Borynec wrote: Try using a meter long wire. That seems to have fixed the problem; I took the two antennas and linked them end-to-end and all of a sudden the scope reflects a change with and without the antennas connected. Thanks so much! What kind of wire is best? Are we talking just a

[Discuss-gnuradio] Re: Help getting started

2006-10-12 Thread Jim Borynec
Anyway, installation, make check, and the ./test_standard_?x scripts work fine (the LED behaves as expected and the benchmarks seem reasonable), however I get nothing when running the usrp_oscope or usrp_wfm_rcv scripts as directed in the instructions. Both dial tone scripts work fine, by

  1   2   >