arduino-audio-tools
Public Member Functions | List of all members
FIR< T > Class Template Reference

FIR Filter Converted from https://github.com/sebnil/FIR-filter-Arduino-Library/tree/master/src You can use https://www.arc.id.au/FilterDesign.html to design the filter. More...

#include <Filter.h>

Inheritance diagram for FIR< T >:
Filter< T >

Public Member Functions

template<size_t B>
 FIR (const T(&b)[B], const T factor=1.0)
 
process (T value)
 
template<size_t B>
void setValues (const T(&b)[B])
 

Detailed Description

template<typename T>
class audio_tools::FIR< T >

FIR Filter Converted from https://github.com/sebnil/FIR-filter-Arduino-Library/tree/master/src You can use https://www.arc.id.au/FilterDesign.html to design the filter.

Author
Pieter P tttapa / pschatzmann

The documentation for this class was generated from the following file: