generate string signal in simulink
2 views (last 30 days)
Show older comments
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?
0 Comments
Answers (1)
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.
0 Comments
See Also
Categories
Find more on String in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!