HARDT - The Ham Radio DSP Toolkit
hrectangularwindow.h
1 #ifndef __HRECTANGULARWINDOW_H
2 #define __HRECTANGULARWINDOW_H
3 
9 template <class T>
10 class HRectangularWindow : public HWindow<T>
11 {
12  private:
13 
14  float ValueAt(int N, int n);
15 };
16 
17 #endif
HWindow
Definition: hwindow.h:8
HRectangularWindow
Definition: hrectangularwindow.h:10