搜索资源列表
modifiedmusic
- 前后向空间平滑MUSIC算法程序,阵元天线数可变,绝对可用.
MATLAB阵列信号处理方面的经典程序
- 阵列信号处理方面的经典程序,包括MUSIC算法,ESPRIT 算法,Root-MUSIC算法面阵中二维角度估计 Unitary -ESPRIT算法,空间平滑MUSIC算法,传播算子DOA估计算法-Classical array signal processing procedures, including the MUSIC algorithm, ESPRIT algorithm, Root-MUSIC algorithm for two-dimensional planar array of
MoveAverage
- 移动平均法源码,步长有5,10,30,内含一次指数平滑计算法,适合进行数据短 中 长期预测-Moving Average source, 5,10,30 step there, including an exponential smoothing method, suitable for short and long-term forecast data
incident-detection
- 交通事故检测的一些经典算法 包括加利福尼亚算法 指数平滑法 -Incident detection
MUSIC
- MUSIC算法,.ESPRIT 算法,Root-MUSIC算法,二维角度估计,.空间平滑MUSIC-MUSIC algorithm ESPRIT algorithm, Root-MUSIC algorithm, the two-dimensional angle estimation. Spatial smoothing MUSIC
smoothdata
- matlab程序-关于雷达系统中随机有限集算法中的平滑算法的仿真程序-matlab program- on radar systems stochastic finite set of algorithms smoothing algorithm simulation program
mmsp
- 前后向平滑算法:算法的原理很简单,以五点三次平滑为例。取相邻的5个数据点,可以拟合出一条3次曲线来,然后用3次曲线上相应的位置的数据值作为滤波后结果。简单的说就是 Savitzky-Golay 滤波器 。只不过Savitzky-Golay 滤波器并不特殊考虑边界的几个数据点,而这个算法还特意把边上的几个点的数据拟合结果给推导了出来。-Before and after the smoothing algorithm: the principle of the algorithm is very s