CN105868158A - 哈默斯坦非线性系统的极大似然牛顿递推参数估计算法 - Google Patents

哈默斯坦非线性系统的极大似然牛顿递推参数估计算法 Download PDF

Info

Publication number
CN105868158A
CN105868158A CN201610179869.6A CN201610179869A CN105868158A CN 105868158 A CN105868158 A CN 105868158A CN 201610179869 A CN201610179869 A CN 201610179869A CN 105868158 A CN105868158 A CN 105868158A
Authority
CN
China
Prior art keywords
formula
phi
maximum likelihood
constructed
moment
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610179869.6A
Other languages
English (en)
Inventor
李俊红
杨奕
朱海荣
李晨
张晴
张家伟
董浩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nantong University
Original Assignee
Nantong University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nantong University filed Critical Nantong University
Priority to CN201610179869.6A priority Critical patent/CN105868158A/zh
Publication of CN105868158A publication Critical patent/CN105868158A/zh
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/11Complex mathematical operations for solving equations, e.g. nonlinear equations, general mathematical optimization problems

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • General Physics & Mathematics (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Optimization (AREA)
  • Mathematical Analysis (AREA)
  • Computational Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Operations Research (AREA)
  • Algebra (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Complex Calculations (AREA)

Abstract

本发明公开了一种哈默斯坦非线性系统的极大似然牛顿递推参数估计算法,包括构建出极大似然牛顿递推估计算法流程、根据极大似然牛顿递推估计算法流程,构建出极大似然牛顿递推估计算法等步骤。本发明方法简便、可靠。

Description

哈默斯坦非线性系统的极大似然牛顿递推参数估计算法
技术领域
本发明涉及一种哈默斯坦非线性系统的极大似然牛顿递推参数估计算法。
背景技术
实际工业过程往往呈现非线性特性,非线性系统的建模和控制受到广泛关注。哈默斯坦非线性系统是一类典型的块结构非线性系统,由一个无记忆非线性环节串联一个线性动态环节组成,这类系统在实际工业过程中广泛存在。目前,哈默斯坦非线性系统常用的辨识方法有子空间方法、盲辨识方法、过参数化方法,迭代辨识方法等。
极大似然估计方法是一类重要的参数估计方法,它的基本思想是以观测数据和待辨识的未知参数为自变量构建一个似然函数或对数似然函数,通过极大化这个似然函数获得参数估计值。但对于如何极大化似然函数,需要合适的优化方法来解决。
牛顿优化方法是一种有用的优化方法,它是一种在实数域及复数域上近似求解非线性方程的方法,基本思想是利用目标函数的二次展开,并将其极小化。牛顿优化方法使用目标函数的泰勒级数前几项来寻找方程的根。它的基本思想可以推广用于从观测数据中计算系统的参数估计。
发明内容
本发明的目的在于提供一种方法简便、可靠的哈默斯坦非线性系统的极大似然牛顿递推参数估计算法。
本发明的技术解决方案是:
一种哈默斯坦非线性系统的极大似然牛顿递推参数估计算法,其特征是:包括下列步骤:
(1)构建出极大似然牛顿递推估计算法流程
第一步:启动算法;
第二步:对递推时刻t进行初始化,初始值为1;
第三步:收集{u(i),y(i):i=(t-1)L+1,…,tL},并构造
第四步:计算构造
第五步:构造
第六步:刷新
第七步:计算并构造
第八步:t值增加1,重复上述步骤;
上述各符号的含义:
输入量:u(t),输出量:y(t);非线性部分的输出:滤波信息向量φf(t);零均值、方差为σ2且满足高斯分布的白噪声:v(t);滤波信息矩阵Φf(t);噪声项:w(t);参数向量:θ和Θ;信息向量φ(t),和ψ(t);Θ,θ和c在递推时刻t的参数估计值:φ(t),和ψ(t)在递推时刻t的估计值:多项式C(z)在时刻t的估计值:
(2)根据极大似然牛顿递推估计算法流程,构建出极大似然牛顿递推估计算法如下:
Θ ^ ( t ) = Θ ^ ( t - 1 ) + [ Φ ^ f T ( t ) Φ ^ f ( t ) ] - 1 Φ ^ f T ( t ) V ^ ( t ) , - - - ( 12 )
V ^ ( t ) = [ v ^ ( ( t - 1 ) L + 1 ) , v ^ ( ( t - 1 ) L + 2 ) , ... , v ^ ( t L ) ] T , - - - ( 13 )
Φ ^ f ( t ) = [ Φ ^ f ( ( t - 1 ) L + 1 ) , Φ ^ f ( ( t - 1 ) L + 2 ) , ... , Φ ^ f ( t L ) ] T , - - - ( 14 )
v ^ ( t ) = y ( t ) - Φ ^ T ( t ) Θ ^ ( t - 1 ) , - - - ( 15 )
ψ ^ ( t ) = [ w ^ ( t - 1 ) , - w ^ ( t - 2 ) , ... , - w ^ ( t - n c ) ] T , - - - ( 19 )
ψ ^ f ( j ) = [ - y ( j - 1 ) - Σ i = 1 n a a ^ i ( t - 1 ) y ( j - 1 - i ) + Σ i = 0 n b b ^ i ( t - 1 ) u ‾ ^ ( j - 1 - i ) , ... , - y ( j - n c ) - Σ i = 1 n a a ^ i ( t - 1 ) y ( j - n c - i ) + Σ i = 0 n b b i ( t - 1 ) u ‾ ^ ( j - n c - i ) ] T , - - - ( 22 )
u ‾ ^ ( t ) = γ ^ 1 ( t ) f 1 ( u ( t ) ) + γ ^ 2 ( t ) f 2 ( u ( t ) ) + ... + γ ^ m ( t ) f m ( u ( t ) ) , - - - ( 23 )
C ^ ( t , z ) = 1 + c ^ 1 ( t ) z - 1 + c ^ 2 ( t ) z - 2 + ... + c ^ n c ( t ) z - n c . - - - ( 24 )
上述算法符号的含义:
定义输入量为u(t),输出量为y(t);
定义作为非线性部分的输出;
定义φf(t)作为滤波信息向量;
v(t)是一个零均值、方差为σ2且满足高斯分布的白噪声;
Φf(t)作为滤波信息矩阵;
w(t)作为噪声项,θ和Θ作为参数向量,φ(t),和ψ(t)作为信息向量;
分别作为Θ,θ和c在递推时刻t的参数估计值;
分别作为φ(t),和ψ(t)在递推时刻t的估计值;
作为多项式C(z)在时刻t的估计值;
上述算法的具体步骤:
1)令递推时刻t=1,设置初始值v(0)=0,预置一个小值∈>0,p0是一个极大值;
2)系统采集输入-输出数据
{u(i),y(i),i=(t-1)L+1,(t-1)L+2,…,tL},通过式(18)构造并通过式(16)计算出
3)分别通过式(19)、(17)构造出通过式(15)计算出通过式(13)构造
4)分别通过式(21)、(22)构造出通过式(20)构造再通过式(14)构建
5)通过式(12)刷新所估参数
6)通过式(23)计算通过式(24)构造
7)将t值增加1,重述上述算法步骤。
本发明方法简便、可靠,便于应用。
附图说明
下面结合附图和实施例对本发明作进一步说明。
图1是极大似然牛顿递推估计算法流程图(ml-nr流程图)。
具体实施方式
一种哈默斯坦非线性系统的极大似然牛顿递推参数估计算法,包括下列步骤:
(1)构建出极大似然牛顿递推估计算法流程
第一步:启动算法;
第二步:对递推时刻t进行初始化,初始值为1;
第三步:收集{u(i),y(i):i=(t-1)L+1,…,tL},并构造
第四步:计算构造
第五步:构造
第六步:刷新
第七步:计算并构造
第八步:t值增加1,重复上述步骤;
上述各符号的含义:
输入量:u(t),输出量:y(t);非线性部分的输出:滤波信息向量φf(t);零均值、方差为σ2且满足高斯分布的白噪声:v(t);滤波信息矩阵Φf(t);噪声项:w(t);参数向量:θ和Θ;信息向量φ(t),和ψ(t);Θ,θ和c在递推时刻t的参数估计值:φ(t),和ψ(t)在递推时刻t的估计值:多项式C(z)在时刻t的估计值:
(2)根据极大似然牛顿递推估计算法流程,构建出极大似然牛顿递推估计算法如下:
Θ ^ ( t ) = Θ ^ ( t - 1 ) + [ Φ ^ f T ( t ) Φ ^ f ( t ) ] - 1 Φ ^ f T ( t ) V ^ ( t ) , - - - ( 12 )
V ^ ( t ) = [ v ^ ( ( t - 1 ) L + 1 ) , v ^ ( ( t - 1 ) L + 2 ) , ... , v ^ ( t L ) ] T , - - - ( 13 )
Φ ^ f ( t ) = [ Φ ^ f ( ( t - 1 ) L + 1 ) , Φ ^ f ( ( t - 1 ) L + 2 ) , ... , Φ ^ f ( t L ) ] T , - - - ( 14 )
v ^ ( t ) = y ( t ) - Φ ^ T ( t ) Θ ^ ( t - 1 ) , - - - ( 15 )
ψ ^ ( t ) = [ w ^ ( t - 1 ) , - w ^ ( t - 2 ) , ... , - w ^ ( t - n c ) ] T , - - - ( 19 )
ψ ^ f ( j ) = [ - y ( j - 1 ) - Σ i = 1 n a a ^ i ( t - 1 ) y ( j - 1 - i ) + Σ i = 0 n b b ^ i ( t - 1 ) u ‾ ^ ( j - 1 - i ) , ... , - y ( j - n c ) - Σ i = 1 n a a ^ i ( t - 1 ) y ( j - n c - i ) + Σ i = 0 n b b i ( t - 1 ) u ‾ ^ ( j - n c - i ) ] T , - - - ( 22 )
u ‾ ^ ( t ) = γ ^ 1 ( t ) f 1 ( u ( t ) ) + γ ^ 2 ( t ) f 2 ( u ( t ) ) + ... + γ ^ m ( t ) f m ( u ( t ) ) , - - - ( 23 )
C ^ ( t , z ) = 1 + c ^ 1 ( t ) z - 1 + c ^ 2 ( t ) z - 2 + ... + c ^ n c ( t ) z - n c . - - - ( 24 )
上述算法符号的含义:
定义输入量为u(t),输出量为y(t);
定义作为非线性部分的输出;
定义φf(t)作为滤波信息向量;
v(t)是一个零均值、方差为σ2且满足高斯分布的白噪声;
Φf(t)作为滤波信息矩阵;
w(t)作为噪声项,θ和Θ作为参数向量,φ(t),和ψ(t)作为信息向量;
分别作为Θ,θ和c在递推时刻t的参数估计值;
分别作为φ(t),和ψ(t)在递推时刻t的估计值;
作为多项式C(z)在时刻t的估计值;
上述算法的具体步骤:
3)令递推时刻t=1,设置初始值v(0)=0,预置一个小值∈>0,p0是一个极大值;
4)系统采集输入-输出数据
{u(i),y(i),i=(t-1)L+1,(t-1)L+2,…,tL},通过式(18)构造并通过式(16)计算出
3)分别通过式(19)、(17)构造出通过式(15)计算出通过式(13)构造
4)分别通过式(21)、(22)构造出通过式(20)构造再通过式(14)构建
5)通过式(12)刷新所估参数
6)通过式(23)计算通过式(24)构造
7)将t值增加1,重述上述算法步骤。

Claims (1)

1.一种哈默斯坦非线性系统的极大似然牛顿递推参数估计算法,其特征是:包括下列步骤:
(1)构建出极大似然牛顿递推估计算法流程
第一步:启动算法;
第二步:对递推时刻t进行初始化,初始值为1;
第三步:收集{u(i),y(i):i=(t-1)L+1,…,tL},并构造
第四步:计算构造
第五步:构造
第六步:刷新
第七步:计算并构造
第八步:t值增加1,重复上述步骤;
上述各符号的含义:
输入量:u(t),输出量:y(t);非线性部分的输出:滤波信息向量φf(t);零均值、方差为σ2且满足高斯分布的白噪声:υ(t);滤波信息矩阵Φf(t);噪声项:ω(t);参数向量:θ和Θ;信息向量φ(t),和ψ(t);Θ,θ和c在递推时刻t的参数估计值:φ(t),和ψ(t)在递推时刻t的估计值:多项式C(z)在时刻t的估计值:
(2)根据极大似然牛顿递推估计算法流程,构建出极大似然牛顿递推估计算法如下:
Θ ^ ( t ) = Θ ^ ( t - 1 ) + [ Φ ^ f T ( t ) Φ ^ f ( t ) ] - 1 Φ ^ f T ( t ) V ^ ( t ) , - - - ( 12 )
V ^ ( t ) = [ v ^ ( ( t - 1 ) L + 1 ) , v ^ ( ( t - 1 ) L + 2 ) , ... , v ^ ( t L ) ] T , - - - ( 13 )
Φ ^ f ( t ) = [ φ ^ f ( ( t - 1 ) L + 1 ) , φ ^ f ( ( t - 1 ) L + 2 ) , ... , φ ^ f ( t L ) ] T , - - - ( 14 )
v ^ ( t ) = y ( t ) - φ ^ T ( t ) Φ ^ ( t - 1 ) , - - - ( 15 )
ψ ^ ( t ) = [ - w ^ ( t - 1 ) , - w ^ ( t - 2 ) , ... , - w ^ ( t - n c ) ] T , - - - ( 19 )
ψ ^ f ( j ) = [ - y ( j - 1 ) - Σ i = 1 n a a ^ i ( t - 1 ) y ( j - 1 - i ) + Σ i = 0 n b b ^ i ( t - 1 ) u ‾ ^ ( j - 1 - i ) , ... , - y ( j - n c ) - Σ i = 1 n a a ^ i ( t - 1 ) y ( j - n c - i ) + Σ i = 0 n b b ^ i ( t - 1 ) u ‾ ^ ( j - n c - i ) ] T , - - - ( 22 )
u ‾ ^ ( t ) = γ ^ 1 ( t ) f 1 ( u ( t ) ) + γ ^ 2 ( t ) f 2 ( u ( t ) ) + ... + γ ^ m ( t ) f m ( u ( t ) ) , - - - ( 23 )
C ^ ( t , z ) = 1 + c ^ 1 ( t ) z - 1 + c ^ 2 ( t ) z - 2 + ... + c ^ n c ( t ) z - n c . - - - ( 24 )
上述算法符号的含义:
定义输入量为u(t),输出量为y(t);
定义作为非线性部分的输出;
定义φf(t)作为滤波信息向量;
υ(t)是一个零均值、方差为σ2且满足高斯分布的白噪声;
Φf(t)作为滤波信息矩阵;
ω(t)作为噪声项,θ和Θ作为参数向量,和ψ(t)作为信息向量;
分别作为Θ,θ和c在递推时刻t的参数估计值;
分别作为φ(t),和ψ(t)在递推时刻t的估计值;
作为多项式C(z)在时刻t的估计值;
上述算法的具体步骤:
1)令递推时刻t=1,设置初始值υ(0)=0,预置一个小值∈>0,p0是一个极大值;
2)系统采集输入-输出数据
{u(i),y(i),i=(t-1)L+1,(t-1)L+2,...,tL},通过式(18)构造并通过式(16)计算出
3)分别通过式(19)、(17)构造出通过式(15)计算出通过式(13)构造
4)分别通过式(21)、(22)构造出通过式(20)构造再通过式(14)构建
5)通过式(12)刷新所估参数
6)通过式(23)计算通过式(24)构造
7)将t值增加1,重述上述算法步骤。
CN201610179869.6A 2016-03-25 2016-03-25 哈默斯坦非线性系统的极大似然牛顿递推参数估计算法 Pending CN105868158A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610179869.6A CN105868158A (zh) 2016-03-25 2016-03-25 哈默斯坦非线性系统的极大似然牛顿递推参数估计算法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610179869.6A CN105868158A (zh) 2016-03-25 2016-03-25 哈默斯坦非线性系统的极大似然牛顿递推参数估计算法

Publications (1)

Publication Number Publication Date
CN105868158A true CN105868158A (zh) 2016-08-17

Family

ID=56625664

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610179869.6A Pending CN105868158A (zh) 2016-03-25 2016-03-25 哈默斯坦非线性系统的极大似然牛顿递推参数估计算法

Country Status (1)

Country Link
CN (1) CN105868158A (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110334315A (zh) * 2019-06-24 2019-10-15 南通大学 基于极大似然和梯度优化的辛烷值推断模型辨识方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110334315A (zh) * 2019-06-24 2019-10-15 南通大学 基于极大似然和梯度优化的辛烷值推断模型辨识方法
CN110334315B (zh) * 2019-06-24 2022-12-13 南通大学 基于极大似然和梯度优化的辛烷值推断模型辨识方法

Similar Documents

Publication Publication Date Title
Bergemann et al. An ensemble Kalman-Bucy filter for continuous data assimilation
CN114324780B (zh) 大气污染物排放通量处理方法、存储介质以及计算机终端
CN103337060B (zh) 一种基于分数阶偏微分方程的纹理图像高精度去噪滤波器
Zhou et al. An effective hybrid approach based on grey and ARMA for forecasting gyro drift
Román-Flores et al. A note on Gronwall type inequality for interval-valued functions
US11004239B2 (en) Image retrieval device and method, photograph time estimation device and method, repetitive structure extraction device and method, and program
Grigoriu et al. Reliability of dynamic systems in random environment by extreme value theory
Ortigueira et al. On the relation between the fractional Brownian motion and the fractional derivatives
CN103427789A (zh) 一种基于分数阶计算方程的图书馆图文信息去噪滤波器
Kerimov et al. On the uniform convergence of the Fourier series for one spectral problem with a spectral parameter in a boundary condition.
Ramadan et al. An approximate analytical solution of higher-order linear differential equations with variable coefficients using improved rational Chebyshev collocation method
Lange et al. Nonlinear dynamics of river runoff elucidated by horizontal visibility graphs
Chen Approximate controllability of stochastic equations in a Hilbert space with fractional Brownian motions
CN105868158A (zh) 哈默斯坦非线性系统的极大似然牛顿递推参数估计算法
CN103926578A (zh) 一种室内环境的线性特征提取方法
Hong et al. Modelling and control of Hammerstein system using B-spline approximation and the inverse of De Boor algorithm
CN103390265B (zh) 一种基于分数阶发展方程的纹理图像去噪滤波器
CN105786761A (zh) 输入非线性有色噪声系统的极大似然牛顿迭代辨识算法
Dwivedi Quantifying predictability of Indian summer monsoon intraseasonal oscillations using nonlinear time series analysis
Molabahrami et al. Soliton solutions of the two-dimensional KdV-Burgers equation by homotopy perturbation method
Sadeghi et al. Multi-state dependent parameter model identification and estimation for nonlinear dynamic systems
CN103325100B (zh) 一种基于分数阶热传导方程的图像去噪滤波器
Patidar et al. A comparative study on the co-existing attractors in the Gaussian map and its q-deformed version
Arif et al. Coefficient bounds for some families of starlike and convex functions of reciprocal order
Duan et al. Similarity solution for fractional diffusion equation

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160817