H-infinity sub-optimal causal FIR inverse filter via LMI

版本 1.0.0.0 (2.0 KB) 作者: Masaaki Nagahara
This computes the optimal inverse filter minimizing the H-infinity norm of the error system via LMI.
810.0 次下载
更新时间 2011/2/3

查看许可证

[psi gopt] = dfdesign_w_lmi(phi, w, d, n);

DFDESIGN_W_LMI computes the H-infinity optimal inverse FIR filter of phi(z).
The resulting filter minimizes the H-infinity norm of the error system
E_w(z) = [z^(-d) - psi(z)phi(z)]w(z).
The LMI method based on KYP lemma is used in this function.

[INPUT]
phi: target system (discrete-time), SS or TF format
w: weighting function, SS or TF format
d: delay, non negative number
n: length of the FIR filter, positive integer

[OUTPUT]
psi: resulting inverse FIR filter
gopt: optimal value

This is based on the following paper:
M. Nagahara and Y. Yamamoto,
H-infinity optimal approxmation for causal spline interpolation,
Signal Processing, Vol. 91, No. 2, pp. 176-184, 2011.

引用格式

Masaaki Nagahara (2024). H-infinity sub-optimal causal FIR inverse filter via LMI (https://www.mathworks.com/matlabcentral/fileexchange/30290-h-infinity-sub-optimal-causal-fir-inverse-filter-via-lmi), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0