Giter Club home page Giter Club logo

data_fusion_course's Introduction

Data Fusion

This are code repo for the Data Fusion course.

Table of Contents

Optimal Estimation

Problem description

Suppose a voltage is a random variable $X$ with normal distribution, the mean value is $5$, and the variance is $0.1$; The random variable x is measured $20$ times by two instruments, and the measurement error of the two instruments is assumed to be a normally distributed random variable with a mean value of $0$ and a variance of $0.1$ and $0.4$ respectively. Caculate the least square estimation (LSE), weighted least square estimation (WLS) and linear minimum variance estimation (LMMSE) of $X$, and calculate the mean square error of the corresponding estimation. Let the measurement equation be $Z=HZ+V$.

Usage

To handle the problem, run the following file:

1/code_1/main123.m

Wiener Filter

problem description

Let $y (n) =x (n) +v (n)$, where $x(n)=10sin(\frac{\pi n}{128}+\frac{\pi}{3})$,$v(n)$ is white noise with variance of $1.25$. Design FIR and IIR Wiener filter to estimate the signal $x (n)$.

Usage

To handle the problem, run the following file:

1/code_1/main.m

Kalman Filter

Basic Kalman Filter

1/code_3/kalman.m

Constant Gain Kalman Filter

1/code_3/kalman_constant_gain.m

Square root Kalman Filter

1/code_3/kalman_sqrt.m

Forgetting Factor Kalman Filter

1/code_3/kalman_forgetting_factor.m

Adaptive Kalman Filter

1/code_3/kalman_adaptive.m

Limited K Reduction Kalman Filter

1/code_3/kalman_restain_K.m

Extended Kalman Filter

2/code_0/EKF.m

Unscented Kalman Filter

2/code_0/UKF.m

Particle Filter

2/code_0/PF.m

Federated Kalman Filter

2/code_1/federated_filter.m

Decentralized Kalman filter

2/code_1/center_federated_filter.m

Fuzzy Control

Basic method

4/code/TS_model.m

T-S method

4/code/TS_model.m

Contact

[email protected]

data_fusion_course's People

Contributors

changjing-liu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.