资源列表
用“时域最小平方误差准则” 设计IIR DF
- 试用时域最小平方误差准则(最小平方逆设计)设计一个具有四项系数的IIR DF的系统函数,使其在y(n)=[3,2,1]输入激励下,输出v(n)逼近d(n)=[2,0.2,0.05]。令v(-1)=v(-2)=0。求出v(n)的前8个样值与d(n)进行比较。用matlab实现了此要求。-trial at the least square error domain guidelines (minimum inverse square design) design with a four DF IIR
topsis
- topsis 算法的matlab实现代码
ARMA_predict
- MATLAB编写的ARMA建模程序,可实现UI打开EXCEL文件,自动选取合适滞后阶数ARMA建模和任意几期预测。-ARMA modeling program written in MATLAB, enabling the UI Open EXCEL file and automatically selects the appropriate number of lags several of ARMA modeling and forecasting arbitrary.
XG_MRT_ZF_shujvlv
- 对于多用户的MISO系统分别用MRT方法和ZF方法优化数据率,并画出曲线比较两种方法-MRT methods were used to optimize the data rate and the ZF method for multi-user MISO system
Exrcise_5_11_RGA
- Multivariable Control - Input Output pairs selection using RGA design - Relative Gain Array - an example
kalmanf.m
- Kalman filter simple illustration
EKF
- 单领航者基于距离的协同导航定位, EKF算法, 算法流程部分可以封装为函数直接调用, 还给出了初始化, 用的时候自己分开.-EKF Collaborative navigation based on distance with single leader
tdplxy
- 介绍了一种特定频率响应滤波器的设计方法,具有很强的实际应用价值-Introduces the design method of a specific frequency response filter, which is of great practical application value
distance
- Matrix method to calculate all Euclidean distances one N-d point set to another M-d point set. Please rename to avoid conflict with built in MATLAB function.-Matrix method to calculate all Euclidean distances one N-d point set to another M-d point s
wavelet_test
- 采用db4小波,对输入信号进行2阶分解和重构。采用了对称延拓方式。- The db4 wavelet is used to decompose and reconstruct the input signal. Using a symmetric extension.
gauss
- 有限元中的gauss积分实现,高斯积分子程序-FEM integral realization of gauss, Gauss integral subroutine
The-unit-circle
- 单位圆与随机数 编写程序,用随机数估计单位圆的面积并估计pi的值,用线性同余发生器、正态分布、指数分布-The unit circle and random Numbers