Bhavanithya Thiraviaraja - MATLAB Central
photo

Bhavanithya Thiraviaraja


Last seen: 4 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

5G Development Engineer specialising in signal processing on FPGA

Programming Languages:
Python, MATLAB, VHDL
Spoken Languages:
English, German

统计学

All
MATLAB AnswersCodyFrom 04/18 to 03/25Use left and right arrows to move selectionFrom 04/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 个提问
10 个回答

Cody

0 个问题
2 个答案

排名
4,554
of 297,672

声誉
11

贡献数
9 个提问
10 个回答

回答接受率
44.44%

收到投票数
5

排名
 of 20,464

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
75,531
of 159,351

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • Thankful Level 2
  • First Review
  • Revival Level 1
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

2 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 years 前

已回答
Convert .dat to .txt or .mat
You can open the .dat file in MATLAB by double clicking the .dat file from the 'Current Folder'. Select the output type as 'N...

5 years 前 | 0

提问


How do I delete the spectral images caused due to sampling in frequency domain?
One of my module has a requirement to shift the frequency of a transmitter signal and view its spectrum. For example, say, m...

6 years 前 | 1 个回答 | 0

1

个回答

提问


What are the approaches availble to speed up the Simulink model performance using GPU?
I am working with a simulink model whose performance has to be increased significantly. The simulink model consists of multiple ...

7 years 前 | 0 个回答 | 0

0

个回答

已回答
Why can't I run gpuDevice in MATLAB?
The error is resolved now. I updated the NVIDIA Driver to 391.33 and it worked. Updated details are as below, >> gpuDevice ...

7 years 前 | 0

| 已接受

已回答
How to define variables once before 'for iterator subsystem' in Simulink
For the second problem, Upperbound for the variables can be given using the 'Model Explorer' in the view tab. The explorer sh...

7 years 前 | 0

提问


Is concurrent execution not possible for a Simulink model with sample time less than 1ms ?
I have a simple simulink model same as the example <https://de.mathworks.com/help/simulink/ug/implement-data-parallelism-in-simu...

7 years 前 | 3 个回答 | 1

3

个回答

提问


Simulink Coder Error : Unable to find build success text "### Successfully generated all binary outputs." in build log
I am trying to generate code for a sample model which implements concurrent execution. I have attached the model. When trying to...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Build problems due to TflCheckSum difference
Hi, I had the exact same problem. *The configuration parameters of the top model and the referenced models have to be the sam...

7 years 前 | 4

提问


Simulink throws error when using multi-rate blocks for concurrent execution
I am trying to increase the performance of my model by using the multi-threading capabilities. My model has a Signal Generati...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Processing on GPU in Simulink
I have a block in Simulink which does a frequency shift of a Signal. It consists of calculations involving exponential. I used t...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Why comm.gpu.AWGNChannel is not faster than comm.AWGNChannel?
I am trying to understand GPU enabled communication System functions. In order to analyse it's processing speed, i wrote the bel...

7 years 前 | 0 个回答 | 0

0

个回答

已回答
Label outside of the box in a figure
You can use the property Editor to change/manage the position and font size of the axes. Click _Edit_, then _Axes Properties_. ...

7 years 前 | 0

已回答
Help: restructuring parfor
There seems to be a dependency between the iterations in the line min(result(loop2,:))<=result(loop2,loop1) In parfor, ...

7 years 前 | 0

已回答
Custom made Matlab funcions errors in Simulink
This book pretty much has everything. <https://www.mathworks.com/help/pdf_doc/simulink/sl_using.pdf>

7 years 前 | 0

已回答
Multi-threading with Simulink
There is a toolbox available in MATLAB for parallel computing called the "Parallel Computing Toolbox". You can try taking a look...

7 years 前 | 0

已回答
Why can't I use gpuArray in Simulink?
Declaring coder.extrinsic('gpuArray') before calling the function solves the issue. However, it should be noted that there is no...

7 years 前 | 0

| 已接受

已回答
Simulink Blank Diagnostic Viewer
I have 2017a. The problem still exists. It got resolved after restarting it. Mathworks probably should look into this issue.

7 years 前 | 0

提问


Why can't I use gpuArray in Simulink?
Hello! I am trying to use gpuArrays in a MATLAB function block inside my Simulink Model. It is throwing the following error, ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Why can't I run gpuDevice in MATLAB?
I am trying to use gpuArray function for my MATLAB code. I am getting the following error when trying to run *_gpuDevice_*, ...

7 years 前 | 1 个回答 | 0

1

个回答