How to plot an array as a binary Wave
古いコメントを表示
Suppose I have an array that stores binary values, eg A=[1 0 1 0 1 1 0 1 0 1 0...]
I want to send the array as a binary pulse, also for a specific amount of time, eg t=3 seconds. How would I make that binary wave?
5 件のコメント
Walter Roberson
2019 年 12 月 3 日
For your purposes, what does it mean to "send" the array? Is there a signal generator involved? Is it a BIsync line with a bit interface?
Elliot Alderson
2019 年 12 月 3 日
Walter Roberson
2019 年 12 月 3 日
Is the next step to repeat the binary for an appropriate time and then FSK encode it? https://www.mathworks.com/help/comm/ref/fskmod.html
Elliot Alderson
2019 年 12 月 3 日
Walter Roberson
2019 年 12 月 3 日
What does it mean to you to send a wave for a specific period of time, without repeating it? If you had talked instead about having a bit stream and a sampling interval (or sampling frequency), and the time occupied was to be whatever was implied by the length and the sampling rate, then that would have made sense.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Modulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!