资源简介
基于约束最小二乘法的滤波器FIR设计,效果理想
代码片段和文件信息
function [xe]=ukfopt(hxtolPQR)
%UKFOPT Unconstrained optimization using the unscented Kalman filter
%
% [xe]=ukfopt(fxtolPQR) minimizes e=norm(f(x)) until e % and R are tuning parmeters relating to the Kalman filter
% performance. P and Q should be n x n where n is the number of
% decision variables while R should be m x m where m is the
% dimension of f. Normally Q and R should be set to d*I e*I where
% both d and e are vary small positive scalars. P could be initially
% set to a*I where a is the estimated distence between the initial
% guess and the optimal valuve. This function can also be used to solve
% a set of nonlinear equation f(x)=0.
%
% This is an example of what a nonlinear K
- 上一篇:图像psnr的matlab实现
- 下一篇:WCDMA仿真程序
相关资源
- HMMforspeechrecogntion 一个可执行的HMM语音
- GAPSO 这个算法是遗传算法和粒子群优
- MATLAB_image_process_with_PDE 运用偏微分方
- gabijiao 该程序通过实例(函数)
- GPS_carr_loop GPS跟踪模块的载波跟踪环的
- barcode 基于图像的条形码识别程序(识
- NURBS-curve NURBS曲线的绘制程序
- B-spline-surface 在MATLAB-2008a环境下编写的
- NURBS-surface 在MATLAB-2008a环境下编写的
- ACO 用MATLAB编写的蚁群算法最短路径寻
- adaboost 基于adaboost的人脸识别程序
- gps GPS信号的捕获、处理程序
- fuzzynetme 模糊神经网络的MATLAB程序
- BarrelDistortion 两个matlab程序
- ridgelet_transform 一个用于图像描述表示
- V1.0 串口通信程序
- matlab-acq GPS C/A码捕获 用的是fft频域的
- RBF_Matlab_code 径向基函数的matlab 代码程
- matlabsanweichongjian matlab三维重建程序
- multifractal-compute 用MATLAB编写的图象多
- SVSLMS 本程序提出了变步长自适应滤波
- nolinear_ica 非线性卷积盲源分离程序
- pca 主成分分析程序
- chepaishibie 一个车牌识别的小程序
- Matlab-ECG-Processing 非常实用的基于Mat
- GJdongtaigzzz 改进了的动态视频目标跟踪
- PCA-SVM
- SIFT2830309
- Wavelet_denoising 小波变换的MATLAB源程序
-
thresholddenoisingba
sedonwavelet 小波阈值
评论
共有 条评论