Re: [USRP-users] RFNoC: FIR Filter final tap never gets written to settings register

2018-04-20 Thread Jon Pendlum via USRP-users
Hey Andrew, The next line in fir_block_ctrl_impl.cpp sends the final tap: sr_write(SR_RELOAD_TLAST, uint32_t(taps.back())); The half a sample shift is odd though. On Sat, Apr 21, 2018, 6:23 AM Marcus D. Leech via USRP-users < usrp-users@lists.ettus.com> wrote: > On 04/20/2018 12:01 PM,

Re: [USRP-users] RFNoC: FIR Filter final tap never gets written to settings register

2018-04-20 Thread Marcus D. Leech via USRP-users
On 04/20/2018 12:01 PM, switchlanez via USRP-users wrote: Hello, An oddity regarding the RFNoC FIR Filter block. fir_block_ctrl_impl.cpp writes tap values to the settings registers with: for (size_t i = 0; i < taps.size() - 1; i++) { sr_write(SR_RELOAD, uint32_t(taps[i])); } which

[USRP-users] RFNoC: FIR Filter final tap never gets written to settings register

2018-04-20 Thread switchlanez via USRP-users
Hello, An oddity regarding the RFNoC FIR Filter block. fir_block_ctrl_impl.cpp writes tap values to the settings registers with: for (size_t i = 0; i < taps.size() - 1; i++) { sr_write(SR_RELOAD, uint32_t(taps[i])); } which loops from 0 to taps.size() - 1. So if I define 41 taps from

Re: [USRP-users] Core dump with UHD_3.11, X310, and LFTX

2018-04-20 Thread switchlanez via USRP-users
I have an issue that may be related. Using LFTX and LFRX boards in an X310, anytime I use the RFNoC Radio block in Rx mode the run terminates with: terminate called after throwing an instance of 'std::out_of_range' what(): map::at Following for updates. Andrew On Thu, Apr 19, 2018 at 9:54

Re: [USRP-users] problem to work witth source file and RFnoC block and FIR block

2018-04-20 Thread switchlanez via USRP-users
Build should fail with 1000 coefficients and a Window Block instance. The most taps I've gotten is 334 with a DUC and DDC instantiated along with the FIR. If I instantiate 2 Digital Gain blocks with 2 FIR blocks, the most taps I could build was 186 taps for each FIR. These were found through trial

Re: [USRP-users] SDX 18.1.6 - RC3

2018-04-20 Thread Serge Malo via USRP-users
Hi all, Please ignore this e-mail thread, it was unintentionally sent to usrp-users by an "auto-completion" error. Sorry for this, Serge ___ USRP-users mailing list USRP-users@lists.ettus.com

Re: [USRP-users] DC Offset Calibration Issue for Rev. C UBX-40 daughter cards

2018-04-20 Thread Stanley, John P. via USRP-users
Thanks for the insight. Is this publicly documented anywhere? The USRP web manual (https://files.ettus.com/manual/page_calibration.html) still explicitly states to leave RF ports disconnected for calibration. Updating that page ASAP could save folks out there a lot of grief… From: Michael West

Re: [USRP-users] DC Offset Calibration Issue for Rev. C UBX-40 daughter cards

2018-04-20 Thread The Tilla via USRP-users
Well, that is super awesome news  Glad you guys made these improvements. How would I know this, I don’t think I have seen this information anywhere? From: Michael West Sent: Thursday, April 19, 2018 9:21 PM To: Stanley, John P. Cc:

Re: [USRP-users] SDX 18.1.6 - RC3

2018-04-20 Thread Serge Malo via USRP-users
Salut, Voici la spread-sheet pour logguer vos résultats: https://docs.google.com/spreadsheets/d/1ndyGP2aOAh4j8wHXpKN5hgqTBGn_ogYFJ6k329E-r9M/edit?usp=sharing Merci ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *Serge Malo * CDO &

[USRP-users] Configuring FIR filters for b210

2018-04-20 Thread Victor Petrescu via USRP-users
Hi all. I have a b210 device on which i want to make a transceiver. I managed to replicate 15Mhz bandwidth, but now i want to configure the FIR filters, to eliminate 10 Mhz from the bandwidth from RX and transmit only 5 Mhz on TX. I tried to make a low pass filter, to configure the taps, using

[USRP-users] UHD Open Source Method

2018-04-20 Thread Yeo Jin Kuang Alvin (IA) via USRP-users
Hi all, I followed the ettus research guide https://kb.ettus.com/Building_and_Installing_the_USRP_Open_Source_Toolchain_(UHD_and_GNU_Radio)_on_Windows and start building the *ALL_Build* file. The error I keep getting is LNK1181 cannot open input file '..\lib\Release\uhd.lib' . I checked the