Thursday, October 30, 2014

More on basics of shift register

SISO: Data enterd serially into the register of specific size and output taken out serially during next clock cycles

SIPO: Data enterd serially into the register of specific size and output taken out at a time in parallel during next clock cycles

PISO: Data enterd at a time in parallel into the register of specific size and output taken out serially during next clock cycles



PIPO: Data enterd at a time in parallel into the register of specific size and output taken out at once 
during next clock cycles.

For more click video

Wednesday, October 29, 2014

Pseudo random binary sequence generator




>> It generates random sequence
>> The figure shows 4 bit PRBS
>> The SISO operation of the shift register provides the sequence.
>> The feedback is responsible for the such pattern
>> Used in security related applications
>> It is one the application of shift register in addition to sequence generator



For more watch following video


Friday, October 17, 2014

Designing of counter


Modified R-2R ladder for D/A Conversion

Plz rotate

Asynchronous and synchronous counter

Asynchronous counters are those where ouput of one FF drive next FF. It is similar to wave generated in water. These are also called Ripple counter as shown in images.

In synchronous counters, the clock inputs of all the flip-flops are connected together and are triggered by the input pulses. Thus, all the flip-flops change state simultaneously (in parallel). The circuit below is a 4-bit synchronous counter. The J and K inputs of FF0 are connected to HIGH. FF1 has its J and K inputs connected to the output of FF0, and the J and K inputs of FF2 are connected to the output of an AND gate that is fed by the outputs of FF0 and FF1. A simple way of implementing the logic for each bit of an ascending counter (which is what is depicted in the image to the right) is for each bit to toggle when all of the less significant bits are at a logic high state. For example, bit 1 toggles when bit 0 is logic high; bit 2 toggles when both bit 1 and bit 0 are logic high; bit 3 toggles when bit 2, bit 1 and bit 0 are all high; and so on.
Synchronous counters can also be implemented with hardware finite state machines, which are more complex but allow for smoother, more stable transitions.
Hardware-based counters are of this type.A simple way of implementing the logic for each bit of an ascending counter (which is what is depicted in the image to the right) is for each bit to toggle when all of the less significant bits are at a logic high state
A decade counter is one that counts in decimal digits, rather than binary. A decade counter may have each (that is, it may count in binary-coded decimal, as the 7490 integrated circuit did) or other binary encodings. "A decade counter is a binary counter that is designed to count to 1010b (decimal 10). An ordinary four-stage counter can be easily modified to a decade counter by adding a NAND gate as in the schematic to the right. Notice that FF2 and FF4 provide the inputs to the NAND gate. The NAND gate outputs are connected to the CLR input of each of the FFs." A decade counter is one that counts in decimal digits, rather than binary. It counts from 0 to 9 and then resets to zero. The counter output can be set to zero by pulsing the reset line low. The count then increments on each clock pulse until it reaches 1001 (decimal 9). When it increments to 1010 (decimal 10) both inputs of the NAND gate go high. The result is that the NAND output goes low, and resets the counter to zero. D going low can be a CARRY OUT signal, indicating that there has been a count of ten.
A video link for reference
https://www.youtube.com/watch?feature=player_embedded&v=aEdS82yhni0

Eighth unit- Applications of opamp

Peak detector, Absolute value detector and Comparator