edited by
18,768 views
70 votes
70 votes

You are given a free running clock with a duty cycle of $50\%$ and a digital waveform $f$ which changes only at the negative edge of the clock. Which one of the following circuits (using clocked D flip-flops) will delay the phase of $f$ by $180°$?

edited by

5 Answers

0 votes
0 votes
Answer. C

Key lies in noting that there is a 90° phase lag -

1. between f and output of FF1 if it is positive edge triggered, since f changes for every negative edge.

2. between the two FFs as one is positive edge triggered and the other is negative edge triggered.

So,

A. FF1 output = ((f')') = f     and    FF2 output = f$\angle$ 90°

B. FF1 output  = f'$\angle$ 90°     and    FF2 output = f'$\angle$ 180° = f  (since f is a periodic digital signal with 50% duty cycle)

C. FF1 output  = f$\angle$ 90°      and   FF2 output = f$\angle$ 180°

D. FF1 output = f'                 and    FF2 output   = f'$\angle$ 90°

 

This explains the timing diagrams and @Arjun sir's answer.
Answer:

Related questions

34 votes
34 votes
2 answers
1
Rucha Shelke asked Sep 22, 2014
9,819 views
Consider the circuit above. Which one of the following options correctly represents $f\left(x,y,z\right)$$x\bar{z}+xy+\bar{y}z$$x\bar{z}+xy+\overline{yz}$$xz+xy+\overline...
33 votes
33 votes
7 answers
2
91 votes
91 votes
7 answers
3