1. 28 Mar, 2014 5 commits
  2. 14 Mar, 2014 3 commits
  3. 03 Mar, 2014 1 commit
  4. 30 Jan, 2014 3 commits
  5. 09 Jan, 2014 4 commits
  6. 08 Jan, 2014 1 commit
  7. 07 Jan, 2014 7 commits
  8. 18 Dec, 2013 13 commits
  9. 13 Dec, 2013 1 commit
  10. 06 Dec, 2013 1 commit
  11. 03 Sep, 2013 1 commit
    • Matthieu Cattin's avatar
      test09: Fix bug in attenuation conversion to dB. · 5c7369f1
      Matthieu Cattin authored
      Was using natural log instead of base 10 log. In python log() is natural log!
      Tolerance values were converted using: new = 20*log10(e^(old/20))
      
      Note that this wasn't affecting the test as the tolerance values were calculated
      with the same (wrong) formula.
      5c7369f1