Re: [USRP-users] disabling ddc duc blocks in rfnoc usrp e310

2020-05-10 Thread Sylvain Munaut
Hi, MMm, I thought there was an "all in one" mode where fosphor had built in optimized windows / fft / re-order blocks to greatly reduce resource usage, but looking back at the logs it seems this was never merged into mainline :/ Cheers, Sylvain

Re: R: Libfec install error

2020-05-10 Thread Cinaed Simson
Hi Vincenzo - please keep the email and replies on the mailing list. Try https://github.com/quiet/libcorrect which is call compatible with libfec. -- Cinaed On 5/10/20 12:02 PM, Vincenzo Mone wrote: Hello Cinaed, Thanks for your reply. Please can you tell me what to do? 73 de Enzo IK8O

Re: Libfec install error

2020-05-10 Thread Cinaed Simson
Hi - if you're referring to https://github.com/daniestevez/gr-libfec, it's been depreciated. There hasn't been a commit since 2017. -- Cinaed On 5/10/20 5:20 AM, Vincenzo Mone wrote: Hi folks, I am trying to install the Libfec OOT but when I give the make test command at the end I got this

Libfec install error

2020-05-10 Thread Vincenzo Mone
Hi folks, I am trying to install the Libfec OOT but when I give the make test command at the end I got this error: gcc -g -c vtest27.c gcc -g -o vtest27 vtest27.o libfec.a -lm vtest27.o: In function `main': /home/enzo/libfec/vtest27.c:120: undefined reference to `addnoise' /home/enzo/libfe

Re: Coding standard: AllowShortFunctionsOnASingleLine?

2020-05-10 Thread Ron Economos
You're not doing anything wrong. The comments you received are incorrect. If you clang-format your files, you'll be fine. Ron On 5/10/20 04:08, Christophe Seguinot wrote: Hi I recently submitted an "add eye_sink" PR. (as I'm not familiar with PR, I made several attempts/close :  correct cod

disabling ddc duc blocks in rfnoc usrp e310

2020-05-10 Thread Ivan Zahartchuk
Hello. I want to create an image of fosphor, window, fft, 2x AXI FIFOs, FIR for USRP E310. I need to change the spectral bandwidth. But with the samp_rate parameter this does not work out very well. Therefore, I want to use the FIR filter for these purposes, but when building the bit file, I do not

Coding standard: AllowShortFunctionsOnASingleLine?

2020-05-10 Thread Christophe Seguinot
Hi I recently submitted an "add eye_sink" PR. (as I'm not familiar with PR, I made several attempts/close :  correct coding standard and new line at EOF) I'm sucked on a request to use the following format for short function     fun