i have a ,MAV problem.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
i wrote this code while performing features extraction for MAV using convolution
MAV1 = zeros(length(yt1), 1);
var1 = zeros(length(yt1), 1);
MAV1 = conv(abs(real(yt1)), filter, 'same');
i get an error on MAV1 in the first part of the code, why so? any assistances
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Transforms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!