|
HARDT - The Ham Radio DSP Toolkit
|
#include <hrectangularwindow.h>


Additional Inherited Members | |
Public Member Functions inherited from HWindow< T > | |
| HWindow () | |
| ~HWindow () | |
| void | SetSize (int N) |
| void | Apply (T *src, T *dest, size_t blocksize) |
Protected Attributes inherited from HWindow< T > | |
| float * | _valueAt |
| int | _N |
A rectangular window. It passes samples through multiplied by a constant 1 (one) so in effect, the signal just passes through unmodified.
1.8.17