-
matlab_linear
在一维信号中,用来抑制噪声干扰并保留有用信号,或者对有用信号进行各种变换的数字滤波器有着广泛的应用,在2维中同样的重要,这里面的源代码就是MATLAB经典的线性滤波技术(In one-dimensional signals, used to suppress noise and retain the useful signal, or a variety of useful signal transform digital filter has a wide range of applications, in the 2-dimensional equally important, which is inside the source code of MATLAB classic Linear Filtering Technology)
- 2008-04-21 15:09:42下载
- 积分:1
-
ze
说明: fuzzycontrol 非常好的广义预测,多多多关照。。。下载。。。(fuzzycontrol is very good。)
- 2012-05-02 16:34:58下载
- 积分:1
-
向量机非线性回归 mat
支持向量机非线性回归通用MATLAB源码本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合(Universal non-linear regression support vector machine MATLAB source code of this source can be used for linear regression, nonlinear regression, nonlinear function approximation, data modeling, prediction, classification and other applications)
- 2020-06-30 05:00:01下载
- 积分:1
-
wavelet-analysis-for-imaging-
利用小波分析对图像进行二级分解和重构的Matlab代码,带有中文注释,包括哈尔小波、上/下采样子函数(Using wavelet analysis to the image of the secondary decomposition and reconstruction of the Matlab code, with Chinese translations, including the Haar wavelet, up/down sampling Functions)
- 2012-05-16 22:43:31下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1
-
A-Sparse-Learning-Package
美国莱斯大学压缩感知稀疏学习工具箱,能把信号进行稀疏表示,进而实现远低于奈奎斯特抽样速率的压缩感知(Rice University study Toolbox sparse compressed sensing, sparse representation of the signal can, thus achieving much lower than the Nyquist sampling rate of the compressed sensing)
- 2011-08-17 10:42:09下载
- 积分:1
-
Cheby
cheby space - numerical analysys(cheby space- numerical analysys)
- 2009-12-20 15:35:59下载
- 积分:1
-
yunsuanfu
实验:
有两个个矩阵a和b,均为2行3列。 重载运算符“+”,
(1)使之能用于矩阵的相加。如c=a+b。
(2)如果参与运算的两个操作数中一个是整数即矩阵+3或3+矩阵形式,进行加法运算也能得出和。
(3)定义自减运算符的前置(i++)和后置(++i)重载编写相应程序并验证它的正确性。
(i think it s a goog for many people)
- 2009-12-28 10:33:54下载
- 积分:1
-
QAMQPSK
一共四个小程序。实现QAM调制,QPSK调制,二元熵函数的绘制,迭代法求离散信道容量。(QAM,QPSK)
- 2009-06-11 15:40:53下载
- 积分:1
-
Unitary--ESPRIT
this code realize the two dimention esprit algorithm
- 2013-01-03 17:27:24下载
- 积分:1