Shravankumar P
Central Institute of Tool Design
2014년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
New installation, Simulink Library not working...
check this out : <https://www.mathworks.com/support/bugreports/1295315>
New installation, Simulink Library not working...
check this out : <https://www.mathworks.com/support/bugreports/1295315>
7년 초과 전 | 0
질문
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...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
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 ...
11년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
Help with Fourier transform fft
have a look at this http://www.mathworks.in/help/matlab/ref/fft.html
Help with Fourier transform fft
have a look at this http://www.mathworks.in/help/matlab/ref/fft.html
11년 초과 전 | 0
답변 있음
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...
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...
11년 초과 전 | 3
질문
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...
11년 초과 전 | 답변 수: 2 | 2
2
답변질문
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 ...
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
거의 12년 전 | 답변 수: 2 | 1
2
답변질문
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 = ...
거의 12년 전 | 답변 수: 2 | 0
2
답변답변 있음
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...
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...
거의 12년 전 | 0
질문
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 ...
거의 12년 전 | 답변 수: 3 | 0
3
답변질문
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...
12년 초과 전 | 답변 수: 1 | 0











