[Discuss-gnuradio] SVD from LAPACK takes too long time

2015-03-02 Thread Hoang Ngo Khac
transmitted seem to be really slow in rate. Is there any other way to compute SVD faster? FYI, I just need the V* matrix within the result (U, S, V*). Thanks, Hoang -- *Hoang Ngo-Khac* Research Assistant - Signal and System Lab, FET, UET Vietnam National University-Hanoi (VNU-H) G2-206, 144 Xuan

Re: [Discuss-gnuradio] FEC gnuradio 3.7.6 error

2014-10-12 Thread Hoang Ngo-Khac
3.7.6 error To: khachoang1...@outlook.com.vn CC: discuss-gnuradio@gnu.org On Wed, Oct 8, 2014 at 11:12 PM, Hoang Ngo-Khac wrote: Dear all, I am checking FEC Extended Encoder/Decoder in gnuradio-3.7.6 and would like to embed it in my OFDM transmission. First, I run the flowgraph below. It works

[Discuss-gnuradio] FEC gnuradio 3.7.6 error

2014-10-08 Thread Hoang Ngo-Khac
Dear all, I am checking FEC Extended Encoder/Decoder in gnuradio-3.7.6 and would like to embed it in my OFDM transmission. First, I run the flowgraph below. It works and I can see how FEC improve the results. However, when I change some blocks, for example, using BPSK Mapper (as b

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-30 Thread Hoang Ngo-Khac
> On Tue, Sep 30, 2014 at 3:27 AM, Sylvain Munaut <246...@gmail.com> wrote: > > On Tue, Sep 30, 2014 at 12:12 PM, Hoang Ngo-Khac > > wrote: > >> Thank you all, > >> > >> I went into /usr/lib/i386-linux-gnu/ and remove libvolk.so.0.0.0 with > >

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-30 Thread Hoang Ngo-Khac
Thank you all, I went into /usr/lib/i386-linux-gnu/ and remove libvolk.so.0.0.0 with root. Then I reinstalled gnuradio and it works now. Hoang Hoang Ngo-KhacResearch Assistant - Lab. of Signal and System, FET, UET, Vietnam National University-Hanoi (VNU-H)Alternative email: khachoang1...@gmai

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-30 Thread Hoang Ngo-Khac
22:35:46 -0700 > Subject: Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc > From: realrichardsha...@gmail.com > To: khachoang1...@outlook.com.vn > CC: discuss-gnuradio@gnu.org > > On Mon, Sep 29, 2014 at 9:49 PM, Hoang Ngo-Khac > wrote: > > I did uninstall gnuradio and

Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-29 Thread Hoang Ngo-Khac
Fri, 26 Sep 2014 11:08:38 -0700 > Subject: Re: [Discuss-gnuradio] Error: undefined symbol: volk_malloc > From: realrichardsha...@gmail.com > To: khachoang1...@outlook.com.vn > CC: discuss-gnuradio@gnu.org > > On Thu, Sep 25, 2014 at 11:00 PM, Hoang Ngo-Khac > wrote: > > De

[Discuss-gnuradio] Error: undefined symbol: volk_malloc

2014-09-25 Thread Hoang Ngo-Khac
Dear all, I had gnuradio-3.7.3 running normally. However, now everytime I run a flowgraph in GRC, it stops and throws an error: Traceback (most recent call last): File "/home/khachoang/GNU_Radio/test_grc/2Node_NoController/top_block.py", line 14, in from gnuradio.filter import firdes File

Re: [Discuss-gnuradio] How to save a matrix of integers into a file using GNU Radio

2014-09-15 Thread Hoang Ngo-Khac
ow to save a matrix of integers into a file > using GNU Radio > > In the Python domain, you have lots of tools at your disposal, such as > Pickle (you can even use scipys io module to write .mat files if you like). > > If you are using PMTs, you can use the metadata file sink. &

[Discuss-gnuradio] How to save a matrix of integers into a file using GNU Radio

2014-09-12 Thread Hoang Ngo-Khac
Dear all, I want to save a matrix of integers into a file, similar to .mat file in MATLAB. To be more specific, my desire block should receive a stream of integers, convert it to MxN matrix and save this matrix so that I can get this data for further process after the flow graph stops. Could yo

[Discuss-gnuradio] Image Reading and Writing in GNU Radio

2014-07-28 Thread Hoang Ngo-Khac
Dear all, I want to transmit an image over wireless link, so I need two blocks: + one for reading grayscale image and giving out a bit stream+ the other one take a bit stream as input and rebuild the image Is there any completed toolbox containing blocks employing these functions? If none, co

[Discuss-gnuradio] libboost error

2014-07-20 Thread Hoang Ngo Khac
nst' > collect2: error: ld returned 1 exit status > make[2]: *** [gr-uhd/examples/c++/tags_demo] Error 1 > make[1]: *** [gr-uhd/examples/c++/CMakeFiles/tags_demo.dir/all] Error 2 > make: *** [all] Error 2 > > The version of libboost I installed is 1.54. However, it seems

Re: [Discuss-gnuradio] Update Channel coding toolbox to Gnuradio 3.7.0

2014-06-27 Thread Hoang Ngo Khac
line 142, in _connect dst_block.to_basic_block(), dst_port) File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/runtime_swig.py", line 4100, in primitive_connect return _runtime_swig.top_block_sptr_primitive_connect(self, *args) *ValueError: itemsize mismatch: encode_ccsd

[Discuss-gnuradio] USRP1: Error: Connection refused

2014-06-26 Thread Hoang Ngo Khac
name: serial: 50a45bfc How could I fix this? Many Thanks, Hoang -- *Hoang Ngo-Khac* Vietnam National University, Hanoi (VNU-H) Univ. of Engineering and Technology (UET) Faculty of Electronics and Telecommunications (FET) Alternative email: hoangnk...@vnu.edu.vn Mobilephone: +84.163.682

Re: [Discuss-gnuradio] Update Channel coding toolbox to Gnuradio 3.7.0

2014-06-25 Thread Hoang Ngo Khac
s brought more > performance and some features, so if that matches your use case, go ahead > and try it out! > > Greetings, > Marcus > > > On 25.06.2014 09:54, Hoang Ngo Khac wrote: > > Deal all, > > Does anyone update the Channel Coding (https://www.cgran.org/wiki/chancodin

[Discuss-gnuradio] Update Channel coding toolbox to Gnuradio 3.7.0

2014-06-25 Thread Hoang Ngo Khac
Deal all, Does anyone update the Channel Coding (https://www.cgran.org/wiki/chancoding) toolbox so that it can work in Gnuradio 3.7.0? I did try to install this toolbox. The installation was done but it do not appear in Gnuradio Companion interface. Thanks, Hoang -- *Hoang Ngo-Khac* Vietnam

[Discuss-gnuradio] prototype for make() does not match any in class

2014-06-19 Thread Hoang Ngo Khac
psk[((byte >> pos) & > exceed)]; > } > ni++; > no += 8/log(d_mapping_mode); > } > consume_each(ni); > return no; > } > } /* namespace Hoang */ > } /* namespace gr */ My xml file: > > Digital Mapper > Hoang_Digital_Mapper > Hoang &g

Re: [Discuss-gnuradio] Questions on stream tags

2014-05-06 Thread Hoang Ngo Khac
Sorry, I didn't really get what you meant by "pipe the tagged stream straight into the uhd sink". On Tue, May 6, 2014 at 2:36 PM, Martin Braun wrote: > On 06.05.2014 04:44, Hoang Ngo Khac wrote: > >> Hi Martin, and all, >> >> I meant, I want to add tx_

Re: [Discuss-gnuradio] How to convert from message to complex/float

2014-05-05 Thread Hoang Ngo Khac
_tag() and get_tags_in_range() function. Thanks, Hoang On Tue, Apr 29, 2014 at 9:23 PM, Tom Rondeau wrote: > On Tue, Apr 29, 2014 at 2:50 AM, Hoang Ngo Khac > wrote: > >> Dear List, >> >> I'm beginning with gr-mac. (https://github.com/jmalsbury/gr-mac). I need

Re: [Discuss-gnuradio] Questions on stream tags

2014-05-05 Thread Hoang Ngo Khac
Mon, May 5, 2014 at 7:57 PM, Martin Braun wrote: > On 05.05.2014 09:56, Hoang Ngo Khac wrote: > >> Dear List, >> >> I'm new to stream tags. Could someone help me to understand about stream >> tags and know how to use it? >> > > Remember that we have a

[Discuss-gnuradio] Questions on stream tags

2014-05-05 Thread Hoang Ngo Khac
e steps to make TDMA with stream tags. Could you leave some comments if I miss some thing? + Add tags to stream; using provided block such as PDU to Tagged Stream, or custom block. + Write a block for error checking, repeat request... Sorry if my questions are silly. Thanks, Hoang -- *Hoang Ngo-Kh

[Discuss-gnuradio] How to convert from message to complex/float

2014-04-28 Thread Hoang Ngo Khac
should be used? Thanks, Hoang -- *Hoang Ngo-Khac* Vietnam National University, Hanoi (VNU-H) - Univ. of Engineering and Technology (UET) Faculty of Electronics and Telecommunications (FET) Alternative email: hoangnk...@vnu.edu.vn Mobilephone: +

Re: [Discuss-gnuradio] Making new block with GRC or write python

2014-04-28 Thread Hoang Ngo Khac
name 'blocks_message_soure_0_msgg_in' is not defined * Best, Hoang On Thu, Apr 24, 2014 at 8:42 PM, Tom Rondeau wrote: > On Mon, Apr 21, 2014 at 4:47 AM, Hoang Ngo Khac > wrote: > >> Dear List, >> >> To make my question on >> https://www.mail-archive.com/discuss

Re: [Discuss-gnuradio] How to start with stream tags

2014-04-23 Thread Hoang Ngo Khac
instruct > the USRP sink using stream tags -- the USRP source just adds a rx_time tag > on certain events. > > Hope that was a little insightful, > Greetings, > > Marcus > > > On 04/23/2014 06:41 AM, Hoang Ngo Khac wrote: > > Thank you Mr. Newman, > > I&#x

Re: [Discuss-gnuradio] How to start with stream tags

2014-04-22 Thread Hoang Ngo Khac
at 9:27 PM, Tim Newman wrote: > Try: > > http://gnuradio.org/doc/doxygen-3.7/page_stream_tags.html > > or > > > http://gnuradio.org/redmine/attachments/download/252/06-rondeau-stream_tags.pdf > > or even > > http://bit.ly/1kWXdCl > > > > On

[Discuss-gnuradio] How to start with stream tags

2014-04-22 Thread Hoang Ngo Khac
. I found that *stream tags* is the key solution to perform that. My question is, how should I start to learn about* stream tags*, where can I find tutorial of *stream tags*? Thank you so much. Best Regards, Hoang -- Ngo Khac Hoang Faculty of Electronics and Telecommunications - University of