How to Implement a JK Flip Flop for a Given State Diagram?

  • Thread starter Thread starter Caldus
  • Start date Start date
  • Tags Tags
    Flip flop
AI Thread Summary
To implement a JK flip-flop based on the given state diagram, the necessary flip-flop inputs must be determined to achieve the specified next-state transitions. The output is defined as the product of the complement of the current state (Qpresent') and the input. A Karnaugh map should be used to simplify the algebraic expressions for both the flip-flop inputs and the output. After simplification, the corresponding circuitry must be drawn to realize these expressions. This process ensures the correct functioning of the JK flip-flop in accordance with the state diagram.
Caldus
Messages
106
Reaction score
0
Given the table of a state diagram:

Code:
Qpresent | Input | Qnext | Output
0          0       0       0
0          1       1       1
1          0       1       0
1          1       0       0

So, output = Qpresent' * Input

I must use a JK flip flop implementation of all of this. I have to figure out what flip-flop inputs are needed to make the next-state transitions take place. Then I have to put those flip-flop inputs into a Karnaugh map and simplify the algebraic expression. Then I have to draw the circuitry to implement those algebraic expressions. Then I have to repeat the last two steps for the output; which is also a function of the current state and input. Any kind of help appreciated...
 
Engineering news on Phys.org
here is a solution:

http://flexifirm.tripod.com/JK1.jpg
http://flexifirm.tripod.com/JK2.jpg

take care
 
Last edited by a moderator:
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Back
Top