フィルターのクリア

How can I convert a raw matrix into a sequence of digits?

1 回表示 (過去 30 日間)
hadi
hadi 2012 年 11 月 13 日
コメント済み: Nazim Mohamed 2015 年 2 月 16 日
I need to convert a raw matrix into a sequence of digits (single element matrices)using simulink block that gives one element at a time because I am using (Integer to binary converter) that gives me 1x8 matrix and I need to transmit those binary digits one by one through a communication channel..
  6 件のコメント
hadi
hadi 2012 年 11 月 13 日
I think if there is a Parallel to Serial converter block then the problem will be solved? thanks for your help.
Nazim Mohamed
Nazim Mohamed 2015 年 2 月 16 日
Hello, is it possible to run the simulation in 'inf' and modify the constant value while simulation ?

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

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2012 年 11 月 13 日
編集済み: Azzi Abdelmalek 2012 年 11 月 16 日
You can use an Index Vector block with 8 input, the control input is a repeating sequence stair [0 1 2 3 4 5 6 7] block. If it's not clear I will post a simulink model
  3 件のコメント
hadi
hadi 2012 年 11 月 13 日
thank you Azzi really thank you am really appreciate it ..I think the output for your model is 1 then 0 then 0 1 1 0 1 1 isn't it?
Azzi Abdelmalek
Azzi Abdelmalek 2012 年 11 月 13 日
yes, is'nt what you want?

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by