![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2229911_1523523377326_DEF.jpg)
Bhavanithya Thiraviaraja
Followers: 0 Following: 0
5G Development Engineer specialising in signal processing on FPGA
Python, MATLAB, VHDL
Spoken Languages:
English, German
Statistiques
RANG
4 537
of 297 016
RÉPUTATION
11
CONTRIBUTIONS
9 Questions
10 Réponses
ACCEPTATION DE VOS RÉPONSES
44.44%
VOTES REÇUS
5
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
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 ...
plus de 2 ans il y a
A résolu
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:...
plus de 2 ans il y a
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...
plus de 5 ans il y a | 0
Question
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 7 ans il y a | 1 réponse | 0
0
réponseWhy 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 ...
presque 7 ans il y a | 0
| A accepté
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...
presque 7 ans il y a | 0
Question
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...
presque 7 ans il y a | 3 réponses | 1
3
réponsesQuestion
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...
presque 7 ans il y a | 1 réponse | 0
1
réponseBuild 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...
presque 7 ans il y a | 4
Question
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...
presque 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 7 ans il y a | 1 réponse | 0
0
réponseLabel 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_. ...
presque 7 ans il y a | 0
Help: restructuring parfor
There seems to be a dependency between the iterations in the line min(result(loop2,:))<=result(loop2,loop1) In parfor, ...
presque 7 ans il y a | 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>
presque 7 ans il y a | 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...
presque 7 ans il y a | 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...
presque 7 ans il y a | 0
| A accepté
Simulink Blank Diagnostic Viewer
I have 2017a. The problem still exists. It got resolved after restarting it. Mathworks probably should look into this issue.
presque 7 ans il y a | 0
Question
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, ...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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_*, ...
presque 7 ans il y a | 1 réponse | 0