odd transmitter number from the signal

1 visualización (últimos 30 días)
abdullah qasim
abdullah qasim el 19 de En. de 2019
Respondida: Walter Roberson el 19 de En. de 2019
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

Respuesta aceptada

Walter Roberson
Walter Roberson el 19 de En. de 2019
x(~mod(x,2)) = 0;

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by