Sunteți pe pagina 1din 11

NOMBRE:

CHRISTIAN CALLE

BRYAM NOVILLO

DOCENTE:

ING. JONNATHAN SANTOS

MATERIA:

MANTENIMIENTO

CARRERA:

INGENIERIA MECANICA
ANALISIS DE VIBRACIONES

Programa Matlab
y = data.Acc1;
t = data.Time;
N=length(y);
fs = 60;
f=linspace(0,1,N/2+1)*fs/2;
figure(1)
plot(t,y)
title('Correct Signal')
figure(2)
plot(1000*t(1500:2000),y(1500:2000))
title('Aumento de la señal')
Y=fft(y);
P2 = abs(Y/N); %Compute the P2 sided spectrum based on FFT and
Length 1.5s
P1 = P2(1:N/2+1);%Compute P1 based on P2 (P1 is a half of P2)
P1(2:end-1) = 2*P1(2:end-1);%Eigen value
figure(3)
plot(f,P1)
title('Grafica del espectro para hacer el analisis')
GRAFICAS DEL PRIMER ANÁLISIS
Análisis del tipo de fallo según la figura 3 del primer análisis.
IMÁGENES A COMPARAR.

1. 2.

3. 4.

5.
6.

7.

8.
Comparacion de la figura 3 del tercer analisis.
GRAFICAS DEL SEGUNDO ANÁLISIS
Análisis del tipo de fallo según la figura 3 del segundo análisis.

IMÁGENES A COMPARAR.
1.

2.

3.
4.

5.
6.

7.
8.
Comparacion de la figura 3 del tercer analisis.
GRAFICAS DEL TERCER ANÁLISIS
Análisis del tipo de fallo según la figura 3 del segundo análisis.

IMÁGENES A COMPARAR.
1.

2.

3.
4.

5.
6.

7. 8.
Comparacion de la figura 3 del tercer analisis.
GRAFICAS DEL CUARTO ANÁLISIS
Análisis del tipo de fallo según la figura 3 del segundo análisis.

IMÁGENES A COMPARAR.

1. 2.

3.
4.

5.
6.

7.

8.
Comparacion de la figura 3 del tercer analisis.

S-ar putea să vă placă și