Re: [USRP-users] The daughterboard manager encountered a recoverable error in init.

2018-10-10 Thread Mike McLernon via USRP-users
Hello Kostas, NI branded USRPs are incompatible with MATLAB support packages. Can you use an Ettus-branded radio? Best, Mike From: USRP-users On Behalf Of Kostas Malliaras via USRP-users Sent: Wednesday, October 10, 2018 12:26 PM To: usrp-users@lists.ettus.com Subject: [USRP-users] The daug

Re: [USRP-users] Matlab USRP Gain question

2018-04-05 Thread Mike McLernon via USRP-users
Hi Shane, Your data scaling depends on the data type of the vector you’re sending to the USRP transmitter object. See https://www.mathworks.com/help/supportpkg/usrpradio/ug/comm.sdrutransmitter.step.html for the scaling needed for your data. On that page, find the Input Arguments section, an

Re: [USRP-users] the transmitter cannot receive the acknowledgement from the receiver

2017-09-12 Thread Mike McLernon via USRP-users
Hi Seah, Based on the error you're getting below, the coarse frequency offset (CFO) estimator is receiving a real signal when it will accept only a complex signal. Cast that signal to be complex before it enters the CFO estimator, and you should eliminate that error. Best, Mike

Re: [USRP-users] Error using coder.internal.errorIf (line 8) The input signal must be complex.

2017-09-11 Thread Mike McLernon via USRP-users
Hi Nur Qalbi, Can you verify that the signal at the point of error is actually real? Best, Mike From: USRP-users [mailto:usrp-users-boun...@lists.ettus.com] On Behalf Of nur qalbi via USRP-users Sent: Sunday, September 10, 2017 11:18 PM To: Marcus Müller Cc: usrp-users@lists.ettus.com Subject

Re: [USRP-users] transmit and receive - B205mini-i

2017-08-09 Thread Mike McLernon via USRP-users
Hi Nirmala, Yes, you can simultaneously transmit and receive with SDRuTransmitter and SDRureceiver objects – see https://www.mathworks.com/help/comm/examples/packetized-modem-with-data-link-layer.html. The Simulink error you show below occurs because you are sending a row vector into the SDRu