photo

parthasarathi ghorai


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
256,441
of 299,930

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,845

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,620

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


how can i get back the original song into the program below?
[y,fs]=wavread('khuddar.wav'); a=zeros(100,2); j=1; for i=round(rand(1)*(10000-1)+1):round(rand(1)*(10000-1)+1) ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how we change a audio signal amplitude value to frequency value?
how can we convert amplitude to frequency?

10 years 前 | 0 个回答 | 0

0

个回答

提问


how can i get 65=.0003?
if [.003 .006 .009 .012] is an array, how can i get [65 67 68 69] ,that means .003=65;.006=67 so on.how can i get this?

10 years 前 | 0 个回答 | 0

0

个回答

提问


if an array like [.002 1.1103 0.665 .002]. how can i get [a b c a]?
if an array like [.002 1.1103 0.665 .002]. how can i get [a b c a]? i want to print .002=a 1.1103=b .665=c .002=a. how can ...

10 years 前 | 3 个回答 | 0

3

个回答

提问


how can i divide an image diagonally whose size is [129 133 3], into two equal part?
an image whose size is [129 133 3]. have to divide this image diagonally into two equal part, as two triangle form that image. h...

10 years 前 | 1 个回答 | 0

1

个回答

提问


when char(65) then A.
but when we define A='5', then char(5) can not be the result A. how can we get this value?

10 years 前 | 2 个回答 | 0

2

个回答