Source
xxxxxxxxxx
45
45
// -----------------------------------------------------------------------
46
46
//
47
47
// -----------------------------------------------------------------------
48
48
void HanningSmoothTVI::initialize()
49
49
{
50
50
convCoeff_p.resize(3,false);
51
51
convCoeff_p(0) = 0.25;
52
52
convCoeff_p(1) = 0.5;
53
53
convCoeff_p(2) = 0.25;
54
54
55
-
// Output SPWs and channels are the same as the input ones
56
-
spwOutChanIdxMap_p = spwInpChanIdxMap_p;
57
55
return;
58
56
}
59
57
60
58
//////////////////////////////////////////////////////////////////////////
61
59
// ConvolutionTVIFactory class
62
60
//////////////////////////////////////////////////////////////////////////
63
61
64
62
// -----------------------------------------------------------------------
65
63
//
66
64
// -----------------------------------------------------------------------