Hi, I am facing to calculate Mean and standard deviation form ADXL335 analog acceleromter data. i am using Arduino Uno.......... please can every body help me............ Iam using program through ADXL335 Accelerometer, sense motion frm any angle? - Syntax & Programs - Arduino Forum site...
I googled "mean and standard deviation" and got 16 million hits. Keep in mind that there is a slight difference between sample and population standard deviations. For a description that lends itself to programming, see:
Hi, I am facing to calculate Mean and standard deviation form ADXL335 analog acceleromter data. i am using Arduino Uno.......... please can every body help me............ Iam using program through ADXL335 Accelerometer, sense motion frm any angle? - Syntax & Programs - Arduino Forum site...
Hi, I am facing to calculate Mean and standard deviation form ADXL335 analog acceleromter data. i am using Arduino Uno.......... please can every body help me............ Iam using program through ADXL335 Accelerometer, sense motion frm any angle? - Syntax & Programs - Arduino Forum site...
Yes, we understand that you are "facing to calculate mean and standard deviation".
waseem_Bari:
Hi, I am facing to calculate Mean and standard deviation form ADXL335 analog acceleromter data. i am using Arduino Uno.......... please can every body help me............ Iam using program through ADXL335 Accelerometer, sense motion frm any angle? - Syntax & Programs - Arduino Forum site...
As you have posted the same question three times, I suppose that you want the average and standard deviation for all three axis of the acceleromter?
The ADXL335 has analog output and you are using the UNO, so you want to provide "integer" values as your data, and you want to get back "float" values as average and standard deviation, is that correct?
And your problem is the math, or what?