How to determine a characteristic table and design a frequecy divider

AI Thread Summary
To determine a characteristic table for a D-Flip Flop using the equation Q+ = X.Q + X'.Q', start by organizing the inputs X and Q, then calculate X' and Q'. Fill out the table by evaluating Q+ for each combination of inputs. The resulting characteristic table shows the relationship between X, Q, X', Q', and Q+. For designing a frequency divider, the D-Flip Flop can be used to toggle the output state with each clock pulse, effectively halving the input frequency. Understanding these concepts is crucial for implementing digital circuits effectively.
Her-0
Messages
8
Reaction score
0
How do you determine a characteristic table with the given D-Flip Flop equation
Q+ = X.Q + X'. Q'

Also how do you use this flip flop and design a frequency divider. I am not really clear on these concepts. Can anyone help? I have attached my design of the circuit.
 

Attachments

  • d-ff.jpg
    d-ff.jpg
    5.9 KB · Views: 446
Physics news on Phys.org
Your inputs from the equation are X and Q so start with them
XQ
00
01
10
11

from this we fill out X' and Q'
X'Q'
11
10
01
00

using these columns solve Q+
for example the first part XQ = 0 0 = 0
the second part X'Q' = 1 1 = 1
0 or 1 = 1 therefore Q+ = 1

creating the characteristic table
X Q X' Q' Q+
__________
0 0 1 1 1
0 1 1 0 0
1 0 0 1 0
1 1 0 0 1

make sense ?
 
LeeroyJenkins said:
Your inputs from the equation are X and Q so start with them
XQ
00
01
10
11

from this we fill out X' and Q'
X'Q'
11
10
01
00

using these columns solve Q+
for example the first part XQ = 0 0 = 0
the second part X'Q' = 1 1 = 1
0 or 1 = 1 therefore Q+ = 1

creating the characteristic table
X Q X' Q' Q+
__________
0 0 1 1 1
0 1 1 0 0
1 0 0 1 0
1 1 0 0 1

make sense ?

Thank you that does help clear it up a lot! Now how do I design the frequency divider. I am not clear on how the frequency divider works can you help clarify?
 
Last edited:

Similar threads

Replies
1
Views
2K
Replies
5
Views
4K
Replies
1
Views
3K
Replies
3
Views
2K
Replies
1
Views
2K
Replies
20
Views
3K
Replies
2
Views
3K
Back
Top