photo

Abhishek Maurya


2018년부터 활동

Followers: 0   Following: 0

I am B.tech in Electrical and Electronics. Have done course in Embedded system and Robotics. Currently working on Digital Signal Processing.

통계

MATLAB Answers

7 질문
0 답변

순위
41,484
of 300,840

평판
1

참여
7 질문
0 답변

답변 채택
71.43%

획득한 표
1

순위
 of 21,092

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,238

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How can i find the property value(here plotting table) of an object which i am able to plot only? Please read body below.
I have a function which returning a object 'yy' with properties as: Double[] with properties: Length: 3...

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

1

답변

질문


How can i get desired frequencies appearing in graph ,from variables, created by spectrogram function?
See: FOrQuestioning.m file in Attachment. As it can be seen in 2nd column out of 10 columns i have created in graph,there is a...

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

1

답변

질문


Is there is any GOOD book which deals with digital signal processing using both c++ and matlab?
If not ,please suggest *BEST* book seperately for dsp using C++ and matlab.

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

1

답변

질문


why doubling is done from 2 to end-1 only in plotting single sided spectrum: P1(2:end-1) = 2*P1(2:end-1); ?
The full code is: Y = fft(X); P2 = abs(Y/L); P1 = P2(1:L/2+1); P1(2:end-1) = 2*P1(2:end-1); f = Fs*(0:(L/2))/L...

거의 8년 전 | 답변 수: 2 | 1

2

답변

질문


Which is best book on digital signal processing using matlab?
Tell me in order of priority.

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

1

답변

질문


I have a 17658x1 double matrix. I want to find the values of indices when matrix elements are equal to k(here .1).
I have a 17658x1 double matrix. I want to find the values of indices when matrix elements are equal to k(here .1).

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

1

답변

질문


How to give a variable(here 17658x2 matrix) some proper units desired ?
[y,fs] = audioread('damn-it.wav'); plot(y); ---- when this code runs audio is stored in 'y' and on plotting ,it shows n...

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

1

답변