Shift Register implementation using Simulink

10 ビュー (過去 30 日間)
Kiran Chandrashekhar
Kiran Chandrashekhar 2011 年 4 月 3 日
編集済み: Ralf Zaeper 2019 年 3 月 4 日
Hello,
I am trying to implement a model to calculate the CRC of the Received Bit Vector.
Please suggest me the technique how can we implement a shift Register with some initial content.
Regards Kiran

採用された回答

Kaustubha Govind
Kaustubha Govind 2011 年 4 月 4 日
You should be able to implement this using cascaded Unit Delay blocks. Program the "initial conditions" for the blocks with the desired initial output.

その他の回答 (2 件)

timo
timo 2016 年 9 月 25 日
I am also interested in this Can someone share an example with the unit delay blocks ?

Ralf Zaeper
Ralf Zaeper 2019 年 3 月 4 日
編集済み: Ralf Zaeper 2019 年 3 月 4 日
Attached a simple two level shift register in Simulink. Switch and memory blocks make up Kaustubha's suggested cascaded approach. A random number is captured at given trigger times, here generated every four steps, and shifted through the two stages.
The scope shows overall step counter, the two shift level contents and the trigger signal.

カテゴリ

Help Center および File ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by