You are on page 1of 1

ABHIMA BABU

S7 ECE ALPHA
ROLL NO-3

SPEECH AND AUDIO PROCESSING ASSIGNMENT


clc;
clear all;
close all;
path= fullfile('\Users\student\Downloads\abhima');
[x,fs]=wavread(path);
plot(x);
xlabel('time');
ylabel('audio signal');

You might also like