Re: [Discuss-gnuradio] [UHD 3.8.0] Release Announcement

2014-11-01 Thread Rick Farina
On 10/29/2014 01:10 PM, Martin Braun wrote: > On 10/29/2014 03:35 PM, Rick Farina wrote: >>> - We have reorganized the firmware and fpga subdirectories. The former >>> was simply moved around, but the latter is now a git submodule. Run 'git >>> submodule init' and 'git submodule update' if you wa

[Discuss-gnuradio] LTE Cell Scanner support bladeRF now (Vritual machine test results also attached).

2014-11-01 Thread Jiao Xianjun
After LTE-Cell-Scanner supports rtlsdr hackRF, now it supports bladeRF

[Discuss-gnuradio] Adding offset to frequency messsage?

2014-11-01 Thread madengr
I'm using the freq message output of the QT GUI Frequency Sink to drive the freq message input of the Frequency Translating FIR Filter. Since I have set the the Center Frequency of the QT Frequency Sink to 7E6 Hz, that means I need to subtract that value before I send it to the channelizer so it o

[Discuss-gnuradio] Request for feature in GRC

2014-11-01 Thread Achilleas Anastasopoulos
I recently had a problem with GRC where two threads were accessing a set_variable callback creating some unwanted behaviour (actually crashing the xmlrpc server). I fixed it by editing the python file created by GRC and locking the set_ callback. I thought that this can be a separate and interesti

Re: [Discuss-gnuradio] xmlrpc and threading

2014-11-01 Thread Achilleas Anastasopoulos
Marcus, thanks for the suggestions. I fixed the problem by protecting the set_ callback of the variable with a lock. Incidentally this can be a nice little feature of GRC (i will put a request for feature on a separate post) Achilleas ___ Discuss-gnur

Re: [Discuss-gnuradio] FunCube Dongle pro +

2014-11-01 Thread Daniel Batista
Thank you all for your help! As Marcus suggested, by passing the "-DCMAKE_CXX_FLAGS=-ludev" in cmake, I managed to solve the problem. I report here the output of the command "pkg-config --static --libs libusb-1.0": -pthread -lusb-1.0 -lrt and the output of the command: "ldd lib/libgnuradio-fcd

Re: [Discuss-gnuradio] FunCube Dongle pro +

2014-11-01 Thread Volker Schroer
udev_enumerate_new is called from the latest hidapi code. Some distros provide a hidapi package. So the actual fcdproplus tries to detect if an hidapi package is installed. Otherwise it uses the hidapi code provided with fcdproplus, which uses udev_enumerate_new. So it would be interesting

[Discuss-gnuradio] volk error

2014-11-01 Thread Mostafa Alizadeh
Hello all, I have a c++ code containing "filter::fir_filter_ccc", is built successfully, but there is an error when I run it due this filter: symbol lookup error: /usr/local/lib/libgnuradio-filter-3.7.5.so.0.0.0: undefined symbol: volk_malloc What is the problem and what can I do to foil it?