Re: [Discuss-gnuradio] A small error in benchmark_tx file

2015-09-07 Thread Mike Jameson
'0' correctly if not specified on the command line. This may be related to the following bug: https://gnuradio.org/redmine/issues/705 Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Sun, Sep 6, 2015 at 10:08 PM, Dave Allen wrote: > Hi all,

Re: [Discuss-gnuradio] Scanoo_rx: New GUI, Center Freq Hopping & SSB Modulation

2017-05-10 Thread Mike Jameson
example to wrap my head around how the Probe > Signals > work. Looks like it may be a better method than the message queues I was > experimenting with. I was using a queue to grab the FFT data and compute > the max value. > > Thanks, > Lou > KD4HSO > > > Mike Jameso

Re: [Discuss-gnuradio] Pi/4 Mod-Demod

2014-10-10 Thread Mike Jameson
Osmo-Tetra uses Pi/4-DQPSK: http://tetra.osmocom.org/trac/wiki/osmo-tetra Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Fri, Oct 10, 2014 at 11:05 AM, PEEL Luke wrote: > All, > > > > I’m interested in, and looking into the Pi/4 QPSK modul

Re: [Discuss-gnuradio] installing via PyBombs

2014-04-06 Thread Mike Jameson
John, You need to run: "./pybombs env" and then follow the instructions about using the "source" command to set the environment variables. Once this is done type "gnuradio-companion" in the terminal to launch GRC. Mike -- Mike Jameson M0MIK BSc MIET Em

Re: [Discuss-gnuradio] Problem with getting clear FM signals using the usrp e110

2014-04-09 Thread Mike Jameson
Abouda, If you attach your GRC file to your reply I'll take a look at it for you. It sounds like a sample rate mis-match going on somewhere. Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Tue, Apr 8, 2014 at 12:18 PM, Abouda Yassine wrote: > He

Re: [Discuss-gnuradio] Error while installing a new version of GNURadion on USRP e110

2014-04-15 Thread Mike Jameson
Abouda, I've seen the "g++: Internal error: Killed (program cc1plus)" error before when I ran out of memory. Try creating more swap space and use "make -j1" to reduce the number of threads used for the compile. Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.c

Re: [Discuss-gnuradio] catching unrecognized exception

2014-04-15 Thread Mike Jameson
The '(65)' looks to be the line number where the error occured. Notice that previously the line number was '(62)' which probably means that the error is coming from line 65 of one of the files you have been editing. Mike -- Mike Jameson M0MIK BSc MIET Email: m...@

Re: [Discuss-gnuradio] Python code execution in GRC

2014-04-15 Thread Mike Jameson
verwritten. You can use this python file as a working example to start from and insert your code into it accordingly. Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Tue, Apr 15, 2014 at 2:48 PM, ali hanif wrote: > Hi mike...i am working on a project re

Re: [Discuss-gnuradio] Parameters of NBFM block in GNU Radio companion

2014-04-28 Thread Mike Jameson
'Quadrature Rate' is the rate that samples come into the block. 'Audio Rate' is the rate that samples are sent to your sound card. 'Tau' is described in the following link: http://gnuradio.4.n7.nabble.com/preemph-time-constant-td26659.html Mike -- Mike J

Re: [Discuss-gnuradio] Parameters of NBFM block in GNU Radio companion

2014-04-29 Thread Mike Jameson
#x27;quadrature rate' was '96000' and the 'audio rate' was '48000' then the 'AM demod' block would have the equivalent values of 'channel rate' = '96000' and 'audio decimation' of 2. Mike -- Mike Jameson M0MIK BSc MIET Email

Re: [Discuss-gnuradio] Frequency Counter‏

2014-05-05 Thread Mike Jameson
The 'spectrum sense mode' in scanoo locks on to the strongest signal within the rx bandwidth. Just set the squelch and then enable spectrum sense in the spectrum sense tab: https://github.com/m0mik/scanoo Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scano

Re: [Discuss-gnuradio] Implementation of ieee 802-11 transeiver

2014-05-10 Thread Mike Jameson
You have a line break there accidentally, it should be on one line. If you run: echo "source /home/wafa/target/setup_env.sh" >> ~/.bashrc Then this will add the line to the end of your .bashrc startup file. Then type: source ~/.bashrc ...which will then activate it. Mike

Re: [Discuss-gnuradio] Implementation of ieee 802-11 transeiver

2014-05-10 Thread Mike Jameson
cross your fingers and run gnuradio-companion at the command prompt :) -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Sat, May 10, 2014 at 7:06 PM, Wafa Elhajhmida wrote: > thanks. > I typed these commands > wafa@wafa-K46CB:~/pybombs$ source /home/wa

[Discuss-gnuradio] Frequency Counter

2014-05-10 Thread Mike Jameson
Had anyone else seen the below errors with the GNU Radio live DVD when running scanoo_rx? Thanks, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com -- Forwarded message -- From: Mike Jameson Date: Wed, May 7, 2014 at 12:06 AM Subject: Re

Re: [Discuss-gnuradio] Frequency Counter

2014-05-10 Thread Mike Jameson
This is the top level url: https://github.com/m0mik/scanoo The direct link to the GRC file is here: https://raw.githubusercontent.com/m0mik/scanoo/master/apps/scanoo.com_rx.grc Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Sat, May 10, 2014 at 7:18 PM

Re: [Discuss-gnuradio] Merge multiple complex streams

2014-05-12 Thread Mike Jameson
If you make an FFT block for each rtl-sdr source you can then interleave them all together and take your pick using the 'M in N' block. At the edges of each rtl-sdr frequency it will probably get quite messy as the clocks are not synchronised. An example of the use of the FFT and 'M in N' blocks i

Re: [Discuss-gnuradio] Time delaying a signal

2014-05-12 Thread Mike Jameson
The delay block works in samples so to get seconds you have to multiply the sample rate by the number of seconds you want to be delayed by. Mike On Mon, May 12, 2014 at 7:14 PM, asad umer wrote: > On 5/12/14, Marcus D. Leech wrote: > > On 05/12/2014 02:02 PM, asad umer wrote: > >> I want to in

Re: [Discuss-gnuradio] Time delaying a signal

2014-05-12 Thread Mike Jameson
To shift just the phase you can use the 'Complex To Float' block in GRC which separates the stream into real and imaginary components. After adding the delay block in line with the imaginary component you can then recombine the stream by using the 'Float To Complex' block. M

Re: [Discuss-gnuradio] Sample rate in GRC

2014-05-13 Thread Mike Jameson
If you want 1e6 Hz (1MHz) of receive bandwidth at a center frequency of 2.4e9 Hz (2.4GHz) then you just set the center frequency to 2.4e9 and sample rate to 1e6 in the UHD source block in GRC. Mike On Tue, May 13, 2014 at 10:04 AM, jason sam wrote: > I am confused about the sample rate in GRC..

Re: [Discuss-gnuradio] Removing the old version and Installing gnuradio 3.7 on USRP E 110

2014-05-13 Thread Mike Jameson
If you Google "USRP E100 update gnuradio" it points to the following instructions: http://ettus-apps.sourcerepo.com/redmine/ettus/projects/usrpe1xx/wiki/FAQ#How-do-I-install-GNU-Radio-from-source Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ett

Re: [Discuss-gnuradio] low frequency in GRC

2014-05-15 Thread Mike Jameson
If you attach your GRC flowgraph I'll take a look at it for you. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Thu, May 15, 2014 at 10:06 AM, jason sam wrote: > I am using GNU Radio Companion 3.7.3...when i

Re: [Discuss-gnuradio] grc-mimo setup

2014-05-15 Thread Mike Jameson
Your device hint in the 'Device Addr' section of the 'UHD Source' block should be "addr=192.168.10.2" and in a separate 'UHD source' block the "Device Addr" should be "addr=192.168.10.3" Mike -- Mike Jameson M0MIK BSc MIET Ettus R

Re: [Discuss-gnuradio] grc-mimo setup

2014-05-15 Thread Mike Jameson
A sample rate of 32e3 is very low. I suggest trying with a minimum sample rate of 100e6/128 (always divide the N210's master clock rate by an even number to use as a sample rate) which is 781250. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.co

Re: [Discuss-gnuradio] grc-mimo setup

2014-05-15 Thread Mike Jameson
If you built GNU Radio and UHD using pybombs then you can just run: ./pybombs update gnuradio Alternatively, if you build manually you can go into the 'uhd/host/build' directory and run: git pull cmake ../ make sudo make install Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scan

Re: [Discuss-gnuradio] Ice-related Build Problem

2014-05-16 Thread Mike Jameson
' to your home directory's '.bashrc' file. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Fri, May 16, 2014 at 6:21 AM, Dan CaJacob wrote: > Running find to search for the missing library does fin

Re: [Discuss-gnuradio] a silly question about the sream to vector block

2014-05-16 Thread Mike Jameson
c Top level URL for the project is here: https://github.com/m0mik/scanoo Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Fri, May 16, 2014 at 4:23 PM, Abouda Yassine wrote: > Hi guys, > > While i was trying to

Re: [Discuss-gnuradio] build-gnuradio script and ubuntu 14.04

2014-05-19 Thread Mike Jameson
I recommend using PyBombs to install GNU Radio on Ubuntu 14.04 x64 LTS: http://gnuradio.org/redmine/projects/pybombs/wiki Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Mon, May 19, 2014 at 10:27 AM, Baier wrote: > D

Re: [Discuss-gnuradio] Problem with the string of blocks: Packet Encoder - Packed to unpacked - Unpack k bits - Packet Decoder

2014-05-19 Thread Mike Jameson
You must include a throttle block just after the file source otherwise you will max out the CPU and things get messy as you have seen. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Mon, May 19, 2014 at 3:38 PM, Ramiro

Re: [Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-21 Thread Mike Jameson
Have you run: ./pybombs env ...and then run: source ../target/setup_env.sh (alter file path to taste) Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Wed, May 21, 2014 at 8:38 AM, Activecat wrote: > After install

Re: [Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-21 Thread Mike Jameson
;UHD source" block: [grc] global_blocks_path = /usr/local/share/gnuradio/grc/blocks Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Wed, May 21, 2014 at 11:27 AM, Activecat wrote: > On Wed, May 21, 2014 at 4:35 PM, Mike

Re: [Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-22 Thread Mike Jameson
This means that UHD was not installed correctly. If running the following doesn't find anything then hunt down and remove any ghost version of UHD that makes Pybombs think that it is installed and then reinstall it using pybombs: sudo find / -name uhd_usrp_source.xml Mike -- Mike Jameson

Re: [Discuss-gnuradio] Acquisition of datas from usrp e110

2014-05-22 Thread Mike Jameson
use either a USB pen drive, scp, nfs or samba. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Thu, May 22, 2014 at 11:29 AM, Wafa Elhajhmida < wafa.elhaj.hm...@gmail.com> wrote: > Hi for everybody, > > What is t

Re: [Discuss-gnuradio] Dynamically changing input index of Selector block.

2014-05-30 Thread Mike Jameson
FYI, the head block "copies the first N items to the output then signals done": http://gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1head.html Instead of using the "Head" block, the "Keep M in N" block should do the trick. Mike -- Mike Jameson M0MIK BSc MIET Et

Re: [Discuss-gnuradio] a criticism to GNURadio's scheduler!

2014-06-01 Thread Mike Jameson
The "Throttle" block is required if you are not using any external hardware: http://gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1throttle.html Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Sun, Jun 1, 2014

Re: [Discuss-gnuradio] Scanoo Issue

2014-06-11 Thread Mike Jameson
Replies are inline below. I've also CC'd the list. On Wed, Jun 11, 2014 at 10:32 AM, Dimitris Siafarikas wrote: > Mike, > > I played a lot with Scanoo. I have a few questions. > > 1) Where is scanoo config file located? > The '.scanoo' file is probably in the same directory where you loaded 'g

Re: [Discuss-gnuradio] Scanoo_rx: New GUI, Center Freq Hopping & SSB Modulation

2014-06-11 Thread Mike Jameson
ion blocks via the modulation 'Selector' block. The 'Probe Avg Mag^2' block after the 'Power Squelch' block is used to halt the spectrum sensing and center frequency hopping in order to lock onto the selected channel. This 'Probe Avg Mag^2' block is als

Re: [Discuss-gnuradio] [USRP-users] getting noise for FM receiver with usrp e110 ?

2014-06-12 Thread Mike Jameson
The SBX has a frequency range of 400MHz to 4.4GHZ which is why you cannot tune to broadcast FM stations between 88-108MHz: https://www.ettus.com/product/details/SBX Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Thu, Jun 12, 2014 at 11:14 AM, Wafa

Re: [Discuss-gnuradio] usrp e110 in standalone mode ?

2014-06-20 Thread Mike Jameson
e than one session at a time such as with the use of 'ctrl-a c' to create a new session and switch to the next one with 'ctrl-a n'. To log back into the box again after closing the Terminal window on your remote computer, just ssh back in and run 'screen -RD', voilà!

Re: [Discuss-gnuradio] Sending/Receiving UDP Data Over Internet

2014-06-23 Thread Mike Jameson
ells the 'UDP Source' to listen on all network interfaces. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Mon, Jun 23, 2014 at 4:24 PM, Matias wrote: > Hello, > > We would like to send UDP data fr

Re: [Discuss-gnuradio] USRP1: Error: Connection refused

2014-06-27 Thread Mike Jameson
The 'connection refused' error is probably due to your firewall configuration blocking network broadcast probes which are sent for detection of ethernet connected USRPs. Try the following to force it to connect to the USRP1 type: uhd_usrp_probe --args="type=usrp1" Mike -- Mi

Re: [Discuss-gnuradio] UHD Error

2014-06-28 Thread Mike Jameson
#x27; file is to run the following: sudo find / -name uhd-usrp.rules Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Sat, Jun 28, 2014 at 5:39 AM, Nguyễn Văn Lý wrote: > Dear all, > > *I am new to gnuradio. I am try

Re: [Discuss-gnuradio] Squelch and the KSHT sounds ...

2014-07-14 Thread Mike Jameson
cutoff at the end, however if you have signal flutter then the audio will be choppy. I'd recommend using between '0.01' and '0.001' in the power squelch block for the 'alpha' setting. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email:

Re: [Discuss-gnuradio] Scanoo --> Was Squelch and the KSHT sounds ...

2014-07-14 Thread Mike Jameson
You need to double click something in the flowgraph and click ok/cancel before it will allow you to run the flowgraph. It's a weird GRC bug. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Mon, Jul 14, 2014 at 3:

Re: [Discuss-gnuradio] UDP sender/receiver what the heck am I doing wrong

2014-07-14 Thread Mike Jameson
Set the bind address to '0.0.0.0' to listen on all interfaces. This would be a good default setting. -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Mon, Jul 14, 2014 at 5:13 PM, Marcus D. Leech wrote: > On 07/14/2014 12:00 PM, John Malsbury wro

Re: [Discuss-gnuradio] [GSoC] gr-radar: Dual CW Radar and Tracking Algorithms

2014-07-16 Thread Mike Jameson
Slightly :) Here's a good link for more info: http://www.radartutorial.eu/index.en.html Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Wed, Jul 16, 2014 at 7:08 AM, Vanush Vaswani wrote: > Nice. I don't know much about radar. Is range re

Re: [Discuss-gnuradio] Narrowband Tunnel.py Error

2014-07-24 Thread Mike Jameson
Try adding '--lo-offset=10e6' as a commandline argument. Thanks for the bug report, I'll push a fix asap. FYI, the tunnel.py script has been superseded by gr-mac: https://github.com/balint256/gr-mac Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: su

Re: [Discuss-gnuradio] compilation error gr-uhd

2014-08-20 Thread Mike Jameson
Uninstall the binary UHD that you installed and build UHD and GNU Radio from scratch using './pybombs install uhd gnuradio': http://gnuradio.org/redmine/projects/pybombs/wiki The error is possibly being caused by a UHD version mismatch. Mike -- Mike Jameson M0MIK BSc MIET Ettu

Re: [Discuss-gnuradio] GNU Radio Companion missing source

2014-08-26 Thread Mike Jameson
dio/hackrf/osmosdr etc by manually going into each project's 'build' folder and typing: sudo make uninstall ...and then run a final check by searching for anything related to uhd/gnuradio.hackrf/osmosdr etc by running the following: sudo find / -name gnuradio Mike -- Mike Jameson M

Re: [Discuss-gnuradio] Installing gnuradio when Python is installed at custom location

2014-09-01 Thread Mike Jameson
need to install pygtk, qt4 and qwt. Just search using 'synaptic'. Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Mon, Sep 1, 2014 at 5:56 PM, nipun wrote: > Hi, > Thanks. I did this and am almost able to get everything working. >

Re: [Discuss-gnuradio] how to install gnuradio with pybombs

2014-09-04 Thread Mike Jameson
You do not need to put sudo before './pybombs install gnuradio' as it can install everything as the local user. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Thu, Sep 4, 2014 at 11:05 AM, Marcus Mül

Re: [Discuss-gnuradio] How to swtich tx/rx of XCVR2450 when using gnuradio OFDM_benchmark example?

2014-09-05 Thread Mike Jameson
I believe that the OFDM tunnel example automatically switches the TX/RX port to receive when packets are not being transmitted so this should be compatible with your XCVR2450 without modification. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web

Re: [Discuss-gnuradio] Editing medium-to-large flow-graphs in GRC now *agonizing* slow

2014-09-09 Thread Mike Jameson
Yes, even after a fresh reboot there is still a delayed reaction while dragging about blocks in GRC. GNU Radio Companion 3.7.5git-194-g76a271ac Ubuntu 14.04 x64 LTS Quad Core i7 Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Tue, Sep 9, 2014 at 7:29 PM

Re: [Discuss-gnuradio] Editing medium-to-large flow-graphs in GRC now *agonizing* slow

2014-09-10 Thread Mike Jameson
27; to be 800MHz on 'Powersave' and 2201MHz on 'Performance'. It would be interesting to know if you are seeing the same behaviour. Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Wed, Sep 10, 2014 at 6:01 PM, wrote: > Well, look at s

Re: [Discuss-gnuradio] Regarding Transceiver design on GNUradio

2014-09-14 Thread Mike Jameson
only manufacturer of GNU Radio compatible hardware so have a look here for other options: http://gnuradio.org/redmine/projects/gnuradio/wiki/Hardware Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com ___ Discuss-gnuradi

Re: [Discuss-gnuradio] qa_volk_test_all (Failed) & qa_codec2_vocoder (Failed) when running make test

2014-09-18 Thread Mike Jameson
;target' will be made in the same directory that the pybombs folder is placed in so I advise making a folder called something like '~/sdr/gr/' and then run the 'git clone' command inside that. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email:

Re: [Discuss-gnuradio] Problems building GNURadio

2014-09-19 Thread Mike Jameson
This URL might help: https://labs.mwrinfosecurity.com/blog/2014/06/18/beaglebone-black-gnu-radio-and-hackrf-one/ Have you tried disabling NEON? Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Fri, Sep 19, 2014 at 4:29 PM

Re: [Discuss-gnuradio] Warning! Warning!

2012-02-19 Thread Mike Jameson
> > > Patrik > - Original Message - From: "Nick Foster" > To: > Cc: "Matt Ettus" ; ; < > discuss-gnuradio@gnu.org> > Sent: Tuesday, November 08, 2011 1:48 > > Subject: Re: [Discuss-gnuradio] Warning! Warning! > > > On Mon,

Re: [Discuss-gnuradio] Pmr_Transmitter

2013-01-22 Thread Mike Jameson
Hi, I've just put this together for you. It works on my USRP2 and WBX but if you have a USRP1 then you must change 'tx_samp_rate' to '64e6/256'. Download the following two files from http://scanoo.com/grc : 1) 20120122_scanoo.com_wav_nbfm_tx.grc 2) illbeback.wav Load the GRC file and edit the

Re: [Discuss-gnuradio] build-gnuradio script error

2013-01-25 Thread Mike Jameson
Hi Brooke, I've uploaded my 'gr' folder to http://scanoo.com/downloads It should contain everything that you need as it isn't that old. Cheers, Mike M0MIK On 25 January 2013 16:48, Brooke Hayden wrote: > Trying to get another laptop up and running. When running the > build-gnuradio script I

Re: [Discuss-gnuradio] Uninstalling Gnu Radio (Build script installed)

2013-01-25 Thread Mike Jameson
Go into each folder which build-gnuradio downloaded and type the following: mkdir build cd build cmake ../ sudo make uninstall Then run the build script line again in an empty folder : wget http://www.sbrac.org/files/build-gnuradio && chmod a+x ./build-gnuradio && ./build-gnuradio Mike M0MIK

Re: [Discuss-gnuradio] USRP RA Help!

2013-01-27 Thread Mike Jameson
Hi, I've just tried to make and install it and it works for me. Just type 'make' to make and 'sudo make install' to install. See my bash shell output below. Cheers, Mike M0MIK m@macpro:~/play/gr_projects$ svn checkout https://www.cgran.org/svn/projects/simple_ra simple_ra Asimple_ra/trunk

Re: [Discuss-gnuradio] USRP 1 RA Help!

2013-01-27 Thread Mike Jameson
Hi Frank, Great, it's now installed :) Now run: sudo pip install pyephem simple_ra Mike M0MIK On 27 January 2013 13:54, Frankie Rawlins wrote: > Hi Mike, > > Thank you for replying. However, when i tried that I get the following: > > > alpha@alpha-K54C:~$ cd simple_ra > alpha@alpha-K5

Re: [Discuss-gnuradio] USRP 1 RA Help!

2013-01-27 Thread Mike Jameson
Hi, Just run these commands taken from: http://www.pip-installer.org/en/latest/installing.html curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py sudo python get-pip.py Mike M0MIK On 27 January 2013 14:29, Frankie Rawlins wrote: > Hi Mike. > I'm now getting: > > > alpha@alph

Re: [Discuss-gnuradio] USRP 1 RA Help!

2013-01-27 Thread Mike Jameson
Hi, I'd reinstall gnuradio by following the following instructions at: http://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR#Using-the-build-gnuradio-script The command you need to run is: wget http://www.sbrac.org/files/build-gnuradio && chmod a+x ./build-gnuradio && ./build-gnuradio

Re: [Discuss-gnuradio] Uninstalling Gnu Radio (Build script installed)

2013-01-28 Thread Mike Jameson
w@E-Lab:~/gnuradio/build$ > > > It really very annoying now, because i can#t uninstall it, and now gnu > radio is also no working. > > Best Regards, > SAJJAD SAFDAR > -- > *From:* Mike Jameson > > *To:* Sajjad Safdar > *Cc:* "discuss-gnuradio@gn

Re: [Discuss-gnuradio] Uninstalling custom made modules

2013-01-28 Thread Mike Jameson
Hi, Run the following command to remove them: rm -r apps build cmake CMakeLists.txt docs grc include lib python swig Mike M0MIK On 28 January 2013 16:09, Ghulam Rasool Begh wrote: > Hi all, > I have created and installed a module gr-howto using gr_modtool. Since I > had created it on a tri

Re: [Discuss-gnuradio] Non-deterministic behavior

2013-01-28 Thread Mike Jameson
Hi, Make sure you are using a 'throttle' block. Have a look at the following: http://gnuradio.org/redmine/projects/gnuradio/wiki/Simulations Mike M0MIK On 28 January 2013 16:40, Vanessa Gardellin wrote: > Dear all, > we are experiencing an undesired random behavior when we run an > offline OF

Re: [Discuss-gnuradio] [USRP-users] questions about calibration examples in UHD utility

2013-01-28 Thread Mike Jameson
Hi, Calibration uses full duplex and should only be done without anything plugged into the 'tx/rx' or 'rx2' ports. There is no direct connection, just measurement of the residual rf escaping. Mike M0MIK On 28 Jan 2013 20:17, "gang li" wrote: > Hi, guys, > > I am reading the codes for uhd_cal_rx

Re: [Discuss-gnuradio] frequency drift of WBX

2013-01-29 Thread Mike Jameson
Hi, The WBX frequency stability is determined by the accuracy of the USRP clock signal. For example, the USRP2 has a 100MHz internal clock which can be locked to a 10MHz external source such as GPSDO for better frequency stability. See the following url for more info: http://gnuradio.org/redmin

Re: [Discuss-gnuradio] Non-deterministic behavior

2013-01-29 Thread Mike Jameson
hon file > we obtain always different outcomes. > We would like to have repeatable experiments. > Any tips? > > Thank you > Vanessa > > On Mon, Jan 28, 2013 at 5:46 PM, Mike Jameson wrote: > > Hi, > > > > Make sure you are using a 'throttle' block.

Re: [Discuss-gnuradio] installation problem of GNURADIO on ubuntu 12.04

2013-01-30 Thread Mike Jameson
Hi Omer, Increasing your swap space should do the trick. Just run the following command: *sudo apt-get install dphys-swapfile Edit the following config file and reboot: /etc/dphys-swapfile *Man page about the tool and config parameters:* http://manpages.ubuntu.com/manpages/precise/man8/dphy

Re: [Discuss-gnuradio] build-gnuradio script error

2013-01-30 Thread Mike Jameson
y example to make > sure everything was working. It gave me n error saying: "from gnuradio > import gr > ImportError: No module named gnuradio" > > I'm assuming because the build script didn't complete that some > dependencies weren't set correctly as well.

Re: [Discuss-gnuradio] unittest with USRP not finishing

2013-02-06 Thread Mike Jameson
Hi, You have to call tb.stop() before the tb.wait(), not the other way around like you mentioned: tb.stop() tb.wait() The tb.wait() is to make sure the flowgraph has fully stopped before doing anything else. Cheers, Mike Mike M0MIK On 6 February 2013 13:37, maiconkist wrote: > Resolved. >

Re: [Discuss-gnuradio] Save the Date: Developer's Calls Reloaded

2013-02-07 Thread Mike Jameson
Hi Michael, Here's the link for lazy people :) http://gnuradio.org/redmine/projects/gnuradio/wiki/DevelopersCalls Call Information - IRC channel #gnuradio on freenode - SIP contact: sip:gnura...@digitalbazaar.com Mike M0MIK On 7 February 2013 14:09, Michael Dickens wrote: > Hi Martin - Giv

Re: [Discuss-gnuradio] adding python block to gnuradio

2013-03-13 Thread Mike Jameson
lates successfully, modify the files that gr_modtool created by pasting in your code. Good luck :) Mike -- Mike Jameson M0MIK BSc Radio Communications Technology Specialist Email: m...@scanoo.com Web: http://www.scanoo.com On 13 March 2013 10:57, Mohammed Ramadan wrote: > i made python

Re: [Discuss-gnuradio] Noise Leakage in transmission.

2013-03-14 Thread Mike Jameson
olyphase arbritrary resampler, you should make the number of phases = 32 and then multiply the samp rate in the taps by 32 also. Cheers, Mike -- Mike Jameson M0MIK BSc Radio Communications Technology Specialist Email: m...@scanoo.com Web: http://www.scanoo.com On 14 March 2013 17:26, Sajja

[Discuss-gnuradio] GRC spectrum_sense_n_play_v1

2013-03-24 Thread Mike Jameson
o.com/grc/20130324_scanoo.com_spectrum_sense_n_play/20130324_scanoo.com_spectrum_sense_n_play_v1.grc Enjoy :) Mike -- Mike Jameson M0MIK BSc Radio Communications Technology Specialist Email: m...@scanoo.com Web: http://scanoo.com ___ Discuss-gnuradio mailing list Discuss

Re: [Discuss-gnuradio] usrp_spectrum_sense.py FFT bin values are all zero.

2013-04-07 Thread Mike Jameson
frequency round to the nearest 8MHz frequency. Hope that helps, Mike -- Mike Jameson M0MIK BSc Email: m...@scanoo.com Web: http://scanoo.com On 7 April 2013 16:23, Jincheng Zhang wrote: > I want to use usrp_spectrum_sense.py to sweep the Hong Kong TV band which > ranges from 470MHz to

Re: [Discuss-gnuradio] usrp_spectrum_sense.py FFT bin values are all zero.

2013-04-07 Thread Mike Jameson
rp_rate' in the script to make sure signals at the edge of the incoming front-end signal bandwidth (25MHz) are not missed. Mike -- Mike Jameson M0MIK BSc Email: m...@scanoo.com Web: http://scanoo.com On 7 April 2013 17:22, Jincheng Zhang wrote: > Thanks Mike. I'm a little confuse

[Discuss-gnuradio] Spectrum Sense n Play v2

2013-04-13 Thread Mike Jameson
oo.com_spectrum_sense_n_play_v2_gui.png Direct link to the GRC file: http://scanoo.com/grc/spectrum_sense_n_play/20130413_scanoo.com_spectrum_sense_n_play_v2.grc Please give it a test run and have a play with it. All feedback is greatly appreciated! Cheers, Mike -- Mike Jameson M0MIK BS

Re: [Discuss-gnuradio] Output screen not stable.

2013-04-17 Thread Mike Jameson
ersistence mode, yey! :) Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On 17 April 2013 14:40, Tom Rondeau wrote: > On Wed, Apr 17, 2013 at 9:22 AM, Sajjad Safdar > wrote: > > Hi, > > I upgraded from ubuntu 12.04 to 12.10. Then installed g

Re: [Discuss-gnuradio] usrp_spectrum sense

2013-04-25 Thread Mike Jameson
Hi Azim, This seems to work for me, just update the function on line 265 with the following two lines: power_db = float(20*math.log10(power)) print freq, power, power_db Cheers, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On 22 April 2013 03:57, Aziem

Re: [Discuss-gnuradio] Calculating the delay of TCP link.

2013-04-29 Thread Mike Jameson
Hi Sajjad, Try tcping if ping doesn't do what you want: http://www.linuxco.de/tcping/tcping.html Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On 29 April 2013 20:01, Sajjad Safdar wrote: > Hi, > I am sending audio at 50 kHz sample rate via TC

Re: [Discuss-gnuradio] Calculating the delay of TCP link.

2013-04-29 Thread Mike Jameson
Hi Sajjad, Ignore the last message! TCP Traceroute is actually what you are after: http://michael.toren.net/code/tcptraceroute/ You will need to do a time to live of 1 Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On 29 April 2013 20:21, Mike Jameson

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Mike Jameson
Hi, I'm having the same trouble on Ubuntu 12.04 LTS x64 after playing with the AMD/ATI drivers. The quick solution is to add the following to ~/.gnuradio/config.conf : [wxgui] style=nongl Regards, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Mon

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Mike Jameson
Hi, I believe that error is due to me experimenting with the uhd_fft 'click on fft to change frequency' feature. Are you using the current master branch as this contains Marcus Leech's fix for it. Cheers, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://

Re: [Discuss-gnuradio] install uhd after usrp drivers

2013-05-24 Thread Mike Jameson
GNU Radio. The build GNU Radio script from Marcus Leech is highly recommended as it also does the UHD: http://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR#Using-the-build-gnuradio-script Regards, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com

Re: [Discuss-gnuradio] Question for the community about the plausibility of an idea.

2013-05-24 Thread Mike Jameson
Hi, Do you mean something like this? http://websdr.ewi.utwente.nl:8901/ Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Fri, May 24, 2013 at 6:02 PM, Ashworth Payne wrote: > Would it be technically possible to create a virtual band of frequencies >

Re: [Discuss-gnuradio] GNURadio - Failed rtl-sdr/gr-osmosdr build using buildscript

2013-06-21 Thread Mike Jameson
Hi, Go into the gr-osmosdr directory and type 'make'. When the build fails again you should be able to pinpoint the problem from the error message produced. Regards, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Fri, Jun 21, 2013 at 10:39 AM,

Re: [Discuss-gnuradio] Meetup in London?

2013-06-21 Thread Mike Jameson
Hi Tom, Count me in! Either day is good for me. Cheers, Mike On 21 Jun 2013 15:11, "Tom Rondeau" wrote: > Hi everyone, > > I'll be in London the week of July 8 for a few lectures at a summer > school at King's College [1]. I'd like to have a meetup of GNU Radio > and SDR people while I'm in t

Re: [Discuss-gnuradio] Setting the DSP frequency in the UHD blocks

2013-07-01 Thread Mike Jameson
#x27; are variables which need to be defined. Using the lo_offset on the TX side prevents local oscilator leakage on the TX frequency, to prevent giving the false impression that it is transmitting after stopping the flowgraph. Regards, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web:

Re: [Discuss-gnuradio] About the latest submission of usrp_spectrum_sense.py

2013-07-27 Thread Mike Jameson
to set the squelch and catch signals: noise_floor_db = 10*math.log10(min(m.data)/tb.usrp_rate) power_db = 10*math.log10(m.data[i_bin]/tb.usrp_rate) - noise_floor_db Regards, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Thu, Jul 25, 2013 at 10:11 PM, Ahmed

Re: [Discuss-gnuradio] About the latest submission of usrp_spectrum_sense.py

2013-07-27 Thread Mike Jameson
result for each calibration power level tested against. Unfortunately I haven't any calibrated rf signal sources to hand so am unable to confirm how easy it will be to calibrate. Regards, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Sat, Jul 27, 20

Re: [Discuss-gnuradio] How does probe level works

2013-08-19 Thread Mike Jameson
27;Probe Signal Vector' blocks, however these only have the 'level()' function available. Regards, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Mon, Aug 19, 2013 at 6:07 AM, dilip thapa wrote: > Hi, > > I am trying to detect the pr

Re: [Discuss-gnuradio] Processing multiple signals off single source block

2013-08-21 Thread Mike Jameson
nse mode which locks on to the strongest signal within the 20MHz bandwidth if it is not in the blocked frequency list: https://github.com/m0mik/scanoo Cheers, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Wed, Aug 21, 2013 at 7:15 PM, Luke B wrote:

Re: [Discuss-gnuradio] Processing multiple signals off single source block

2013-08-21 Thread Mike Jameson
'quad_samp_rate' multipliers for easy Funcube use and better flexibility. Thanks for asking the question! Regards, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Wed, Aug 21, 2013 at 11:40 PM, Vanush Vaswani wrote: > Mike, does this work

Re: [Discuss-gnuradio] trouble with python sync_block and dynamic flow graph reconfiguration

2013-09-17 Thread Mike Jameson
<snip> I've just looked at the git log and I am also using the same version as you: commit be73b3035c184cf09e1051deaba20eca88de8c9d I am using Ubuntu 12.04 LTS x64 with a Quad Core i7/8GB Ram and GNU Radio/UHD was built with pybombs. Regards, Mike -- Mike Jameson M0MIK BSc MIET Ett

Re: [Discuss-gnuradio] trouble with python sync_block and dynamic flow graph reconfiguration

2013-09-17 Thread Mike Jameson
: 32767 Setting new sink. my_sink: init 36995472 Unlocking... ^C^Z [1]+ Stopped ./unconnect_test.py -f real2m45.886s user0m0.000s sys0m0.000s I'll have a look into it. Regards, Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email:

Re: [Discuss-gnuradio] trouble with python sync_block and dynamic flow graph reconfiguration

2013-09-17 Thread Mike Jameson
my_sink: work: 32767 my_sink: work: 32768 Setting new sink. my_sink: init 48051728 Unlocking... Unlocked Hit Enter to quit: my_sink: work: 32768 my_sink: work: 32767 my_sink: work: 32768 my_sink: work: 32767 Finished. See attached for working version. Regards, Mike -- Mike Jameson M0MIK BSc MIET

Re: [Discuss-gnuradio] USRP2 video transmission

2013-09-17 Thread Mike Jameson
Hi Zeeshan, If you attach your code I can take a look for you. Assuming you have 2 x USRP2, have you tried a MIMO cable/10MHz clock source to synchronise clocks between transmitter and receiver? Regards, Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp

  1   2   >