Bisma Waheed
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
27.197
of 295.712
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
1
RANK
of 20.274
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.359
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 6 jaar ago | 0 answers | 1
0
answersQuestion
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...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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= ...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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 = ...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 6 jaar ago | 1 answer | 0