Thread Closed

how to determine a characteristic table and design a frequecy divider

 
Share Thread Thread Tools
Mar31-09, 08:48 PM   #1
 

how to determine a characteristic table and design a frequecy divider


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.
Attached Thumbnails
d-ff.jpg  
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Mar31-09, 10:39 PM   #2
 
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 ???
Apr1-09, 10:31 AM   #3
 
Quote by LeeroyJenkins View Post
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?
Thread Closed
Thread Tools


Similar Threads for: how to determine a characteristic table and design a frequecy divider
Thread Forum Replies
voltage divider Engineering, Comp Sci, & Technology Homework 12
Voltage Divider Help Electrical Engineering 1
table leg design...... General Engineering 6
How do voltage-divider & current-divider work; physically? General Physics 2