how polt binary even and odd from for example {0 0 1 1 0 0 }

how polt binary even and odd from for example {0 0 1 1 0 0 }

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 2 Jan 2015
Modifié(e) : Azzi Abdelmalek le 2 Jan 2015
a=[0 0 1 1 0 0]
stem(a,'r')

3 commentaires

this is The original signal ok but what about even and odd
even_s=a(2:2:end)
odd_s=a(1:2:end)
thanks

Cette question est clôturée.

Tags

Question posée :

le 2 Jan 2015

Clôturé :

le 20 Août 2021

Community Treasure Hunt

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

Start Hunting!

Translated by