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 个回答

排名
27,125
of 299,784

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
71.43%

收到投票数
1

排名
 of 20,803

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,909

贡献数
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 years 前 | 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...

7 years 前 | 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.

7 years 前 | 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...

7 years 前 | 2 个回答 | 1

2

个回答

提问


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

7 years 前 | 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).

7 years 前 | 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...

7 years 前 | 1 个回答 | 0

1

个回答