VVSDK  1.0
The VVAmbisonic Library
FilterCoefficientsLee.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2013 David McGriffy, all rights reserved
3  */
4 
5 #ifndef FILTERCOEFFICIENTSLEE_H
6 #define FILTERCOEFFICIENTSLEE_H
7 
8 #include <map>
9 #include "FilterCoefficients.h"
10 
11 #if _MSC_VER > 1000
12 #pragma once
13 #endif // _MSC_VER > 1000
14 
15 #pragma warning(disable:4786)
16 
17 #define MAXCOEFCHAN 4
18 
24 {
25 public:
28  void setLeeIIRFileName(const char *fileName);
29 };
30 
31 #endif // !defined(AFX_FILTERCOEFFICIENTS_H__C87E300F_2B7F_4BEF_B6F1_24826F5C4674__INCLUDED_)
void setLeeIIRFileName(const char *fileName)
Definition: FilterCoefficientsLee.cpp:44
Definition: FilterCoefficientsLee.h:23
Definition: FilterCoefficients.h:22
CFilterCoefficientsLee()
Definition: FilterCoefficientsLee.cpp:40