generate string signal in simulink

2 views (last 30 days)
Muhammad Akmal Mohd Halim
Muhammad Akmal Mohd Halim on 11 Oct 2020
Answered: Chaitanya Mallela on 20 Oct 2020
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?

Answers (1)

Chaitanya Mallela
Chaitanya Mallela on 20 Oct 2020
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.

Community Treasure Hunt

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

Start Hunting!