Community Profile

photo

Gaurav Sharma


2018년부터 활동

Followers: 0   Following: 0

통계

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


remove zeros from sinc function
Hi there, I am trying to observe the behaviour of the fourier trasform of the sinc function if some of its zeros will be remove...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


regarding Fourier transform of sinc function
I am trying to find the fourier transform of sinc (t) function, which acc. to the mathematics, should be a rectangular function ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

답변 있음
range2time is not working?
i have R018b.

대략 5년 전 | 0

답변 있음
range2time is not working?
thanks man..... that problem has resolved but now I am getting this error..... in the same code " Undefined function or varia...

대략 5년 전 | 1

질문


range2time is not working?
can please anyone tell me why this range2time function is not working? it is cont. showing that it is an undefined function.

대략 5년 전 | 답변 수: 3 | 1

3

답변

답변 있음
Can anyone pls tell me why I am getting the same plot instead of putting different values of H and B? The code is attached with this question for your kind perusal
RK: function [OUT3,OUT4] = RK(A,M,B,C,OMEGA,T1,H,X0,V0) %RK Summary of this function goes here % Detailed explanation goes here...

대략 5년 전 | 0

질문


Can some one plssss help me ? I dont know why this code is not running?
The code was working properly, but the same code is not running. It cont throwing some errors. PLs help me its my final project....

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


what axis will do ??
what the axis will do ?? eg. axis(x1,x2,y1,y2)

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to know how many the code ran
Hi there, can you tell me what should i do to get the no. of the iterations of the entire code. Like i used J=1, but don't kno...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


can anyone tell me how to plot the output of this code?
can anyone tell me how to plot the output of this code? the code is given as attchments for your kind pursual. plot(output ) is...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Can any one please tell why I am not getting the proper plot?
I am trying to run the code but the plot I am getting different. The figure 2 in the code, the plot has x axis from 1-9 and y ax...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can any one please tell me how I can remove this error in MFCC?
Hi there, I am trying to run the code but not getting the correct plot with the melfilter. And that's why I tried oopp.m to get...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can any one please tell me that why the loop is running nXn times?
I am trying to run the code but instead of runnong for single loop, it is actually running for nXn times. Can any one pls help m...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can any one please tell me why I am not getting the proper Mel filter bank plot, speech recognition system.
I am trying to plot the MFCC plot but I am not getting the actual plot what it should be. Can any one please help me with this.?...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Can any one tell me why i am getting reversed Mel spectrum?
Hi there, I am trying to run the code for the speech recognition system, but the Mel Spectrum filter bank I am getting is rever...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Can please any one tell me why all the input voices are matching with only speaker 1.
I am trying to run the code for the speech recoginition process but the result i am getting is not what we want. After training ...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Can some one please tell me why I am getting result of 8 loop?
Hi there, I am trying to run the code for speech recognition system, but the result I am getting from "test.m" is actually resu...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Can some one please help me in passing the particular parameter from one function to another.
Hi There, I want to pass that "codebk" of vector.m to the test.m as input over there..."code". Can someone pls help with this. ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can someone please help me with the code. Speech recognition system.
Hi there, whenever I am trying to run the code, it first throws an error at "ms" in "mfcc.m" and then if cont. the running p...

5년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Can someone pls help me with this code. (mfcc)
on the mathwork website, melfilter is gievn as predefined funcion which can be directly used. That's why I am a bit confused. An...

5년 초과 전 | 0

| 수락됨

질문


Can someone pls help me with this code. (mfcc)
whenever I am trying to run the code it is throwing an error i.e. => "Undefined function or variable 'melfilter'. Error in m...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


couldnt incorporate the .wav file
I am trying to run some voices [.WAV] in the matlab but couldnt able to do that. Firstly, it wasnt takimg the folder of the soun...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I am trying to read audio file (.wav) but it is showing some error.
I am trying to read the audio file (.wav) but it is showing some error. I have removed the traindir. Do I need to keep that? t...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


can any one please help me with the code? I am not getting the proper values of s.
it is showing me the following error: "Unable to perform assignment because the left and right sides have a different number of...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can any one pls help me this code. It is showing that the vectore length are not equal. What should I do?
Can anyone pls help me this code. It is showing that the length of the vectors are not equal. What should I do? values I have p...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can any one pls tell me why I am not getting Y1 and Y3 plots? The code is attached with this question.
I am trying to plot Y1,2,3,4 but am only getting Y2 and Y4. the values am putting are= RungeCoupled(1,10,10,1,10,0.1,1,1,1,1)...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to get difference equation in discrete time domain from transfer function in Z domain.
I have the transfer function in the z doamin. Now I want to get the simple difference equation ( in terms of y(n) and x(n)). How...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to get z-transform expression along with the curve of this function
I am getting the plot for this function. But i want to show the H(z) of this butterworth lowpass filter. Can You pls help me wit...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can anyone pls tell me why I am getting the same plot instead of putting different values of H and B? The code is attached with this question for your kind perusal
I am not getting the different plots for different valued of the H and B. Every row of the subplot has the same plot as of the f...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can anyone tell e why I am getting NaN as the answer of this code. (the code is attached with this question for your kind reference.)
the code is running but only showing NaN as output. Please help me. The values I was using are IEM(1,1,1,1,5,10,0.01,1,0).

5년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기