Skip to content
Snippets Groups Projects
Commit e50dd51c authored by Federico Lolli's avatar Federico Lolli
Browse files

[LowPass] minor: warnings

parent ed1169f7
Branches
Tags
1 merge request!227FFT and other Utilities (Filters and Windows)
...@@ -45,8 +45,8 @@ public: ...@@ -45,8 +45,8 @@ public:
* @param cutoffFreq The cutoff frequency of the filter * @param cutoffFreq The cutoff frequency of the filter
* @param lambda The lambda parameter of the filter * @param lambda The lambda parameter of the filter
* *
* @note WARNING: Initialize output at 0 at first * @warning Initialize output at 0 at first
* @note WARNING: frequency set by parameters, look for these in any case * @warning frequency set by parameters, look for these in any case
*/ */
LowPass(float gain, float cutoffFreq, float lambda); LowPass(float gain, float cutoffFreq, float lambda);
...@@ -55,8 +55,8 @@ public: ...@@ -55,8 +55,8 @@ public:
* *
* @param config The configuration of the filter * @param config The configuration of the filter
* *
* @note WARNING: Initialize output at 0 at first * @warning Initialize output at 0 at first
* @note WARNING: frequency set by parameters, look for these in any case * @warning frequency set by parameters, look for these in any case
*/ */
explicit LowPass(const LowPassConfig& config); explicit LowPass(const LowPassConfig& config);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment