Skip to content

Commit

Permalink
Filter: added ModeFilter float 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Mar 18, 2024
1 parent e019488 commit eb3af8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/Filter/ModeFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ void ModeFilter<T,FILTER_SIZE>::isort(T new_sample, bool drop_high)
}

// instantiate required implementations
template class ModeFilter<float,3>;
template class ModeFilter<float,5>;
template class ModeFilter<int16_t,3>;
template class ModeFilter<int16_t,5>;

0 comments on commit eb3af8b

Please sign in to comment.