필터 지우기
필터 지우기

odd transmitter number from the signal

조회 수: 1 (최근 30일)
abdullah qasim
abdullah qasim 2019년 1월 19일
답변: Walter Roberson 2019년 1월 19일
if
x=[1 -5 4 -6 7 -3 -7 5 6 3 7 8 -4 -1 ]
I want pass the odd number of this signal and set the even number to zero

채택된 답변

Walter Roberson
Walter Roberson 2019년 1월 19일
x(~mod(x,2)) = 0;

추가 답변 (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