UNB ECE4253 Digital Communications
Department of Electrical and Computer Engineering - University of New Brunswick, Fredericton, NB, Canada

Periodic Sequence Manipulation

Periodic binary sequences can readily be manipulated using shift registers and exclusive-OR (XOR) gates. Modulus-2 addition is equivalent to bitwise exclusive-OR.

This online tool serves as a shift register, decimator, and adder. Enter binary values for one period of each of two periodic input sequences to be added. As required, the input sequences will be repeated to create a periodic output. Before addition, each sequence can be optionally rotated right (ROR) by the number of bits specified in decimal, then decimated (DEC) by choosing every N-th bit in the periodic sequence.


Input Sequences


A= ROR DEC
B= ROR DEC

Example Sequences: [ 7-bit ] [ 15-bit ] [ 31-bit ] [ 63-bit ] [ Gold Code ] [ JPL Code ]

Enter Binary Values for two operands (max 150 bits). Specify DEC and ROR in decimal.

2024-04-20 06:52:07 ADT
Last Updated: 04-10-01
Richard Tervo [ tervo@unb.ca ] Back to the course homepage...