[Discuss-gnuradio] Problems with buffer allocation

2009-01-28 Thread Alvaro Palomo
it is included. I have taken a look into gr_buffer.h but I don't really understand what it is going on. Does anybody recognise this problem or had it before? Thank you in advance. Alvaro Palomo gr_buffer::allocate_buffer: warning: tried to allocate 75 items of size 432. Due to alignment

[Discuss-gnuradio] Using different sizes for the different input ports of one GNU Radio block

2009-01-27 Thread Alvaro Palomo
of 432 char the other. Since I can only provide one size, I'm specifying 432*sizeof_char, so when I run my flowgraph I get an error message complaining about a size mismatch. Thanks. Best regards. Alvaro Palomo -- -- Alvaro

Re: [Discuss-gnuradio] Problem trying to implement Reed Solomon encoder

2008-11-24 Thread Alvaro Palomo
Hi Stevie, thank you very much for the advice. I have tried to compile it removing the extern C wrap but it is not working, it keep on displaying the same error message. Maybe I'm wrong, but since all the files in the directory lib/reed-solomon are written in C instead of C++, isn't the

[Discuss-gnuradio] Problem trying to implement Reed Solomon encoder

2008-11-21 Thread Alvaro Palomo
anybody tried to implement this yet or anybody knows how I could fix it? Thank you very much. Best regards. Alvaro Palomo ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Problems with Reed-solomon and Viterbi encoders

2008-10-09 Thread Alvaro Palomo
Hello, my name is Alvaro Palomo. For the last few months I've been working with the GNU Radio architecture and now I'm having some troubles understanding a part of it. I hope somebody can give me a hand. My problem is related to the Reed-solomon and Viterbi components. In the trunk