搜索资源列表
sd23sdf22
- lms自适应算法matlab仿真最小方差无失真波束形成器不同方向角的幅度响应-LMS adaptive algorithm Matlab simulation minimum variance distortion beam forming different direction angle for the amplitude response
zjf147
- 用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差。用REMEZ算法求交错点组。用Cholesky分解求ARMA模型的参数并作谱估计。求MA模型的参数 并估计功率谱。 用最小方差法估计序列 的功率谱。-used to produce uniform or Gaussian distribution of the pseudo-random number (similar to white noise). They may have a different mean
AdaptiveControl
- 本文档是本人的自适应控制大作业,作业里分模型参考自适应控制(用smulink仿真)和CARMA模型的最小方差自适应控制,文中有详细的smulink框图和matlab程序,格式美观,分析透彻,图形整齐,对学习自适应控制的朋友有很大的帮助,谨以本人微薄的力量和成果与大家共鸣,
MethodsToSetUpAdaptiveController
- 本文是鄙人的自适应控制大作业,本文分模型参考自适应控制和CARMA模型的最小方差自适应控制,文中采用smulink仿真和matlab的m函数编程来实现自适应控制的内容,分析透彻,图表清晰,有很强的可阅读性,仅以本人微薄的努力和大家共鸣,共同进步,以后还会有精彩的内容奉上
bmbj
- 常规波束形成与最小方差法的比较,从而看出两个算法的分辨力高低
kalman
- 卡尔曼滤波算法 一种最小方差估计
DSP_C-MATLAB-FORTRAN
- 含有《数字信号处理-理论、算法与实现》一书中所涉及到的绝大部分算法,DSP_FORTRAN, DSP_C和DSP_MATLAB。DSP_FORTRAN和DSP_C各含有约40个信号处理的子程序。 用C语言编写的MA模型、ARMA模型及最小方差谱估计三个算法程序.-Contain " Digital Signal Processing- Theory, Algorithm and implementation of" one book relates to the v
zishiying
- 基于辅助变量的最小方差自校正控制,有仿真程序和论文。-Auxiliary variable based on the minimum variance self-tuning control, a simulation program and papers.
tvdenoise
- 彩色或灰度图像的tvd去噪 利用总方差最小化得方法实现图像的光滑去噪的matlab小程序 由Chambolle在2004年提出 -Tvd color or grayscale image denoising was used to minimize the total variance method to achieve a smooth image denoising matlab small program made in 2004 by Chambolle
lizi
- 采用最小方差自适应算法作为自校正调节器,控制系统-Minimum variance adaptive algorithm used as a self-tuning regulator, control system
prom_3
- 最小方差调节器和最小方差自校正调节器。 设计最小方差调节器和最小方差自校正调节器,实现闭环仿真控制,了解这两种调节器的性质,特别是某些参数(如遗忘因子)的影响-Minimum variance regulator and the minimum variance self-tuning regulator. Design of minimum variance and minimum variance regulator self-tuning regulator to achieve cl
main
- 最大熵方法 最小方差以及MUSIC算法对信号DOA进行估计,分别对相干信源和独立信源进行仿真效果分析-Maximum entropy method and the MUSIC algorithm for minimum variance to estimate the signal DOA, respectively, of coherent sources and independent sources for analysis of simulation results
Optimally-weighted
- 最优加权最小二乘估计与线性无偏最小方差估计性能比较-Optimally weighted least squares and linear unbiased minimum variance estimation performance comparison
matlab
- 基于离散时间对象的最小方差自校正控制器的仿真(Simulation of minimum variance self-tuning controller based on discrete time object)
最小二乘法拟合
- %最小二乘法下用a*sin(x)+b*cos(x)拟合下列散点坐标 %求出拟合系数a,b和方差Dx(The least square method is used to fit the following scatter coordinates with a*sin (x) +b*cos (x) The fitting coefficients a, B and variance Dx were calculated)
计算均方差最小时候的average和d
- 用于计算均方差的源码,自己编写的程序,测试可用(Used to calculate the mean square error of the source code, written by myself, the test is available.)
最小方差控制
- 最小方差控制simulink仿真框图,自己看着资料做的,效果很好(Minimum variance control simulink simulation block diagram, I look at the data to do, the effect is very good.)
基于最大类间方差阈值与遗传算法的道路分割
- 最大类间方差法是由日本学者大津(Nobuyuki Otsu)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2部分。背景和目标之间的类间方差越大,说明构成图像的2部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2部分差别变小。(The largest between-class variance method was proposed by the Japanese scholar Nobuyuki Otsu
自适应控制(有突变无阶次辨识)
- 带遗忘因子的递推最小二乘参数估计以及带有辅助变量的广义最小方差自校正控制算法及结果,源码可找我要(Recursive Least Squares Parameter Estimation with Forgetting Factor and Generalized Minimum Variance Self-Tuning Control Algorithm with Auxiliary Variables and Results)
卡尔曼滤波和线性最小方差滤波
- 本MATLAB代码包含了卡尔曼滤波和线性最小方差滤波,并且对比了二者的性能。