Example usage for org.apache.commons.math3.filter ProcessModel interface-usage

List of usage examples for org.apache.commons.math3.filter ProcessModel interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.filter ProcessModel interface-usage.

Usage

From source file com.nui.android.filter.kalman.RotationProcessModel.java

public class RotationProcessModel implements ProcessModel {
    /**
     * The state transition matrix, used to advance the internal state
     * estimation each time-step.
     */
    private RealMatrix stateTransitionMatrix;

From source file us.bojie.rawgyroscope.gyroscope.RotationProcessModel.java

public class RotationProcessModel implements ProcessModel {
    /**
     * The state transition matrix, used to advance the internal state
     * estimation each time-step.
     */
    private RealMatrix stateTransitionMatrix;

From source file com.bolatu.gezkoncsvlogger.GyroOrientation.RotationProcessModel.java

public class RotationProcessModel implements ProcessModel {
    /**
     * The state transition matrix, used to advance the internal state
     * estimation each time-step.
     */
    private RealMatrix stateTransitionMatrix;

From source file com.example.johnny.multipong.sensorFilters.Filters.kalman.RotationProcessModel.java

public class RotationProcessModel implements ProcessModel {
    /**
     * The state transition matrix, used to advance the internal state
     * estimation each time-step.
     */
    private RealMatrix stateTransitionMatrix;

From source file com.kircherelectronics.accelerationexplorer.filter.kalman.RotationProcessModel.java

public class RotationProcessModel implements ProcessModel {
    /**
     * The state transition matrix, used to advance the internal state
     * estimation each time-step.
     */
    private RealMatrix stateTransitionMatrix;

From source file com.kircherelectronics.gyroscopeexplorer.activity.filter.kalman.RotationProcessModel.java

public class RotationProcessModel implements ProcessModel {
    /**
     * The state transition matrix, used to advance the internal state
     * estimation each time-step.
     */
    private RealMatrix stateTransitionMatrix;