hello every body, i have a speech sample (.wav file )(!!!!this sample was clipped when it was recorded) ,i loaded into matlab using the instruction wavread('file name')
y=wavread('file name');
plot(y);
plotting y ,i obseved that the amplitude was between [-1 1];
i want to know why? and what does this range mean? what is it's equivalent in amplitude ?
was the y signal normalized or not ? can i get the clipped values of the signal that are above and below [-1 1]
