generate string signal in simulink
Mostrar comentarios más antiguos
Hello. I'm doing a project of communication. I'm tring to make characters from the constant string to be a continous sine signal so that i can encode it. all the blocks for signal generator are only input signal that we set. How to make the constant string be the input for the signal generator?
Respuestas (1)
Chaitanya Mallela
el 20 de Oct. de 2020
0 votos
Signal generator block does not accept external inputs apart from time. Try to convert character ASCII values to binary using encoder and generate a desired continuous signals from binary values using MATLAB function block.
Categorías
Más información sobre String en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!