mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
dsp-window: remove correction factor from template
This commit is contained in:
parent
53e62a6cfc
commit
dab686684c
1 changed files with 0 additions and 6 deletions
|
@ -82,12 +82,6 @@ public:
|
||||||
|
|
||||||
return filter(v, i);
|
return filter(v, i);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual
|
|
||||||
T getCorrectionFactor() const
|
|
||||||
{
|
|
||||||
return 1.0;
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} /* namespace dsp */
|
} /* namespace dsp */
|
||||||
|
|
Loading…
Add table
Reference in a new issue