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