photo

Andrea Carroll


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
21,600
of 297,457

声誉
2

贡献数
10 个提问
0 个回答

回答接受率
20.0%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


QPSK Transmitter and Detecter
Hi, I have tried running the QPSK transmitter and detector examples on simulink and 9/10 times it does not work. There example...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Adalm-Pluto Simulink
Would anyone be able to provide a simple simulink modle that is able to modulate, transmit and demodulate bindary digits using F...

5 years 前 | 0 个回答 | 0

0

个回答

提问


FSK and Adalm-Pluto
I am getting some errors in the following code; clc; %Creating transmission object txPluto = sdrtx('Pluto','RadioID','usb:0',...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Adalm-pluto SDR modulation and demodulation
Hi, I want to transmit the above signal, which are bursts of pulses at different frequencies, I would like to soley transmit a...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Paralell Execution of Functions
%% Outline of this code: %% - Reads excel file to gain the inputs; (column 1: time stamp values, column2: data value) %% - whe...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Running functions in parallel
clc; pause on tic; parpool(2); f1 = parfeval(@Function_I, 1); f2 = parfeval(@Function_II, 1); function1=Function_I(); f...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Simulink implementation of Matlab Code
I am trying to implement the following frame generation code in simulink. In summary the code does the following: Reads excel s...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Simulink and Memory and Matlab Function Block
Would anyone know how to store muliptle values of data during a simulink program. I have tried to use the Data Store Memeory Blo...

5 years 前 | 1 个回答 | 1

1

个回答

提问


Matlab Function In Simulink
Hi all, So I wrote some matlab code which works perfecting. I am now trying to add this code as a function block in simulink, ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Converting .CSV file element to double
I have imported a .csv file from excel into MATLAB all fine. However I can not manage to convert the elements into any numerical...

5 years 前 | 1 个回答 | 1

1

个回答