Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Skyward Boardcore
Commits
e50dd51c
Commit
e50dd51c
authored
1 year ago
by
Federico Lolli
Browse files
Options
Downloads
Patches
Plain Diff
[LowPass] minor: warnings
parent
ed1169f7
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!227
FFT and other Utilities (Filters and Windows)
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/shared/algorithms/Filters/LowPass.h
+4
-4
4 additions, 4 deletions
src/shared/algorithms/Filters/LowPass.h
with
4 additions
and
4 deletions
src/shared/algorithms/Filters/LowPass.h
+
4
−
4
View file @
e50dd51c
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment