当前位置:
首页
资源下载

搜索资源 - least square arma matlab
搜索资源列表
-
0下载:
Least Square - ARMA 算法的MATLAB代码, 是频谱分析(通常是在高级DSP这门课中会用到的)的常用算法-Least Square-ARMA algorithm MATLAB code, Analysis of the spectrum (usually at the senior DSP This class will be used) to the commonly used algorithm
-
-
4下载:
利用奇异值分解-总体最小二乘法估计ARMA模型的AR参数,并利用参数进行谐波恢复仿真程序,The use of singular value decomposition- total least squares estimation of AR parameters of ARMA model and using the parameters of harmonic retrieval simulation program
-
-
1下载:
ARMA谱估计-AR参数估计的总体最小二乘法-ARMA spectral estimation-AR parameter estimation of the overall least square method
-
-
0下载:
该程序是对在已知和未知参数的情况下用最小二乘法估计观测数据的ARMA模型的AR参数的仿真。-The program is known and the unknown parameters in the case of observational data with least square method to estimate the ARMA model of AR parameters of simulation.
-
-
3下载:
产生一个随机信号和两个不同频率但频率间隔很小的正弦信号,要求对两信号之和进行如下分析:
(1) 求该随机信号的自相关性系数、自相关函数,画出对应的图形;
(2) 利用不同的参数建模方法求出两个随机信号的功率谱;
(3) 利用极大似然估计、递推最小二乘法等常用的参数估计方法估计所建模型,包括AR模型、MA模型和ARMA模型的的参数,阶次自定;并与Matlab工具箱里的一些建模函数的运算结果进行比较;
(4) 利用陷波滤波和MUSIC滤波方法对该信号的频谱进行估计;
(5) 利
-