-
Parzen
在这里输入需要翻实现parzen
库中找出与当前情况距离最近的样本的方法.把距离定义为相匹配的输入事例的特征加权和译的文字(Enter here the realization of the need to turn parzen library with the current situation to find the nearest sample. Defined as the distance to match the characteristics of the input-weighted case and translated text)
- 2009-05-02 22:02:53下载
- 积分:1
-
audiolocalization_2mic
以两个麦克风线性阵列为例通过相关函数进行音源定位,定位范围为0到180度(Case of two microphone linear array sound source through the relevant function location, location range from 0 to 180 degrees)
- 2010-12-07 03:51:26下载
- 积分:1
-
predict
用Durbin递归求预测误差滤波器和它的输出,求解一维信号反卷积(Use Durbin recursive prediction error filter and its output, solving one-dimensional signal deconvolution)
- 2015-06-19 10:38:17下载
- 积分:1
-
cilun
齿轮采集的MATLAB数据样本,用于故障诊断,样本采集。(MATLAB data samples collected gear for fault diagnosis, sample collection.)
- 2021-04-04 20:59:04下载
- 积分:1
-
Bicm_8DPSK_Clip
在衰落信道下8DPSK的比特交织调制的维特比译码(Bit interleaved 8DPSK differentially coded modulation over Ricean fading channels and impulse noise environment)
- 2009-02-18 10:37:50下载
- 积分:1
-
Adaptive.Digital.Filters.Second.Edition
关于信号处理方面的经典书籍。看了之后很有收获,推荐给大家。(On signal processing aspects of the classic books. After the harvest looked likely to recommend to everyone.)
- 2008-05-16 15:03:11下载
- 积分:1
-
pca
主元分析理论分析及应用,对pca的理论进行了通俗易懂的解释,是一个不错的初学教程。(Principal Component Analysis and application)
- 2010-05-24 13:31:43下载
- 积分:1
-
sparseBSS1
稀疏分量分解。
function [y A]=sparseBSS1(X,L,langda,G,h,delta)(function [y A]=sparseBSS1(X,L,langda,G,h,delta)
----------------------------------------------------------------
2009-04-15 YangZhicong
X: observed signal,each row correspond to a sensor observations
L: the length of FFT (or the length of Hanning window)
langda: adjust the desired angular width
G: discretize the potential field by taking a sample of G points
h: threshold
y: estimated sourses
A: estimated mix matrix
)
- 2010-05-27 10:22:17下载
- 积分:1
-
lowpass
MATLAB设计的低通滤波器中的自动生成的C语言头文件,是FIR数字滤波器。(C language header files automatically generated in the MATLAB design of low-pass filter is a FIR digital filter.)
- 2012-05-17 18:02:58下载
- 积分:1
-
regression_copy
岭回归程序
输入参数为自变量、因变量和优化因子
输出参数为映射矩阵与回归误差(Ridge Regression.
Input parameters:
- X: Input data block (k x n)
- Y: Output data block (k x m)
- q: Stabiliaztion factor (optional)
If not given, estimated from data
Return parameters:
- F: Mapping matrix, Yhat = X*F
- error: Prediction errors)
- 2010-10-05 18:46:42下载
- 积分:1