-
SVT_MostRecent
经典的奇异值阈值算法用来解决矩阵填充问题,这是最新更新的版本(A singular value thresholding algorithm for matrix completion)
- 2012-05-16 21:06:00下载
- 积分:1
-
main
基于扩展卡尔曼滤波单站观测距离的目标跟踪程序,可以直接运行(Extended Kalman Filter single station observation distance of target tracking program can be run directly)
- 2013-10-10 09:30:35下载
- 积分:1
-
Doppler
结合通信/雷达中的阵列测向应用,进行方位估计(Combining communications and radar array detection applications, azimuth estimate)
- 2015-08-26 23:52:30下载
- 积分:1
-
Form
This is an example of Form
- 2013-03-07 22:17:59下载
- 积分:1
-
soft
针对提出的故障信号,利用awgn加噪,对其进行小波软硬阈值降噪,提出一种改进阈值,利用五种自适应阈值函数sqtwolog、rigrsure、heursure、minimaxi和ddencmp中阈值选取原则,对软阈值、硬阈值和改进阈值进行降噪效果对比。(In view of the proposed fault signal, the wavelet soft and hard threshold de-noising is carried out by AWGN adding noise, and an improved threshold is proposed. The threshold selection principle of five adaptive threshold functions, sqtwolog, rigrsure, heursure, minimaxi and ddencmp, is used to compare the soft threshold, hard threshold and threshold value.)
- 2021-04-22 20:28:48下载
- 积分:1
-
Multipleregressionanalysis
多元回归分析代码 可以做用于多种实际应用
用于各种预测分析 聚类分析代码(Multiple regression analysis code can be done for a variety of practical application of cluster analysis for a variety of predictive analysis code)
- 2009-10-25 11:29:14下载
- 积分:1
-
Regularization-Tools
Regularization Tools version 4.0 for Matlab 7.3
- 2012-04-30 11:14:05下载
- 积分:1
-
Automatiqueavance
identication non-parametrique de systemes
dynamiques lineaires
- 2010-12-05 23:16:38下载
- 积分:1
-
a-m-a-matlab
matlab是进行图像处理的好工具,本文件是用MATLAB进行模式匹配的一个例子,希望对你有用(matlab is a good tool for image processing, this document is the period of using MATLAB for pattern matching code, you
)
- 2012-04-08 20:50:58下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1