Sei sulla pagina 1di 5

ADAMSON UNIVERSITY

COLLEGE OF ENGINEERING
ELECTRONICS AND COMMUNICATIONS ENGINEERING

EXERCISE NO.: 2
SIGNAL MANIPULATION

SAMPIANO, FLOYD Y.
200711844
59142

___________________________
ENGR. NEON DE JESUS
INSTRUCTOR
ANALYSIS

A. In this part of experiment, we can listen to the wav files and the waveform of the audio file using
wavread function of MATLAB. We found an algorithm for each signal and tapped to the
original signal. We found out that algorithm by manipulating the of amount of ones and zeros of
the original signal to become a manipulated signal as shown in the example manipulated signal.

Signal 1

Signal 2
Signal 3

Signal 7
CONCLUSION:
Based on our experiments findings and analysis, this experiment of Manipulating Audio Signals
summarizes the algorithms used to manipulate audio signal through the signal power levels and
changing the sampling rate of the signal. It is also evident that an audio signal can be reversed and back
to its original signal by manipulating and changing the time-variable of the signal and its varied bit rate
which is different from the original signal. Using MATLAB, the waveform of these signals can be viewed
given its frequency and its number of sinusoids.
M-CODES:
Signal 1:
a=
wavread('signal1.w
av'); Signal 3:
x= x1=
ones(3777.325,1); wavread('signal3.w
y= av');
zeros(3777.325,1); a=length(x1);
z= x = x1(a:-1:1);
[x;y;x;y;x;y;x;y;x;y;x; figure(8)
y;x;y;x;y;x;y;x;y;x;y; plot(x);
x;y;x;y;x;y;x;y;x;y;x; xlabel('manipuated'
y;x;y;x;y;x;y;1;1;1;1; );
1;1;1;1;1;1;1;1;1]; sound(x)
q = a.*z;
plot(q)
sound (q)
Signal 7:
Signal 2: xa=
b= wavread('signal7.w
wavread('signal2.w av');
av'); x=abs(xa)
b2 = abs(b); plot(x);
plot(b2) sound (x)
sound (b2)

Potrebbero piacerti anche