Re: [USRP-users] How to update RFNoC Graph

2018-12-07 Thread Rob Kossler via USRP-users
I have had success with changing the FFT block size, but my solution involved calling fft_ctrl->reset() and then re-configuring all of the parameters such as size, scale, shift, etc. So, I keep a local copy of such params before calling reset(). Rob On Thu, Dec 6, 2018 at 12:44 PM Christian Val

Re: [USRP-users] MSVC + CMake

2018-12-07 Thread Martin K via USRP-users
Marcus, Thank you. I ran the 'INSTALL' target in Visual Studio and it installed FindUHD.cmake successfully. Previously I had generated an installer with the NSIS tool and I don't think it installed FindUHD.cmake. CMake now finds UHD. Is it normal that I cannot Debug a UHD client program in Visual

Re: [USRP-users] E310 Kernel Sources

2018-12-07 Thread Philip Balister via USRP-users
On 12/05/2018 04:05 AM, Said Uçar via USRP-users wrote: > Hi all, > > > I'm trying to build batman-adv^[1] for E310 however it required the > kernel sources since it builds /batman-adv.ko/ kernel object. I built > the batctl^[2] and alfred^[3] without problem. I searched on the > internet for ker

Re: [USRP-users] MSVC + CMake

2018-12-07 Thread Marcus Müller via USRP-users
Dear Mr. Klingensmith, puh, it's been a while since I worked under Windows with CMake, but do try cmake -DCMAKE_MODULE_PATH=/path/to/where/FindUHD.cmake .. or using ccmake to add that path to the CMAKE_MODULE_PATH list. Best regards, Marcus On Thu, 2018-12-06 at 16:29 -0500, Martin K via USRP