Wykres commitów

104 Commity (master)

Autor SHA1 Wiadomość Data
Enrique Condes 3d17cac4c9
Merge pull request #91 from kosme/develop
Version 2.0 from develop branch
2024-03-06 14:29:10 +08:00
Enrique Condes 909240fe79 Merge branch 'develop' into master 2024-03-06 14:27:41 +08:00
Enrique Condes a9f64fb886 Version 2.0 2024-03-06 13:56:17 +08:00
Enrique Condes bb90780ace
Merge pull request #88 from kosme/v1.6.2
Fix bug on synthetic data generation
2023-12-29 11:07:30 +08:00
Enrique Condes c7845ab60e Fix bug on synthetic data generation 2023-12-29 11:00:17 +08:00
Enrique Condes b0e4c69bcb Fix issue 84 2023-07-25 23:39:34 +08:00
Enrique Condes 419d7b044e
Merge pull request #83 from FintasticMan/customisable_sqrt
Make the sqrt_internal macro customisable
2023-05-26 14:55:19 -06:00
Finlay Davidson 5c652cdc95 Make the sqrt_internal macro customisable 2023-04-03 22:00:36 +02:00
Enrique Condes 78ec583c60
Merge pull request #81 from BjornTheProgrammer/master
Update Examples and Documentation to Reflect Real Status
2023-03-20 16:53:25 -06:00
Bjorn f9d6fa7dae Updated Documentation to Reflect Actual Methods 2023-03-17 23:41:46 -07:00
Bjorn fa12c7b8f0 Updated Examples to use Non-Deprecated Methods
Updated the examples FFT_01, FFT_02, FFT_03, FFT_04, and FFT_05.
2023-03-17 23:31:04 -07:00
kosme 94453e54ac Bump to version 1.6 2023-03-09 22:28:40 -06:00
Enrique Condes e5e4c745c1
Delete lookup-table.ods 2022-09-26 18:32:38 -05:00
Enrique Condes 81d62e1002
Delete arduinoFFT.cpp 2022-09-26 18:32:13 -05:00
Enrique Condes 32723c635c Merge branch 'develop' of github.com:kosme/arduinoFFT into develop 2022-09-26 17:14:23 -05:00
Enrique Condes 3a637a12f6 Merge branch 'develop' of github.com:kosme/arduinoFFT into develop 2022-09-26 17:13:00 -05:00
Enrique Condes 0565c8824f Merge branch 'develop' of github.com:kosme/arduinoFFT into develop 2022-09-26 17:11:41 -05:00
Enrique Condes 8c925a74fd Correctly detect ESP32 boards 2022-09-26 17:07:55 -05:00
Enrique Condes 11b157184e Correctly detect ESP32 boards 2022-09-26 16:39:19 -05:00
Enrique Condes 11b7937333
Merge pull request #71 from slaff/fix/spelling
Fixed small spelling mistakes.
2021-12-09 14:49:57 -06:00
Slavey Karadzhov dec237ab14 Fixed small spelling mistakes. 2021-12-09 12:42:40 +01:00
Enrique Condes bd164d1c3d
Merge pull request #68 from blaz-r/develop
Reordered variables in class, to fix -Werror=reorder
2021-11-27 11:03:15 -06:00
Enrique Condes 5f622f7c0c
Merge branch 'develop' into develop 2021-11-27 11:03:05 -06:00
Enrique Condes e7357ccbaf
Merge pull request #59 from drzony/reordering-fix
Fixed compilation with -Wextra
2021-11-27 10:57:18 -06:00
Enrique Condes cd339adae2
Merge pull request #70 from ivankravets/patch-1
Declare header files for PlatformIO
2021-11-27 10:56:35 -06:00
Ivan Kravets e39f2f12a8
Declare header files for PlatformIO 2021-11-19 12:16:53 +02:00
blaz-r 3fce8acb88 Reordered variables in class to fix -Werror=reorder 2021-09-13 08:59:30 +02:00
Enrique Condes bb99065f9a
Merge pull request #64 from Phatcat/Parabola
Improve MajorPeak with parabola
2021-02-05 19:04:38 -06:00
MarScaper 54c383a62f Improve MajorPeak with parabola
I would like to submit you an improvement in frequency estimation by using a parabola estimation using three points...

https://github.com/kosme/arduinoFFT/issues/41
2021-02-05 17:26:08 +01:00
Drzony 7b107cf490 Fixed compilation with -Wextra 2020-11-06 10:11:51 +01:00
Enrique Condes 566803e9ca Publish version 1.5.6 2020-10-06 15:18:15 -05:00
Enrique Condes b19bdc7b6c Fix to issue 57 2020-10-06 15:08:33 -05:00
Enrique Condes 89defc7588 Merge branch 'master' of https://github.com/kosme/arduinoFFT into master 2020-10-06 14:47:29 -05:00
Enrique Condes ee0459d537 Fix for issue 56 2020-10-06 14:47:01 -05:00
Enrique Condes 5eaad08339
Merge pull request #50 from HorstBaerbel/master
Fix compile error on Arduino due to small_type
2020-07-02 09:53:09 -05:00
Enrique Condes 4011ca2749
Merge pull request #49 from pranabendra/master
Fix DCRemoval(): average all samples in time
2020-07-02 09:51:11 -05:00
Bim Overbohm 0a9cd2b425 Fix compile error on Arduino due to small_type 2020-07-01 14:34:07 +02:00
pranabendra b36336c12d Fix DCRemoval(): for all samples in time 2020-06-07 20:51:03 +05:30
Bim Overbohm 35ea7e243f Fix README anchor 2020-02-22 13:39:04 +01:00
Bim Overbohm 4a36bd2453 Add setArrays() function because of issue #32. Add API migration info to README and improve README. 2020-02-22 13:35:09 +01:00
Bim Overbohm 3e73c9884b Use better sqrtf approximation (precise, no divisions) 2020-02-22 12:38:26 +01:00
Bim Overbohm 6df8d2d70f Add missing include if compiled from Visual Studio Code + Arduino Extension 2020-02-20 20:54:34 +01:00
Bim Overbohm 49bc726738 Add windowing compensation factors 2020-02-19 18:06:11 +01:00
Bim Overbohm 08e9288cc9 Fix example FFT_02 2020-02-19 17:28:01 +01:00
Bim Overbohm cb33149c17 Remove deprecated functions, templatize, Speedup 2020-02-19 17:15:49 +01:00
Enrique Condes 8459c48952 Lookup table for c1 and c2 2020-01-27 14:27:39 +08:00
Enrique Condes 852d7466ab Lookup table for c1 and c2 2020-01-27 14:27:27 +08:00
Enrique Condes bb4769a44f Latest code in release 2019-04-30 16:31:43 +08:00
Enrique Condes 4019b12c9b New MajorPeak fucntion that returns peak magnitude 2019-01-03 00:32:15 +08:00
Enrique Condes d6d1aca0c9
Merge pull request #24 from Dantali0n/master
New function to perform DC removal from sample data
2018-11-25 23:48:28 +08:00