#include <hwindow.h>
|
| virtual float | ValueAt (int N, int n)=0 |
| |
template<class T>
class HWindow< T >
Base class for windows
◆ HWindow()
◆ ~HWindow()
◆ Apply()
template<class T >
| void HWindow< T >::Apply |
( |
T * |
src, |
|
|
T * |
dest, |
|
|
size_t |
blocksize |
|
) |
| |
Apply the window to the given block of samples
◆ SetSize()
template<class T >
| void HWindow< T >::SetSize |
( |
int |
N | ) |
|
◆ ValueAt()
template<class T >
| virtual float HWindow< T >::ValueAt |
( |
int |
N, |
|
|
int |
n |
|
) |
| |
|
protectedpure virtual |
Get the window value at this sample number
◆ _N
◆ _valueAt
Contains the precalculated window values
The documentation for this class was generated from the following files:
- /home/henrik/Git/Hardt/hardt/libhardt/include/hwindow.h
- /home/henrik/Git/Hardt/hardt/libhardt/filters/windows/hwindow.cpp