Bhaskar,
I followed your instructions for a Windows 7 Ultimate x64 install.
This worked the first try. Thank you!!
I'd been following the same sort of path you did while I was on vacation,
but was trying to make from source for a x64 implementation. I had something
close, but couldn't figure out
I built gnuradio 3.7.2.1 from scratch on a SuSE Linux Enterprise Server 11
with SP3 running as a VM.
I ran into this problem with the constellation_receiver test.
bruce@gnuradio:~/gnuradio-3.7.2.1/build> ctest -V -R constellation_receiver
UpdateCTestConfiguration from
:/home/bruce/gnuradio-3.
Hi Nasi,
GNU Radio itself is not a math system. That being said, there are several math
frameworks for C++ and Python; furthermore, if you're writing your own Python
blocks, your work parameters are usually numpy ndarrays, and numpy (together
with scipy in general) gives you functionality very
Hi Miguel,
On 01/03/2014 11:01 PM, Miguel Duarte wrote:
The proposed solution was using detector1.wait() and detector1 = None after
stopping the flowgraph.
If I remember correctly, I proposed this to kindly suggest that python *really*
garbage collects things, call swig __del__ methods, callin
Hi all,
I am looking for any function/code or project which is helpful to solve a
linear equation system by Gaussian elimination (or other kinds of matrix
inversion).
We know that In matlab there are many functions for this. I would be happy to
get any hint from you to do that with gnuradio a