#include <TDSPFilter.h>
Go to the source code of this file.
Data Structures | |
| class | TDSPCorrelationFilter |
Enumerations | |
| enum | eCorrFilterMethod { kCorrFilterYule, kCorrFilterProny } |
| enum | eCorrFilterOptions { kCorrFilterNormalize = 0x1 } |
|
|
In the moment this calls intern matlab-function from the signal processing toolbox
Definition at line 29 of file TDSPCorrelationFilter.h. Referenced by TDSPCorrelationFilter::GetMethod().
00029 {
00030 kCorrFilterYule,
00031 kCorrFilterProny
00032 };
|
|
|
Definition at line 34 of file TDSPCorrelationFilter.h.
00034 {
00035 kCorrFilterNormalize = 0x1
00036 };
|
1.3.2