Thread: State Machine function table to boolean equations?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    36

    State Machine function table to boolean equations?

    ok so my up coming project in C is gonna derive boolean equations from a state machine (up to 4 states). more of this problem is designing this is work in C than actually programming it just wondering if anyone kinda had any ideas to get me started on the design of this? Another way i've seen this is asking for the "Next state equations" as well but i know people get mad if i dont post at least what i have so far for code and so to please them i would like at least to share this much:

    Code:
    #include<stdio.h>
    int main (void)
    {
    
    
    return 0;
    }
    sorry but i really just need more help designing this program more than anything, and please don't tell me to go look in a book, im looking online and in "Digital Electronics, A practical approach" and another book i really am trying but neither are really saying how to derive boolean equations from state machine function tables yet but i am still reading.

    Thank you
    Last edited by litzkrieg; 04-06-2011 at 09:57 AM. Reason: some N(asty) little mistake lol

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. doubt in c parser coding
    By akshara.sinha in forum C Programming
    Replies: 4
    Last Post: 12-23-2007, 01:49 PM
  2. Replies: 28
    Last Post: 07-16-2006, 11:35 PM
  3. Bisection Method function value at root incorrect
    By mr_glass in forum C Programming
    Replies: 3
    Last Post: 11-10-2005, 09:10 AM
  4. I need help with passing pointers in function calls
    By vien_mti in forum C Programming
    Replies: 3
    Last Post: 04-24-2002, 10:00 AM
  5. qt help
    By Unregistered in forum Linux Programming
    Replies: 1
    Last Post: 04-20-2002, 09:51 AM

Tags for this Thread