Re: FBMC

2020-02-02 Thread Martin Braun
There's also this: https://github.com/kit-cel/gr-fbmc But please, STOP SHOUTING. Thank you. --M On Sun, Feb 2, 2020 at 7:39 AM Madhan TJ wrote: > CAN WE IMPLEMENT FBMC (filter bank multi carrier ) IN GNU RADIO , > IF YES, > ANYONE PLEASE HELP ME >

Re: FBMC

2020-02-02 Thread Miklos Maroti
Hi! Indeed. Take a look at the polyphase_chan_filter and polyphase_synt_filter files. The MarmotE FBMC implementation is special in a way that the sample rate of the subcarriers can be different than the overall sampling rate divided by the number of channels. Cheers, Miklos On Sun, Feb 2, 2020

Re: FBMC

2020-02-02 Thread Brian Padalino
On Sun, Feb 2, 2020 at 10:40 AM Madhan TJ wrote: > CAN WE IMPLEMENT FBMC (filter bank multi carrier ) IN GNU RADIO , > IF YES, > ANYONE PLEASE HELP ME > I believe the MarmotE team from the DARPA SC2 used FBMC in their modem that they open sourced: https://marmote.io/ https:

FBMC

2020-02-02 Thread Madhan TJ
CAN WE IMPLEMENT FBMC (filter bank multi carrier ) IN GNU RADIO , IF YES, ANYONE PLEASE HELP ME

Re: [Discuss-gnuradio] PROBLEM INSTALLING "GR-FBMC" WITH PyBOMBS

2018-04-10 Thread Felix Wunsch
Hi, thanks for creating the issue. Should be fixed by now. Cheers, Felix On 04/10/2018 10:16 AM, Andrej Rode wrote: > Hi, > > I've posted your build issue to the gr-fbmc issue tracker [0]. > There it might be picked up and fixed upstream. > > [0] https://github.com/k

Re: [Discuss-gnuradio] PROBLEM INSTALLING "GR-FBMC" WITH PyBOMBS

2018-04-10 Thread Andrej Rode
Hi, I've posted your build issue to the gr-fbmc issue tracker [0]. There it might be picked up and fixed upstream. [0] https://github.com/kit-cel/gr-fbmc/issues/1 On Mon, Apr 09, 2018 at 07:32:58PM -0500, Elkin Ducuara wrote: > Hi everyone > > I want to install gr-fbmc from pyb

Re: [Discuss-gnuradio] PROBLEM INSTALLING "GR-FBMC" WITH PyBOMBS

2018-04-09 Thread Cinaed Simson
ara wrote: > Hi everyone > > I want to install gr-fbmc from pybombs. For this reason i executed the > next command: > > ~$sudo pybombs install gr-fbmc > > But i have gotten the next errors: > > "PyBOMBS - INFO - PyBOMBS Version 2.3.3a0 > PyBOMBS.Packager.apt -

Re: [Discuss-gnuradio] PROBLEM INSTALLING "GR-FBMC" WITH PyBOMBS

2018-04-09 Thread Ron Economos
It's a classic case of code "bit rot". gr-fbmc is including gnuradio/types.h to provide a typedef for "gr_uint16". But that typedef was removed last year with this commit. https://github.com/gnuradio/gnuradio/commit/e2d611fabf29cde2c0b4a9b3305bcf56160e1155 You'll

[Discuss-gnuradio] PROBLEM INSTALLING "GR-FBMC" WITH PyBOMBS

2018-04-09 Thread Elkin Ducuara
Hi everyone I want to install gr-fbmc from pybombs. For this reason i executed the next command: ~$sudo pybombs install gr-fbmc But i have gotten the next errors: "PyBOMBS - INFO - PyBOMBS Version 2.3.3a0 PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt proce