It seems opensuse runs an old rev of gsl. Here are the relevant file
names and revs:
gsl 1.16-74
gsl-devel 2.3-9.1
libgsl19 2.3-9.1
libgslblas0 2.3-9.1
python-pygsl 0.9.5-2.30
python-pygsl-devel 0.9.5-2.30
Using the science repo, I can upgrade gsl to rev 2.3. Yast will have to
deinstall a number
Hi,
I am following the tutorial at
https://wiki.gnuradio.org/index.php/OutOfTreeModules
to build a simple OOT module.
when I try running "ctest -V -R square" I get the following error:
2: Traceback (most recent call last):
2: File
"/home/mostafa/Dropbox/GnuRadioandUSRP/MyModules/gr-howto/pytho
"Latest commit 0e32fca 4 days ago." That comes right off of github.
https://github.com/gnuradio/gnuradio
When I'm on that machine, I will research what I have for the gnu scientific
library. I have it, but don't know if it is up to date.
Original Message
From: Cinaed Simson
Sent: Sunday, M
On 05/21/2017 01:27 AM, li...@lazygranch.com wrote:
> FWIW, I just compiled 0e32fca on opensuse. It builds just fine, but
> I'm failing all the polar tests. Yeah I have scipy installed. I'll
> start a new thread on that when I've totally given up debugging. But
> the code on that rev is buildable
Hi,
I want to look at the number of symbols copied for *each frame
received *in wifi_rx
flow graph. I have been trying to understand how the start of each frame is
calculated and by looking at the code it seems like its being done in the
wifi sync_short block where the auto correlation coefficient
On 18/05/17 23:16, Raj Bhattacharjea wrote:
> Daniel,
>
> Philip Ballister got in touch with me and thought some of the
> following material might help you out:
>
> https://www.researchgate.net/publication/304346578_Open-Source_SDR_on_Embedded_Platforms
>
> Now to address some of your specific requ
If you don't need high accuracy just "filter" received samples by rx_time
or use "Keep M in N" block where N = (samp_rate * 3 sec) and M = (samp_rate
* 1 sec).
2017-05-21 12:24 GMT+03:00 Paul I. :
> You need to use USRP "issue_stream_cmd" method (mode:
> STREAM_MODE_NUM_SAMPS_AND_DONE). It's allo
You need to use USRP "issue_stream_cmd" method (mode:
STREAM_MODE_NUM_SAMPS_AND_DONE). It's allow to receive burst of data by
USRP timer.
If you work in GRC:
1) Disable streaming autostart for "UHD source"
2) Create your own block which will periodically issue stream commands
(yes, you need to pass
FWIW, I just compiled 0e32fca on opensuse. It builds just fine, but
I'm failing all the polar tests. Yeah I have scipy installed. I'll
start a new thread on that when I've totally given up debugging. But
the code on that rev is buildable on my PC.
On Sun, 21 May 2017 08:13:28 +0200
"Ralph A. Sc