Re: [Discuss-gnuradio] new signal processing block

2011-04-03 Thread Berk
Hi people I have finished the project and already a year passed by.Sorry not to respond. These lines solved my problem but check where the package is installed on your drive. PKG_CONFIG_PATH=/usr/local/lib/pkgconfig export PKG_CONFIG_PATH Kind regards Berk shm56 wrote: > > Hi Berk, >

[Discuss-gnuradio] signal processing import help

2010-04-23 Thread Berk
Hi, I have written my new signal processing block and able to install it. But python does not import my module.Here is what it says when i write python >>> from gnuradio import berk Traceback (most recent call last): File "", line 1, in ImportError: cannot import name be

[Discuss-gnuradio] signal processing block help

2010-04-11 Thread Berk
st file. I mean if the input is of size 5 , the output is of size 5. I think this is because I did not override forecast method so the gr_block is doing 1:1 implementation now. How can I rearrange my code so that my noutput_items=45 always??? Best regards, Berk -- View this message in cont

Re: [Discuss-gnuradio] new signal processing block

2010-04-09 Thread Berk
Hi Martin, I solved my configure problem. Now I am only getting make check error. Here is what I get: [b...@berk benim]$ make check Making check in config make[1]: Entering directory `/home/berk/Desktop/gnuradio/benim/config' make[1]: Nothing to be done for `check'. make[1]: Leaving

[Discuss-gnuradio] new signal processing block

2010-04-09 Thread Berk
pecific libraries? such as -L/usr/local/lib -lgsl -lgslcblas -lm Any help would be kindly appreciated. Berk -- View this message in context: http://old.nabble.com/new-signal-processing-block-tp28190686p28190686.html Sent from the GnuRadio mailing lis

[Discuss-gnuradio] new signal processing block

2010-04-09 Thread Berk
braries? such as -L/usr/local/lib -lgsl -lgslcblas -lm Any help would be kindly appreciated. Berk -- View this message in context: http://old.nabble.com/new-signal-processing-block-tp28180220p28180220.html Sent from the GnuRadio mailing lis