Shift Register implementation using Simulink
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Kiran Chandrashekhar
il 3 Apr 2011
Modificato: Ralf Zaeper
il 4 Mar 2019
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
0 Commenti
Risposta accettata
Kaustubha Govind
il 4 Apr 2011
You should be able to implement this using cascaded Unit Delay blocks. Program the "initial conditions" for the blocks with the desired initial output.
0 Commenti
Più risposte (2)
timo
il 25 Set 2016
I am also interested in this Can someone share an example with the unit delay blocks ?
0 Commenti
Ralf Zaeper
il 4 Mar 2019
Modificato: Ralf Zaeper
il 4 Mar 2019
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Simulink Functions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!