photo

Ben Cunningham

Last seen: Today Attivo dal 2018

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

0 Domande
25 Risposte

Cody

0 Problemi
13 Soluzioni

RANK
1.371
of 300.057

REPUTAZIONE
52

CONTRIBUTI
0 Domande
25 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
6

RANK
 of 20.866

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
32.979
of 167.162

CONTRIBUTI
0 Problemi
13 Soluzioni

PUNTEGGIO
140

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 3
  • First Review
  • Revival Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
How to implement Multiple USRPs for Synchronised Operation using wireless testbench
Hi Ahmed, Good news, what you are looking for is now enabled as of MATLAB 2025a! You can reference these documentation pages t...

circa un mese fa | 0

| accettato

Risposto
N310 Target Platform not appearing in HDL Coder
Hi Elliot, Thanks for your interest in targeting the FPGA of your USRP on Windows, we consider all customer requests when prior...

3 mesi fa | 1

| accettato

Risposto
Can the USRP Radio Support Package be used to run programs on the Ettus or do you need to transform code into VHDL in a program like HDL Coder?
FYI as of R2024a, the USRPs are supported for hdl code generation workflows via Wireless Testbench. Target NI USRP Radios - MAT...

3 mesi fa | 0

Risposto
USRP X310 support in MATLAB
Hi Hassan, The USRP X310 is supported in MATLAB and Simulink by Wireless Testbench. To see other supported USRPs in Wireless T...

7 mesi fa | 0

Risposto
Does Matlab provides any support with X440 USRP?
Hi Gary, as you noted from the documentation the USRP X440 is not currently supported in MATLAB 24b. We have noted your interest...

12 mesi fa | 0

| accettato

Risposto
Does Matlab Wireless Testbench work with Basic Tx/Rx Daughterboard ?
Dear Giti, Unfortunately the supported hardware page: https://uk.mathworks.com/help/wireless-testbench/gs/supported-sdr-devices...

oltre 2 anni fa | 0

Risposto
LimeSDR program in Matlab
The following code will give you a while loop which can be stopped by clicking on the pop-up figure. It makes use of a global va...

oltre 3 anni fa | 0

| accettato

Risposto
Use "spectrum analyzer" tool for time-varying signal captured via an SDR device
Hi Toni, You might find this example useful: https://www.mathworks.com/help/wireless-testbench/ug/capture-from-frequency-band-w...

oltre 3 anni fa | 0

Risposto
Plot GUI Color test
Each button has a property 'Background Colour'. You can use a simple state machine to set the colour in [Red, Green, Blue]. See...

quasi 6 anni fa | 0

Risposto
Error using R2019b version of the MATLAB
It looks like you are having trouble connecting to your radio. Can you verify that you can complete the Hardware Setup App or ma...

quasi 6 anni fa | 0

Risposto
Error using R2019b version of the MATLAB
Thank you for getting back with the further details of your setup. Please verify you can complete the steps outlined in the Man...

quasi 6 anni fa | 0

Risposto
R2019b version and AD9361 SDR does not work correctly.
This is a duplicate question. Please continue the existing thread.

quasi 6 anni fa | 0

Risposto
Datetime from csv: format change from 2017b to 2018 and higher
Hi Emma, I haven't checked between releases but I noticed that the 'readtable' function has a 'DatetimeType' name-value pair op...

quasi 6 anni fa | 1

| accettato

Risposto
MATLAB 2019b Installation of SDR for Xilinx zynq Radio problem.
This is a duplicate question. With regards the most recent comment which is an unrelated issue, it is duplicated here.

quasi 6 anni fa | 0

Risposto
"Error using matlabshared.internal.ssh2Client"
This is a duplicate question.

quasi 6 anni fa | 0

Risposto
How can I save captured data from SDR hardware?
Sorry nobody got back to you earlier. However it sounds like you are after the new 'capture' functionality introduced in 19b....

circa 6 anni fa | 0

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

oltre 6 anni fa

Risposto
I need help with my GUI
See the 'interruptible' property of callbacks in app designer - e.g. here under the heading 'Callback execution control'. You n...

oltre 6 anni fa | 0

| accettato

Risposto
How to store value in simulink
There is a good blog entry covering this. I'd recommend the 'Enabled Subsystem' approach (coincidently the author's favourite a...

oltre 6 anni fa | 1

Risposto
Real Time data into Simulink
Have you tried the 'MATLAB Function' block? You may be able to insert part of your script into the function (double click on ...

oltre 6 anni fa | 0

| accettato

Risposto
Get Matlab Startup directory
You can use : >> pwd to return the present working directory in MATLAB. You define your procedure as : I start Matlab with...

oltre 6 anni fa | 0

Risposto
strcmp with or-condition
Generally I would recommend just writing out two lines as Adam proposed earlier. But if you really want 'one line' with a lis...

oltre 6 anni fa | 0

| accettato

Risposto
Is it possible to make a while error or while no error Matlab
I don't quite follow the use of 'while' here but if I understand correctly then hopefully the following will be useful. You c...

oltre 6 anni fa | 1

Risposto
Why the loop does not stopped?
See the 'interruptible' property of callbacks in app designer - e.g. here under the heading 'Callback execution control'. The...

oltre 6 anni fa | 0

| accettato

Risposto
I want this code to run only once. Battery Charge/Discharge
One way of doing this would be using Persistent variables - but just as with global variables you will need to be careful - to ...

oltre 6 anni fa | 2

| accettato

Risolto


Counting in Finnish
Sort a vector of single digit whole numbers alphabetically by their name, in Finnish. See the Wikipedia page for <http://en.wik...

quasi 7 anni fa

Risolto


Connect Four Win Checker
<http://en.wikipedia.org/wiki/Connect_Four Connect Four> is a game where you try to get four pieces in a row. For this problem, ...

quasi 7 anni fa

Risolto


The Goldbach Conjecture, Part 2
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

quasi 7 anni fa

Risolto


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

quasi 7 anni fa

Carica altro