Thread: Calculating Max deviation in C

  1. #1
    Registered User
    Join Date
    Feb 2015
    Posts
    13

    Calculating Max deviation in C

    Dear all,

    I am trying to implement Max deviation equation C.Current and Voltage Unbalance- causes and counter measures | Zenatix
    Current and Voltage Unbalance- causes and counter measures | Zenatix

    I have formula

    http://zenatix.com/wp-content/upload...ed_Formula.png

    Where- Im is mean of currents in three phases (i.e. Im= (Ir+Iy+Ib)/3Ir, Iy, Ib are phase currents
    Kindly someone C code to implement above equation in C. Im,Ir,Iy,Ib all are unsigned int variable.

  2. #2
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    This is not a free homework site; you need to show some work.

    Note: "Im,Ir,Iy,Ib all are unsigned int variable" is likely wrong.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  3. #3
    Registered User
    Join Date
    Feb 2015
    Posts
    13
    Quote Originally Posted by stahta01 View Post
    This is not a free homework site; you need to show some work.

    Note: "Im,Ir,Iy,Ib all are unsigned int variable" is likely wrong.

    Tim S.
    Ok please let me know how it canbe implemented in C

  4. #4
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 05-10-2015, 06:57 AM
  2. Standard Deviation, etc.
    By wovenhead in forum C Programming
    Replies: 12
    Last Post: 02-15-2011, 08:15 PM
  3. Calculating standard deviation(file I/O)
    By rfoor in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2010, 09:57 AM
  4. help with standard deviation
    By belkins in forum C Programming
    Replies: 3
    Last Post: 10-28-2008, 11:04 PM
  5. standard deviation in need help!!!
    By voltare in forum C Programming
    Replies: 2
    Last Post: 03-01-2004, 06:46 AM

Tags for this Thread