Skip to content

Commit

Permalink
refactor: Remove unnecessarily headers
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed May 16, 2022
1 parent 56c3f11 commit 7af4d0b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/ame_RcLowPass.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@

#include "ame_Math.hpp"

#include <array>
#include <atomic>
#include <cassert>
#include <cmath>
#include <cstdint>
#include <type_traits>

namespace ame::dsp
{
/** RC lowpass filter for parameter smoothing.
y[t] = x[t] * coef + (1-coef) * y[t-1]
@tparam FloatType float or double
*/
template <typename FloatType>
Expand Down

0 comments on commit 7af4d0b

Please sign in to comment.