필터 지우기
필터 지우기

how to add zeros

조회 수: 1 (최근 30일)
sadia sabahat
sadia sabahat 2019년 8월 17일
댓글: Walter Roberson 2019년 8월 17일
i have this type of plot .on x axis time in seconds. the required wave lie in time between 06:00 -07:20 sec. so i want to cut it by zero padding....so my question is how to find sample in this time range...
  댓글 수: 1
Walter Roberson
Walter Roberson 2019년 8월 17일
first_non_silent = find(abs(YourSignal) > tolerance, 1, 'first');
Due to background noise, you would not typically look for the first non-zero location, and would instead look for the first location whose value exceeds the noise level.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by