130 Commits (ae2578e5c960a135900a418eebedbd58b9545110)

Author SHA1 Message Date
Andy Piper 4c1816a983 Copter: port betaflight in-flight fft analysis to arducopter and expose as a log message 5 years ago
Andy Piper 6f5b991f28 Filter: add harmonic notch dynamic tracking mode 5 years ago
Andrew Tridgell f6c3c73037 Filter: switch harmomic notch mode to enum class 5 years ago
Andy Piper 22111f59e8 Filter: add harmonic notch dynamic tracking mode 5 years ago
Andy Piper ef7f8531fb Filter: set the harmonic notch filter ref default to zero (disabled) 5 years ago
Leonard Hall 6f3be90147 Filter: Alter Notch filter formula to remove /0 and allow perfect notch. 5 years ago
Andy Piper 9b9fb0d593 Filter: sanity check the harmonic notch sample rate on initialization. do not allow harmonics to go above the nyquist frequency 5 years ago
Andy Piper bc5916ebc9 Filter: comment on reserved config. cope with notch allocation failure. 5 years ago
Andy Piper 334ebadd5a Filter: add comments and address review comments for harmonic notch 5 years ago
Andy Piper 366bc06089 Filter: New HarmonicNotchFilter 5 years ago
Andy Piper 52e4676564 Filter: Allow all filter frequencies to be 16bit. 6 years ago
Andy Piper 1a8475cf9f Filter: Decouple notch filter configuration from the filter itself. 6 years ago
Peter Barker 30749b92d9 Filter: add missing override keyword 6 years ago
Peter Barker deb25ed9a9 Filter: remove keywords.txt 6 years ago
Andrew Tridgell 6c09b268d8 Filter: fixed crash on zero cutoff frequency 6 years ago
Peter Barker 1056321457 Filter: add override keyword 6 years ago
Andrew Tridgell 50dcca39bd Filter: added a notch filter 8 years ago
Pierre Kancir 892a999ba5 Filter: example fix travis warning 8 years ago
Andrew Tridgell b165e025d9 Filter: added new constructor for 1p filter 8 years ago
Andrew Tridgell f94e4b4375 Filter: allow 1P LowPassFilter to work without alpha recalc per sample 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago
Lucas De Marchi 18f1f8bea8 Filter: add AverageFilter variant to save current sum 9 years ago
Ricardo de Almeida Gonzaga 5bd034a5a8 Global: start using cmath instead of math.h 9 years ago
dgrat 5148e41c1a AP_Math: Cleaned macro definitions 9 years ago
Lucas De Marchi edd3e3c34a Filter: silence warning about unused function 9 years ago
Lucas De Marchi 98904825cb Filter: replace header guard with pragma once 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Robert Lefebvre 77877ba5fc ModeFilter: Add get() method and support for Float type 9 years ago
Tom Pittenger 4ee2fb6c7a Filter: compiler warnings - unused template <double> 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Andrew Tridgell 5b7f2a3de3 Filter: added reset method on vector filters 9 years ago
Caio Marcelo de Oliveira Filho 51a6455ac0 Filter: use millis/micros/panic functions 9 years ago
Andrew Tridgell 3549c717db Filter: removed reference to old 'Desktop' build 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Andrew Tridgell a9372ad5d7 Filter: fixed example builds 9 years ago
Lucas De Marchi 825d10c81a Filter: remove filter with double type 9 years ago
Caio Marcelo de Oliveira Filho d32207008d Filter: remove unnecessary includes from examples 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Grant Morphett 1b67e49df4 exampleLowPassFilter2p: fixed simple typo error - now build success 10 years ago
dgrat 58e2ac4e56 Filter: Template implementation for <Filter> 10 years ago
Gustavo Jose de Sousa a1af0c2051 Filter: standardize inclusion of libaries headers 10 years ago
Randy Mackay 1289208244 LowPassFilter: add get method 10 years ago
Andrew Tridgell b7f0735c2b Filter: convert example from .pde to .cpp 10 years ago
Randy Mackay 151707cb0a Filter: replace 2*M_PI_F with M_2PI_F 10 years ago
Andrew Tridgell f9114f849b Filter: revert AP_Math class change 10 years ago