Sample time in constant block Simulink.
3 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I want to generate binary data from 2 different constant blocks and after concatenate it, the first block with 13 bits and the second with 4 bits, the require sample time is Ts, then I set Ts in each block, but here the problem: in the first each sample is every Ts/13 seconds and in the second block is every Ts/4 seconds, A first solution was set in this blocks Tsa=13*Ts ans Tsb=4*Ts, but now I have two blocks with diferrent sample time and I can't concatenate it.
Somebody can help me with this ??
Thanks.
3 件のコメント
Kaustubha Govind
2013 年 5 月 21 日
How do you implement the Constant value to binary data conversion? Is it using a Simulink library block?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sources についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!