mirror of
https://github.com/aicodix/dsp.git
synced 2026-04-27 14:30:36 +00:00
removed unused function
This commit is contained in:
parent
5462e20751
commit
6d8e0dbc94
1 changed files with 0 additions and 6 deletions
6
fft.hh
6
fft.hh
|
|
@ -36,12 +36,6 @@ static inline TYPE sx(TYPE a)
|
|||
return std::sin(twopi<typename TYPE::value_type>(n, N)) * a;
|
||||
}
|
||||
|
||||
template <int n, int N, typename TYPE>
|
||||
static inline TYPE ex(TYPE a)
|
||||
{
|
||||
return exp(TYPE(0, twopi<typename TYPE::value_type>(n, N))) * a;
|
||||
}
|
||||
|
||||
template <typename TYPE>
|
||||
static inline TYPE fiddle(TYPE a, TYPE b)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue