Community Profile

photo

Ben Cunningham

Last seen: 4 jours il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

All
  • First Review
  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

A répondu
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...

11 mois il y a | 0

A répondu
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...

presque 2 ans il y a | 0

| A accepté

A répondu
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...

environ 2 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

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

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 1

| A accepté

A répondu
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.

plus de 4 ans il y a | 0

A répondu
"Error using matlabshared.internal.ssh2Client"
This is a duplicate question.

plus de 4 ans il y a | 0

A répondu
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....

plus de 4 ans il y a | 0

A répondu
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...

environ 5 ans il y a | 0

| A accepté

A répondu
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...

environ 5 ans il y a | 0

A répondu
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 ...

environ 5 ans il y a | 0

| A accepté

A répondu
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...

environ 5 ans il y a | 0

A répondu
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...

environ 5 ans il y a | 0

| A accepté

A répondu
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...

environ 5 ans il y a | 1

A répondu
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...

environ 5 ans il y a | 0

| A accepté

A répondu
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 ...

environ 5 ans il y a | 2

| A accepté