'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,
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
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
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
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
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
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...@
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
'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
#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
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
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
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
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
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
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
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
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
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..
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
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
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
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
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
'
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
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
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
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
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
;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
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
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
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
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
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
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
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
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à!
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
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
#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
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:
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:
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
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
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
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
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
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.
>
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
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
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
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
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
;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:
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
>
>
> 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,
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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.
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.
>
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
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
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
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
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
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
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
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
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
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
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
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
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://
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
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
>
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,
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
#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:
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
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
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
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:
'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
<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
: 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:
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
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 - 100 of 123 matches
Mail list logo