Audio Processing Framework (APF) version 0.5.0
|
Raised cosine (function object). More...
#include <apf/math.h>
Public Types | |
using | argument_type = T |
using | result_type = T |
Public Member Functions | |
raised_cosine (T period=0) | |
Constructor. More... | |
T | operator() (T in) const |
Function call operator. More... | |
Raised cosine (function object).
Result ranges from 0 to 1.
using apf::math::raised_cosine< T >::argument_type = T |
using apf::math::raised_cosine< T >::result_type = T |
|
inlineexplicit |
|
inline |