photo

Bisma Waheed


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
27,519
of 300,379

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
1

排名
 of 20,931

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,299

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How can i digitally add external noise(street noise) to my input speech signal?
I am working on a speaker recognition system. I am working on clean speech and then added AWGN noise at different SNR levels usi...

7 years 前 | 0 个回答 | 1

0

个回答

提问


Am i adding the additive noise to every sample? Speaker Recogntion
I want to add random noise to my voice samples. this method works but i am not sure if noise is been added correctly because thi...

7 years 前 | 0 个回答 | 0

0

个回答

提问


I want to add noise (10dB,20dB) to my speech samples. I have used this code to add noise but i do not know how much dB of noise is been added because this is random noise
[s, fs] = audioread(file); rng default noise = 0.01 * rand(size(s)); noisySig = s + noise; SNR4545= ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Matrix dimensions for Euclidean Distance
I am working on project "Speaker Recognition using PNCC and MFCC". For recognition I have to do matching step . For which I have...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to add zeroes to a matrix to make the dimensions same.
I am not able to convey my problem. My code is really long hence i am not able to upload it. could you tell me this my matri...

7 years 前 | 1 个回答 | 0

1

个回答

提问


the dimensions of matrix and the size is different?
I reshaped the dimensions of my matrix in my code. When i run this: x=[M,N] y=[M2,P] i get the following answer x = ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can I get a variable from inside of the for loop and use it after it ends?
if (M ~= M2) C=padarray(x,[21,0],0,'post'); sz=size(C) end I would like to use 'sz' outside the loop ...

7 years 前 | 1 个回答 | 0

1

个回答