• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Sort:
  • Date
  • Name
  • Rating
  • Popular
  • Category

Programming Languages


C
June 10, 2014 0 Comments

Median filtering method for pcDuino/Arduino (2)

Method Take the samples for n times in a row (n get the odd), arrange the sample values by the […]

C
May 8, 2014 0 Comments

Limiting filter method for pcDuino/Arduino (1)

A. Name: limiting filtering method (also known as program  judgment filtering method) B. Method: Determine the maximum allowable  deviation  value  from  the  twice  sample  (set it as A),  when detect  a new value,  judge: if the deviation  between the this value and last time value <=A,  this time value is effect.  If the deviation between this time and last time > A, this time value is invalid, give up this value, and use the last time value instead of this time value. […]

C
May 6, 2014 0 Comments

Amplitude limiting: the average filter method for pcDuino/Arduino(6)

A. method: it is the equal to  “limiting filter method” + “average recursive filter method”, it will do the amplitude […]

C
March 20, 2014 0 Comments

Function ‘Sprintf’: C Language

Sprintf in C: 1. This function is included in the stdio.h header file. 2. Sprintf functions is similar to the printf function . The […]

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors