photo

Shravankumar P


Central Institute of Tool Design

Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Masters in Electronics and Communication Engineering.
B.Tech in Electronics and Communication Engineering.

Research Interest : Artificial Intelligence, Computer Vision, Machine Learning.

Statistica

All
MATLAB Answers

8 Domande
5 Risposte

File Exchange

7 File

Cody

4 Problemi
23 Soluzioni

RANK
5.351
of 300.369

REPUTAZIONE
9

CONTRIBUTI
8 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
62.5%

VOTI RICEVUTI
6

RANK
5.858 of 20.936

REPUTAZIONE
206

VALUTAZIONE MEDIA
2.00

CONTRIBUTI
7 File

DOWNLOAD
8

ALL TIME DOWNLOAD
2069

RANK
13.314
of 168.436

CONTRIBUTI
4 Problemi
23 Soluzioni

PUNTEGGIO
420

NUMERO DI BADGE
7

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Revival Level 1
  • Likeable
  • Quiz Master
  • Personal Best Downloads Level 1
  • First Review
  • GitHub Submissions Level 3
  • First Submission
  • First Answer
  • Speed Demon
  • Commenter
  • Creator

Visualizza badge

Feeds

Visto da

Risposto
New installation, Simulink Library not working...
check this out : <https://www.mathworks.com/support/bugreports/1295315>

circa 7 anni fa | 0

Domanda


How to design Master Slave Flip Flop ?
I found difficulty with clock signal. Could any one help me how to design a Master slave Flip flop (D-Flip Flop). How to gen...

quasi 11 anni fa | 0 risposte | 0

0

risposte

Domanda


How to avoid warnings regarding non-existent directory ?
<</matlabcentral/answers/uploaded_files/23295/mlxlnxerror.PNG>> As shown Matlab command prompt is showing warnings. I have used ...

quasi 11 anni fa | 3 risposte | 0

3

risposte

Risposto
Help with Fourier transform fft
have a look at this http://www.mathworks.in/help/matlab/ref/fft.html

circa 11 anni fa | 0

Risposto
Call M File In SIMULINK Model
Open your simulink library 1) Select simulink in the tree view. 2) Simulink/user-defined functions/MATLAB Function 3) open...

circa 11 anni fa | 3

Domanda


How to publish Simulink model ?
Matlab code- script or function can be published in different formats such as .pdf, .html, .tex etc., Similarly can we publis...

circa 11 anni fa | 2 risposte | 2

2

risposte

Domanda


How to implement a simulink model to perform Matrix multiplication ?
A = 8 1 6 3 5 7 4 9 2 >> B=magic(3) B = 8 1 6 3 5 7 ...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Risposto
Variable Amplitude sine wave
See this Attached file with Fc=10Hz

oltre 11 anni fa | 0

Domanda


How to generate HDL code for 2-D matrices
I am working on HDL code gen project. I've designed an FFT algorithm , and trying to generate HDL code for that. But the algorit...

oltre 11 anni fa | 2 risposte | 1

2

risposte

Domanda


How to Add the Individual digits of a result ?
>> 789*4567 ans = 3603363 I want to add each element of the ans : i.e., >> 3+6+0+3+3+6+3 ans = ...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Risposto
How can i put my output numbers in for loop to an array
I guess you may go for index mapping. I just give you Idea try this once for m=1:4 for n=1:4 X(m,n)=x(4*(m-1)+n); e...

oltre 11 anni fa | 0

Domanda


How to use Matlab generated c code for High Level Synthesis ?
I wrote an algorithm for Fast Fourier Transform (FFT),then generated executable c code for it. The settings done by me are ...

oltre 11 anni fa | 3 risposte | 0

3

risposte

Domanda


How to Sum a product between 0 to N-1 points.
How to achieve Multiply and Addition of N discrete points from (0 to N-1) using Matlab. For Example FFT,FIR,IIR Filters,MAC uni...

quasi 12 anni fa | 1 risposta | 0

1

risposta