フィルターのクリア

plotting bit sequence

4 ビュー (過去 30 日間)
sowndharya
sowndharya 2012 年 1 月 17 日
how to plot a bit sequence [0 1 0 1 0 1] with each bit time interval t=5 sec.

回答 (1 件)

Mukhtar Hussain
Mukhtar Hussain 2012 年 1 月 17 日
Check my code PCM complete (part encoding message). I hope you can understand. If not then tell me. "stairs" command will not work in this case.
  1 件のコメント
Walter Roberson
Walter Roberson 2012 年 1 月 17 日
The case is insufficiently defined to say whether stairs will work or not. The question does not specify whether the signaling protocol is "hold last value" or "return to zero" or "return to ground", and in the return-to-something cases we need to know the bit width, not just the transmission interval.
In the simplest interpretation of the question, stairs([X X(end)]) is sufficient.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangePCM についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by