recursive-least-squares
There are 23 repositories under recursive-least-squares topic.
pronenewbits/Arduino_AHRS_System
A compact realtime embedded Attitude and Heading Reference System (AHRS) using Recursive Least Squares (RLS) for magnetometer calibration and EKF/UKF for sensor fusion on Arduino platform
hunar4321/RLS-neural-net
Recursive Leasting Squares (RLS) with Neural Network for fast learning
gokhanntosun/channel-estimation
Channel estimations based on RLS, LMS and ML methods.
gokhanntosun/adaptive-equalization
Adaptive equalizer implementations based on RLS(Recursive Least Squares) and LMS(Least Mean Squares).
AleksandarHaber/Disciplined-Python-Implementation-of-the-Recursive-Least-Squares-Method
This is a disciplined Python implementation of the Recursive Least Squares Method
intelligent-control-lab/AGen
Adaptable generative prediction using recursive least square algorithm
baggepinnen/AdaptiveFilters.jl
Classical adaptive linear filters in Julia
yuhogun0908/AEC
Acoustic Echo Cancellation
melodiCyb/neural-networks
Hopfield NN, Perceptron, MLP, Complex-valued MLP, SGD RMSProp, DRAW
HabibNaeimi/Fuzzy-RecursiveLeastSquares
Fuzzy systems control course project - Petroleum University of Technology
jkjaer/adaptiveFilteringLectureNotes
Lectures notes for the basics of adaptive filtering
LiaoSteve/Adaptive-control---RLS
using rls to estimate the system : y =exp(-x)
AntoinePassemiers/Recursive-Least-Squares-Algorithm-With-Kafka-And-Spark
Remote repository for the INFO-H-515 Big data project (phase 2)
linkingmon/ASP2020
Adaptive Signal Processing (2020 Fall)
matteosodano/Residuals_and_RLS
University group project concerning the sensorless estimation of the contact forces between a needle mounted on the end-effector of a robot manipulator and a penetrated tissue, and subsequent prediction of layer ruptures using Recursive Least Squares algorithm.
giobbu/CUSUM
Different flavours of CUSUM for change point detection
lmlib/lmlib
A Model-Based Signal Processing Library Working With Windowed Linear State-Space and Polynomial Signal Models.
Cryptum169/KRLS.jl
Kernel Recursive Least Squares
FinOrr/pid-autotuner
A collection of embedded PID (Proportional – Integral – Derivative) controller tuning methods.
jafetrd/recursiveLeastSquares
A vanilla implementation of recursive least squares to estimate the parameters of a IIR filter
rajashree-srikanth/System-identification-estimation
Course materials and MATLAB/Simulink codes for projects in coursework - System Identification and Estimation
NekSfyris/recursive_least_squares
Least squares and recursive least squares implementation. 2D line fit to noisy data.