Wykres commitów

83 Commity (a9f64fb886709706b07605a5154da6af8b2ebe8f)

Autor SHA1 Wiadomość Data
Enrique Condes a9f64fb886 Version 2.0 2024-03-06 13:56:17 +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 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 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
blaz-r 3fce8acb88 Reordered variables in class to fix -Werror=reorder 2021-09-13 08:59:30 +02:00
Drzony 7b107cf490 Fixed compilation with -Wextra 2020-11-06 10:11:51 +01: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
Bim Overbohm 0a9cd2b425 Fix compile error on Arduino due to small_type 2020-07-01 14:34:07 +02:00
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
Dantali0n ae724e6c37 remove undefined function 2018-11-24 11:47:01 +01:00
Dantali0n efc53f9f60 Add DC removal function 2018-11-24 11:42:59 +01:00
Enrique Condes e79104dbc0
Merge pull request #22 from Dantali0n/master
Add nuttall & blackman complimentary windowing
2018-10-26 22:40:43 +08:00
Dantali0n 68e59c2e61 Add nuttall & blackman complimentary windowing
Add functions for nuttall, blackman-nuttall and blackman-harris windowing
2018-10-26 12:24:13 +02:00
Enrique Condes a060c2f7d1
Merge pull request #21 from edgar-bonet/fix-rollover
FFT_03.ino: fix micros() rollover issue and sampling frequency
2018-09-19 18:49:30 +08:00
Edgar Bonet c564008306 Ensure accurate sampling frequency in FFT_03.ino 2018-09-19 12:32:05 +02:00
Edgar Bonet 92f4066a72 Fix micros() rollover issue in FFT_03.ino 2018-09-19 12:31:52 +02:00
Enrique Condes d8c22a897e Version 1.4
- Descriptor for Plaformio
- New API with simpled functions
- Fixes on rare bugs
2018-02-11 04:02:53 +08:00
Enrique Condes de7c8e447c Minor fix on examples 2018-02-11 03:59:45 +08:00
Enrique Condes e28c4e91cb Fix separator issue 2018-02-11 03:21:28 +08:00
Enrique Condes 0b3271b489 Remove new printing methods on examples 2018-02-11 03:21:10 +08:00
Enrique Condes e1831a9bdd Spectrum Plot example 2018-02-07 16:04:17 +08:00
Enrique Condes e7edcefebb Improved example code. Thanks to Ragnar Ranøyen 2018-02-07 16:03:41 +08:00
Enrique Condes c239231546 Examples using the new printing functions 2018-02-01 21:04:41 +08:00
Enrique Condes 934ff09b95 Add clearer printing and ploting functions 2018-02-01 21:02:38 +08:00
kosme 7ace8062ea Update to v1.3 Now supporting mbed boards 2017-12-06 02:37:25 +08:00
Enrique Condes bb07a0fbc5 Create change log to document changes between versions. 2017-09-04 10:35:26 -05:00
Enrique Condes c9da7a8f1c Now Arduino IDE REALLY detects the keywords 2017-09-04 10:17:59 -05:00
Enrique Condes 98e34049f3 Version update for tag v1.2.2 2017-09-04 08:49:49 -05:00
Enrique Condes b5667bcea9 Merge pull request #8 from per1234/fix-keywords
Use correct separator in keywords.txt
2017-09-03 14:32:09 -05:00
per1234 980333ae63 Use correct separator in keywords.txt
The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2017-09-02 08:10:04 -07:00