Skip to content

Releases: kosme/arduinoFFT

Version 2.0.4

21 Nov 07:45
96701da
Compare
Choose a tag to compare

What's Changed

  • Allow enabling bit reversal on the imaginary part of the input by @kosme in #106

Full Changelog: v2.0.3...v2.0.4

Version 2.0.3

30 Oct 07:04
886ec1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

Version 2.0.2

18 Apr 09:18
0da8851
Compare
Choose a tag to compare
  • Major fix to a bug on versions 2.0.0 and 2.0.1
  • Use object templating.
  • Use camelCase for function names.
  • Add precompiler speed optimizations
  • Windowing factors storage
  • Wiki

What's Changed

  • Fix compile error on Arduino due to small_type by @HorstBaerbel in #50
  • Fixed compilation with -Wextra by @drzony in #59
  • Reordered variables in a class to fix -Werror=reorder by @blaz-r in #68
  • Make the sqrt_internal macro customisable by @FintasticMan in #83
  • Version 2.0 from develop branch by @kosme in #91
  • Reapply PR 83 and fix typos in examples by @kosme in #94
  • Version 2.0.2. Patch for issues 92/93 by @kosme in #95

New Contributors

Full Changelog: 1.6.2...v2.0.2

Version 1.6.2

29 Dec 03:10
bb90780
Compare
Choose a tag to compare

Fix issue #52 and simplify the calculation of synthetic data for example sketchs 1, 2, 4, and 5.

Version 1.6.1

25 Jul 15:44
Compare
Choose a tag to compare

Minor improvements to code.

Implemented optimizations from #84

Version 1.6

10 Mar 04:35
Compare
Choose a tag to compare
v1.6

Bump to version 1.6

Version 1.5.6

06 Oct 20:20
Compare
Choose a tag to compare

Bug fixes and compute function now uses a lookup table for constants that were previously calculated during runtime each time the function was called. This gives an increase in the computing speed of about ~5%

Version 1.5.5

27 Jan 06:40
Compare
Choose a tag to compare

Compute function now uses a lookup table for constants that were previously calculated during runtime each time the function was called. This gives an increase in the computing speed of about ~5%

Version 1.5

30 Apr 08:37
Compare
Choose a tag to compare

New features:

  • Get magnitude of majorPeak.
  • Function for removing DC offset.
  • Nuttall complimentary windowing.
  • Blackman complimentary windowing.

Bug fixes:

  • micros() rollover in example FFT_03.ino.
  • Ensure accurate sampling frequency in FFT_03.ino.

Version 1.4

10 Feb 20:07
Compare
Choose a tag to compare

New API for simpler function use.
Fix of bugs
New example for plotting the spectrum