odd transmitter number from the signal

2 ビュー (過去 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 Center および File ExchangeTransforms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by