Re: [Discuss-gnuradio] couldn't find boost while installing uhd

2018-08-11 Thread Linda20071
will be greatly appreciated! On Sat, Aug 11, 2018 at 10:12 AM, Linda20071 wrote: > I am trying to install uhd. However, it keeps complain: couldn't find > boost. Actually, my boost is in /usr/include/boost. The version is 1.65. > Does anybody know why the boost couldn't be found? > >

[Discuss-gnuradio] couldn't find boost while installing uhd

2018-08-11 Thread Linda20071
I am trying to install uhd. However, it keeps complain: couldn't find boost. Actually, my boost is in /usr/include/boost. The version is 1.65. Does anybody know why the boost couldn't be found? Besides, I am pretty sure there is on uhd installed via apt ( not in /usr either )

[Discuss-gnuradio] Trying to connect USRP200 to Ubuntu18.04.1 in VM

2018-08-10 Thread Linda20071
I connected USRP200 to my host computer via USB3.0. I set up the VM adaptor's IP address and subnet mask as 192.168.10.1 & 255.255.255.0 via Windows 10. However, when I run "uhd_find_devices", I got: linux; GNU C++ version 7.3.0; Boost_106501; UHD_003.010.003.000-0-unknown No UHD Devices Found

[Discuss-gnuradio] installing gnuradio using pybombs

2018-08-09 Thread Linda20071
I am trying to install gnu radio using pybombs. However, I got the following error: PyBOMBS - INFO - PyBOMBS Version 2.3.2 PyBOMBS.auto-config - INFO - Using config file: None Traceback (most recent call last): File "/usr/local/bin/pybombs", line 11, in load_entry_point('PyBOMBS==2.3.2',

Re: [Discuss-gnuradio] Implement a signal processing block in the FPGA of USRP

2018-08-08 Thread Linda20071
Is there a youtube tutorial to create a FPGA DSP module in gnuradio similar to this one: https://www.youtube.com/watch?v=BW8o9ZgFJ5I On Wed, Aug 8, 2018 at 7:52 PM, Marcus D. Leech wrote: > On 08/08/2018 07:24 PM, Linda20071 wrote: > > I need to implement a signal processing block in

[Discuss-gnuradio] Implement a signal processing block in the FPGA of USRP

2018-08-08 Thread Linda20071
I need to implement a signal processing block in the FPGA of the USRP. Then connect this block to other block done via C++. Is there a tutorial on how to implement a DSP block in FPGA in USRP for this purpose? Thanks in advance! ___ Discuss-gnuradio

[Discuss-gnuradio] BER calculation on GNU radio companion

2018-08-05 Thread Linda20071
Is there a box that can do the BER calculation given the clean input data bit stream directly from the source and the demodulated data bit stream on the receiver side? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] multiply const block

2018-08-04 Thread Linda20071
Can the constant be a complex number? For example, Can I set the constant to be 1.0*j, which should rotate the constellation graph by 90 degrees? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] how to read .dat file saved via the file sink

2018-08-03 Thread Linda20071
rom > here: > > https://github.com/gnuradio/gnuradio/tree/master/gr-utils/octave > > > > On Thu, Aug 2, 2018, 11:22 Linda20071 wrote: > >> I simply don't have anything related to read_complex_binary.m in my >> utilities folder (/usr/include/boost/geometry/index/de

[Discuss-gnuradio] Error: Template 'vector' undefined.

2018-08-02 Thread Linda20071
Reinstalled the workspace for gnuradio. Tried a test on the new workspace with the howto example, but didn't create the Python QA test file. Instead, I directly modified the "square_ff_impl.cc" file. "cmake" command has passed. While doing "make" command, I got: Swig source

Re: [Discuss-gnuradio] how to read .dat file saved via the file sink

2018-08-02 Thread Linda20071
dio utilities. read_complex_binary.m > It will show you the IQ data > > On Tue, 31 Jul 2018, 19:22 Linda20071, wrote: > >> I saved the transmitted complex signal (I/Q data) in a .dat file using >> the file sink. How could I read the I/Q data in this saved .dat fi

Re: [Discuss-gnuradio] how to read .dat file saved via the file sink

2018-07-31 Thread Linda20071
Q data > > On Tue, 31 Jul 2018, 19:22 Linda20071, wrote: > >> I saved the transmitted complex signal (I/Q data) in a .dat file using >> the file sink. How could I read the I/Q data in this saved .dat file? >> >> Thanks in advance! >> __

[Discuss-gnuradio] how to read .dat file saved via the file sink

2018-07-31 Thread Linda20071
I saved the transmitted complex signal (I/Q data) in a .dat file using the file sink. How could I read the I/Q data in this saved .dat file? Thanks in advance! ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] repeat variable in a file source

2018-07-27 Thread Linda20071
We use "repeat" variable in a file source to show whether or not we want to repeatedly play the file. In my module, I generated a limited length of random data, and I use "bool repeat" to show whether or not I want the limited length of data to be repeatedly played. However, when I run the module,

[Discuss-gnuradio] upsampling module in gnuradio companion?

2018-07-26 Thread Linda20071
Hi, I guess this is a very simple question: I am trying to build up something in gnuradio companion. I was wondering if there is a upsampling module I could use at hand in gnuradio companion? Besides, for BPSK modulation, how should I set up the constellation sink because it looks like it can

[Discuss-gnuradio] making signal source based on a certain format

2018-06-30 Thread Linda20071
For some reason, I need to send out a sine wave for 1 second, wait for 5 seconds, and finally send out another sine wave for another 1 second. Is it possible to make such a source in gnu radio directly, based on the existing gnu radio blocks? Thanks in advance!

Re: [Discuss-gnuradio] install issue with c++11

2018-06-05 Thread Linda20071
Is there a good book for an "overview of C++11/14" so somebody with a very good background in c++ can grasp the main idea quickly? Examples in a programming overview book can always help! Thanks in advance! On Tue, Jun 5, 2018 at 2:39 PM, Jason Matusiak < ja...@gardettoengineering.com> wrote: >

[Discuss-gnuradio] signal source block to generate sine wave with a initial phase

2018-06-05 Thread Linda20071
Does "offset" used for this purpose? If I want a sine wave with a negative initial phase of pi/4, should I enter -45 or -(3.14/4) as the value for the offset? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] functions to generate random signals

2018-06-05 Thread Linda20071
I understand the uniform random generator and Gaussian generator have already been implemented in gnuradio. However, For some reason, I need to implement some customized blocks to generate my own random sequences. Could an expert here explain: 1. Is there a function in C++ that can generate a

Re: [Discuss-gnuradio] debugging for gnuradio DSP programming

2018-05-30 Thread Linda20071
getting two peaks in the crosscorrelation >function, but I need exactly one to find the time difference!" >might make ducky look you in the eye and tell you to look at the >autocorrelation function of your WiFi packet. > ² "hey rubber ducky, so I've

[Discuss-gnuradio] debugging for gnuradio DSP programming

2018-05-29 Thread Linda20071
Hello everybody, Are there any good tutorials or videos on youtube that explains how to do debugging on gnuradio signal processing programming? Thanks in advance! Linda ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Resampling rate method assistance

2018-05-28 Thread Linda20071
Use the rational resampler module (12/25). Decimation 25; interpolation: 12 On Mon, May 28, 2018 at 7:44 PM, Carlo Manfredini < carlomanfredin...@gmail.com> wrote: > Hi, > I wish to transfer continuous data between two devices operating at these > two rates: > 100kSps and 48kSps > I would

[Discuss-gnuradio] qa test failed!

2018-05-28 Thread Linda20071
I created a module named detector0 with one input argument: int len. In the python qa file, I set the len to 20. However, when I issued the command: ctest -V -R detector0, I got the following error: 2: Test timeout computed to be: 9.99988e+06 2: E 2:

[Discuss-gnuradio] Fwd: usage of firdes.root_raised_cosine (double gain, double sampling_freq, double symbol_rate, double alpha, int ntaps) function

2018-05-27 Thread Linda20071
Additional notes on this issue: I have played with the taps in this Polyphase Clock Sync block using mpsk_stage3 file, and I found: 1. firdes.root_raised_cosine (samp_rate/sps, samp_rate, 1.0, 0.35, 11*4*nfilts) makes the output before synchronization freeze. Besides, the constellation graph

[Discuss-gnuradio] usage of firdes.root_raised_cosine (double gain, double sampling_freq, double symbol_rate, double alpha, int ntaps) function

2018-05-27 Thread Linda20071
I guess I may have a misunderstanding on the usage of firdes.root_raised_cosine (double gain, double sampling_freq, double symbol_rate, double alpha, int ntaps) function. In the flowgraph, the parameters are set up as follows: samp_rate = 32k; upsampling_rate (sps) = 4; # of pylyphase filter in

[Discuss-gnuradio] a single source module to generate a random sequence with a pre-ample in the front

2018-05-25 Thread Linda20071
There is an example on ettus website that uses a single source module to generate a random sequence with a preamble in the front (on the same field in this module's properties dialogue box). I think this is an example to show preamble synchronization. I simply couldn't find the website with this