PosturePerfection
Namespaces | Macros
iir.cpp File Reference
#include "iir.h"
#include "post_processor.h"
Include dependency graph for iir.cpp:

Namespaces

 IIR
 Perform IIR filtering to smoothen the output results.
 

Macros

#define MAX_SETUP_ITERS   1000
 
#define NUM_CONSECUTIVE_SETUP_SAMPLES   3
 
#define SETUP_ERROR   0.01
 

Macro Definition Documentation

◆ MAX_SETUP_ITERS

#define MAX_SETUP_ITERS   1000

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

◆ NUM_CONSECUTIVE_SETUP_SAMPLES

#define NUM_CONSECUTIVE_SETUP_SAMPLES   3

◆ SETUP_ERROR

#define SETUP_ERROR   0.01