搜索资源列表
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
MethodsToSetUpAdaptiveController
- 本文是鄙人的自适应控制大作业,本文分模型参考自适应控制和CARMA模型的最小方差自适应控制,文中采用smulink仿真和matlab的m函数编程来实现自适应控制的内容,分析透彻,图表清晰,有很强的可阅读性,仅以本人微薄的努力和大家共鸣,共同进步,以后还会有精彩的内容奉上
e29
- 利用最小方差方法估计复正弦加白噪声得平稳信号的功率谱
lcmv
- 这是一个LCMV(线性约束最小方差)波束形成的程序-This is a LCMV (linearly constrained minimum variance) procedures beamforming
chap4
- 多步Diophantine方程递推,最小方差自校正程序,广义预测控制程序等-Multi-step recursive Diophantine equation, the minimum variance self-tuning procedures, generalized predictive control procedures,
lizi
- 采用最小方差自适应算法作为自校正调节器,控制系统-Minimum variance adaptive algorithm used as a self-tuning regulator, control system
DSP_FORTRANhuguangshu
- 《数字信号处理——理论、算法与实现》 胡广书 书配程序 本光盘共包含三个子目录,分别是DSP_FORTRAN, DSP_C和DSP_MATLAB。DSP_FORTRAN和DSP_C各含有约40个信号处理的子程序,概括了书中所涉及到的绝大部分算法。程序分别由FORTRAN语言和C语言编写(MA模型、ARMA模型及最小方差谱估计三个算法只给出了用C语言编写的程序, 没有给出相应的FORTRAN子程序),并在PC机上调试通过。编译环境是FORTRAN77 V5. 10和TURBO C2.
MMVSEPS
- c语言环境下用最小方差法估计序列 的功率谱。-c language environment with minimum variance method to estimate Fourier power spectrum.
boshuxingcheng
- 对于N=11的标准线阵,分别采用如下波束形成器进行最优波束形成,要求含有干扰信号和噪声。 1、最小方差无失真响应(MVDR)波束形成器; 2、最小功率无失真响应(MPDR)波束形成器。-Minimum variance distortionless response (MVDR) beamformer Minimum power distortionless response (the MPDR) beamformer.
MVC(Adaptive-Control)
- 最小方差控制的程序代码,自适应课程上可以用到的。-Minimum variance control
mvdr
- mvdr 最小方差无失真波束形成器 张贤达 空间谱 波达方向角的确定 matlab完整程序-mvdr minimum variance beamformer Zhang XD distortion spatial spectrum matlab DOA to determine the full program
NewtonIteration
- 求最小PID可达方差,用于评价PID控制系统的控制系能,比最小方差控制最为评价基准更可靠-PID up to find the minimum variance control system for evaluation of PID control system can be more than the minimum variance control most reliable evaluation criteria
adaptnulling
- 利用线性约束最小方差算法(LCMV),对等距线阵、柱面扇形阵、圆锥体阵列进行仿真,得到天线抗干扰方向图-Linear constrained minimum variance algorithm (LCMV), for uniform linear array, fan-shaped array of cylinders, cones array simulation, antenna interference pattern
criterion-of-LCMV
- 阵列信号处理中自适应波束优化准则之一线性约束最小方差(LCMV)准则-Array signal processing adaptive beam linear constraints of the optimization criterion of minimum variance (LCMV) criterion
mydiophantine
- 将丢番图方程推广到多项式的形式,给定系数,利用MATLAB求解,结果可用于最小方差控制中-Diophantine equations will be extended to form polynomial coefficients given by using MATLAB, the results can be used to control the minimum variance
MVDR_test
- 最小方差无畸变算法,大家可以看看,个人觉得蛮不错的,-mvdrfunction,if you want see,download,is verygood,thanks
helicopter
- 粒子滤波的直升飞机跟踪的程序,通过寻找一组在状态空间中传播的随机样本来近似的表示概率密度函数,用样本均值代替积分运算,进而获得系统状态的最小方差估计的过程。-Particle Filter Tracking Of helicopter
matlab
- 基于离散时间对象的最小方差自校正控制器的仿真(Simulation of minimum variance self-tuning controller based on discrete time object)
最小方差控制
- 最小方差控制simulink仿真框图,自己看着资料做的,效果很好(Minimum variance control simulink simulation block diagram, I look at the data to do, the effect is very good.)
卡尔曼滤波和线性最小方差滤波
- 本MATLAB代码包含了卡尔曼滤波和线性最小方差滤波,并且对比了二者的性能。