-
Wavelettransform
一些小波变换与图像处理的代码,主要包括小波图形分解,重构等相关内容(Some wavelet transform and image processing code, including wavelet graph decomposition, reconstruction and other related content)
- 2010-07-06 15:13:33下载
- 积分:1
-
AFT-code
说明: Simon Hayin的"Adpative Filter Theory"-自适应滤波第4版的所有仿真代码matlab语言版。(Simon Hayin "Adpative Filter Theory"- Self section 4 should be filtering all the simulation version of the Matlab code language version.)
- 2006-01-17 14:51:03下载
- 积分:1
-
Wiener
设计一维纳滤波器
(1)产生三组观测数据:首先根据s(n)=a s(n-1)+w(n)产生信号s(n),将其加噪(信噪比分别为20dB,10 dB,6 dB),得到观测数据x1(n), x2(n), x31(n).
(2)估计xi(n),i=1,2,3的AR模型参数。假设信号长度为L,AR模型阶数为N,分析实验结果,并讨论改变L,N对实验结果的影响。
(A Wiener filter design (1) to produce three sets of observations: first generating a signal s (n) according to s (n) = as (n-1)+w (n), to add noise (20dB SNR, respectively , 10 dB, 6 dB), to obtain observational data x1 (n), x2 (n), x31 (n). (2) estimate xi (n), i = AR model parameters 1,2,3. Assuming the signal length L, AR model of order N, analysis of experimental results and discuss the impact changing L, N of the experimental results.)
- 2013-11-26 21:53:25下载
- 积分:1
-
新建文件夹
单元刚度矩阵转化为整体矩阵,如何在MATLAB中实现(stiffness matrix THE BELOW ELEMENT MATRICES AND LOAD VECTORS ARE IN THE NODAL COORDINATE SYSTEMS.
GRAVITY AND TRANSIENT EFFECTS ARE INCLUDED.)
- 2019-05-16 16:53:30下载
- 积分:1
-
facerecognitionsystem
是一个人脸识别系统,过程非常详细,对学习非常有帮助(Is a face recognition system, the process is very detailed and very helpful in learning)
- 2010-06-17 18:07:50下载
- 积分:1
-
PUMAdemos
%%% Demos for PUMA algorithms %%%
We present four matlab demos for PUMA. demo1, demo2, demo3, and demo4
illustrate PUMA working with different parameters and with four
different images.
All you need to do is to run each of the demos. Please be sure that
all the files are put on an accessible path for matlab.
Notice that this code is intended for research purposes only.
For further reference see "Phase Unwrapping via Graph Cuts,
IEEE Transactions on Image Processing, 2007( Demos for PUMA algorithms We present four matlab demos for PUMA. Demo1, demo2, demo3, and demo4 illustrate PUMA working with different parameters and with four different images.All you need to do is to run each of the demos . Please be sure thatall the files are put on an accessible path for matlab.Notice that this code is intended for research purposes only.For further reference see )
- 2008-03-16 13:29:18下载
- 积分:1
-
main
dicom 三维浏览器GUI,实现dicom的自动解析与三个断面浏览。(dicom dimensional browser GUI, automatic parsing dicom with three sections browsing.)
- 2014-12-29 11:09:40下载
- 积分:1
-
LC
说明: actif power filter with inductance and capasitor
- 2015-01-12 20:38:17下载
- 积分:1
-
SVD.gz
奇异谱分解技术,与相空间重构相结合,对信号进行降噪处理(Singular spectrum analysis technology, combined with the phase space reconstruction of signal noise reduction)
- 2015-05-07 17:33:53下载
- 积分:1
-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1