I’m working on a radar project using USRP N210 with UBX-40 daughterboard using matlab. I need a code to control the first port of the usrp, because the first port can be used as tx/rx. Such as in tx part, I can turn ON transmitting and OFF Receiving & vice versa. So I can transmit and receive from same antenna. Any Help!!
How to Control first port of USRP N210 to use it when i need using matlab coding?
241 Views Asked by Hasan Haj At
1
There are 1 best solutions below
Related Questions in MATLAB
- Convert Cell Array of Symbolic Functions to Double Array of Symbolic Functions MATLAB
- How to restrict vpasolve() to only integer solutions (MATLAB)
- "Error in port widths or dimensions" while producting 27
- matlab has encountered an internal problem needs to close
- Minimize the sum of squared errors between the experimental and predicted data in order to estimate two optimum parameters by using matlab
- Solve equation with Crank Nicolson and Newton iterative method in Matlab
- Why options are not available in EEGLAB menu options?
- ash: ./MathWorksProductInstaller: not found, but file exists
- iterative GA optimization algorithm
- Create Symbolic Function from Double Vector MATLAB
- Fixing FEA Model loading with correct units and stress results
- loading variables from a python script in matlab
- Why cannot I set font of `xlabel` in `plotmf` in MATLAB?
- How would I go about filtering non-standardly formatted serial data which contains some junk binary between data entries?
- Cyclic Voltammetry Simmulation in MATLAB, I am running into issues with my data points returning as NaN values, i am a beginner, any help wanted
Related Questions in PORT
- Sniff data packages from application to serial port (/dev/ttyACM0)
- How to choose port number for various microservices? whatever port number I use is already used-blocked or I'm not able to use them
- Why is only the port version not printed in the output?
- Redirect outbound traffic to a different port
- on linux gitclone issue remote server error showing fatal error with proxy n port
- ERR_EMPTY_RESPONSE with docker container port bind
- Block MQTT port from windows firewall
- Localhost doesn't see my file; The requested URL was not found on this server
- Setting up HTML page on port 8083 in NGINX
- ERROR - Container xxx didn't respond to HTTP pings on port: xxx, failing site start
- Docker port exposure with IP resulted to slow postgres database connection
- I don't understand
- Troubleshooting Ineffective Port-Level Value Changes in Kernel Bond Code
- Getting "Jest did not exit one second after the test run has completed" error for test script which was originally passing
- Same IP, same port and nmap scan gives different result. Why?
Related Questions in SIGNAL-PROCESSING
- What kind of ARIMA model would be best fit for this data?
- Find Transfer Function from FFT Plot MATLAB
- How can I calculate the SNR of a curve that has impulse noise added?
- How to decrease too many False Positives I get from a KNN classifier for ECG R-peak detection?
- Constant and inconstant values using NI-DAQmx Python API although not issues with NI SignalExpress 2015
- How to get the frequencies and corresponding amplitudes from the FFT of a signal?
- How to get the correct frequency amplitudes in the FFT of a signal
- Using FFT to sum independent random variables
- Decompose time-series signal into different components
- Cross-talk correction in 2D spectrum using Python
- How to remove constant part of a signal in python?
- Analyzing a Power Spectrum of an Audio File for Patterns
- Matlab Real-Time Audio Simulation Speaker Output, Annoying Clicking Issue
- Spectrogram PNG back to WAV Audio
- Is there a way to (automatically) detect if the channels of a stereo video/audio are out of phase and canceling each other?
Related Questions in USRP
- USRP Sink Warning: Sensor 'ref_locked' failed to lock within timeout on motherboard 0
- How Can I generate detect signals (2.4GHz) and generate spectrograms from them like this one?
- Continuous transmission with USRP B210
- USRP B200 sample rates
- How to call the function is_iq_swapped() in the class uhd::usrp::fe_connection_t?
- Managing Compatibility with Older GNU Radio and VOLK Versions After Recent Major Updates
- Can't find a library to work with usrp x310 in python
- Implementing B210 GPIO ATR for both channels
- GNU Radio: Set or get the phase from carrier of UHD USRP Sink block
- Getting a lot of underflows in GNU Radio. Why?
- USRP X310 streaming problem. I kept receiving the same signal
- Using the UHD API for B210
- Diffrence between LO Tx and LO Rx of two B10 even connected to Octoclock
- PS to PL on the X410
- How to stop output in Simulink?
Related Questions in TX
- why usart tx with dma work stuck after runing some times
- Trying to get data from two rs232 to single rs232 port
- How I can set direction as only Tx message should be there and filter out TxRq
- SPI communication failed, nothing works
- BeagleBone Black(BBB) CAN TX packet shows zero count
- Problems with txChart Arduino
- How to run postgres Tx inside multi goroutines
- Blue ESP8266-12e tx light staying on
- need help understanding bitcoin raw transaction
- How can multi nRF52840 connect rpi4?
- esp8266 does not communicate with fingerprint sensor R305
- CP2102 usb-ttl doesn't transmit data until I close minicom
- Transmitted serial data not outputting correctly
- parse the following ibeacon packet
- NRF24L01+ TX and RX Timing Issue?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I haven't used matlab to interface with the USRP but I assume it uses the C API. Here you can see all the parameters to configure the USRP. https://kb.ettus.com/Getting_Started_with_UHD_and_C%2B%2B
When you pass "TX/RX" to the antenna parameter it will automatically select the port TX/RX port for you. It is not recommended to use the same antenna, rather use the RX antenna to receive and TX/RX antenna to transmit. If you are not required to receive the signal you transmit, then you can switch between TX and RX on the same antenna with some sort of control but I still wouldn't recommend doing that :)