Borrar filtros
Borrar filtros

How to create own binary signal in simulink ?

26 visualizaciones (últimos 30 días)
Jozef Vendel
Jozef Vendel el 21 de Mzo. de 2021
Respondida: Pavan Guntha el 25 de Mzo. de 2021
I would like to display this signal in the simulation x (t) = 100110110100101, which passes through the AWGN channel. I found the signal builder tool, where I entered this signal and played it through the awgn channel and displayed it with a scoope, but I still have no result.

Respuesta aceptada

Pavan Guntha
Pavan Guntha el 25 de Mzo. de 2021
Using 'Signal builder' to generate binary signals might not work because the output of this block is of type 'double'. You may refer to the documentation of signal builder. Instead, you can try using signal editor block with which you can generate binary signals.
Another alternative is to use from workspace block where you can define the binary signal in MATLAB workspace and give that signal as input to this block.

Más respuestas (0)

Categorías

Más información sobre Propagation and Channel Models en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by