Ahmed-ElTahan/Stochastic-Recursive-Modified-Extended-Least-Squreas-RMELS

버전 1.0.0.0 (1.23 MB) 작성자: Ahmed ElTahan
Recursive Modified ExtendedLeast Squares Method (RMELS) parameter estimation of a dynamic system
다운로드 수: 162
업데이트 날짜: 2017/6/29

% This function is made by Ahmed ElTahan
%{
This function is intended to estimate the parameters of a dynamic
system of unknown parameters using the Recursive Modified Extended Least Squares Method (RMELS).
After an experiment, we get the inputs, the outputs of the system.
The experiment is operated with sample time Ts seconds.

The model is given by A(z) y(t) = B(z)sys u(t) + C(z) eps(t)
which can be written in
z^(-d) B(z) C(z)
y(t) = ------------------- u + ------------ e = L*u + M*e
A(z) A(z)
where:
-- y : output of the system.
-- u : control action (input to the system).
-- e : color guassian noise (noise with non zero mean).
-- Asys = 1 + a_1 z^-1 + a_2 z^-2 + ... + a_na z^(-na). [denominator polynomail]
-- Bsys = b_0 + b_1 z^-1 + b_2 z^-2 + ... + b_nb z^(-nb). [numerator polynomail]
-- C = 1 + c_1 z^-1 + c_2 z^-2 + ... + c_nc z^(-nc). [noise characteristics]
-- d : delay in the system.
A and C are monic polynomials. (in output estimation of the stochastic
system as C is monic, we add e(t) to the estimation i.e. not starting from c1*e(t-1))

Function inputs
u : input to the system in column vector form
y : input of the system in column vector form
na : order of the denominator polynomial
nb : order of the numerator polynomial
nc : order of the characteristics of the noise (usually <=2 for max)
d : number represents the delay between the input and the output

Function Output
Theta_final : final estimated parameters.
Gz_estm : pulse (discrete) transfer function of the estimated parameters
1 figure for the history of the parameters that are being estimated
2 figure to validate the estimated parameters on the given output
using the instantaneous estimated parameters.
3 figure to plot the input versus time.

Note: the noise added shall not to be with a magnitude close to the
system output, it should be smaller, this is in simulation such as
here or the algorithm will go crazy that can't distinguish between
the main and the noisy signal (This can be measured in practical
case finding noise to signal ratio).

An example is added to illustrate how to use the function
%}

인용 양식

Ahmed ElTahan (2024). Ahmed-ElTahan/Stochastic-Recursive-Modified-Extended-Least-Squreas-RMELS (https://github.com/Ahmed-ElTahan/Stochastic-Recursive-Modified-Extended-Least-Squreas-RMELS), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Audio Processing Algorithm Design에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.0.0.0

.
Change name

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.