필터 지우기
필터 지우기

i have a ,MAV problem.

조회 수: 3 (최근 30일)
ouma davis
ouma davis 2022년 8월 2일
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개)

카테고리

Help CenterFile Exchange에서 Transforms에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by