flip negative value as shown bellow

2 visualizaciones (últimos 30 días)
abdullah qasim
abdullah qasim el 19 de Sept. de 2019
Respondida: Gokul el 19 de Sept. de 2019
if
x=[1 2 -5 7 -9 4 -6 7 -6 8 -5 2 -1 5 -6 -8 -9 7 4 -1 ]
x + = if x(k) ≥ 0
0 otherwise
x-= if x(k) < 0
0 otherwise
. The positive signal x +(k) is transmitted in the first subframe .
the second subframe is used to carry the flipped (inverted polarity) signal −x −(k)
then send full signal
  4 comentarios
madhan ravi
madhan ravi el 19 de Sept. de 2019
Post the attempted code.
darova
darova el 19 de Sept. de 2019
please

Iniciar sesión para comentar.

Respuesta aceptada

Gokul
Gokul el 19 de Sept. de 2019
You question is not very clear to me, but for the first part of it, I belive you want to this:
x=[1 2 -5 7 -9 4 -6 7 -6 8 -5 2 -1 5 -6 -8 -9 7 4 -1];
y=x+(x>=0)*2-1

Más respuestas (0)

Categorías

Más información sobre Transmitters and Receivers en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by