-
denoise
This is a wavelet soft thresholding the original code, prepared using Matlab. We want to help
- 2010-10-19 05:42:41下载
- 积分:1
-
matlab-work
f=zeros(30,30)
f(5:24,13:17)=1
imshow(f, notruesize )
F=fft2(f,256,256)
F2=fftshift(F)
figure,imshow(log(abs(F2)),[-1 5], notruesize )
- 2010-11-20 17:07:18下载
- 积分:1
-
reverberation
This contains files used for dereverberation algorithm.
- 2011-09-05 23:12:21下载
- 积分:1
-
HighPrecisionFloat
Very often I see people asking for a tool that offers more than 16 digits or so of accuracy. MATLAB itself only allows you to use doubles or singles in standard arithmetic, so that is the normal limit. The fact is, most of the time, if you can t do it with a double, you are doing something wrong. Good practices of numerical analysis are worth far more than any high precision tool. Even so, there are times when you will have a use for a bit of extra precision. And some of you will just want to play in the huge number sandbox. While some of you may use tools like that written by Ben Barrowes, HPF is written purely in MATLAB, so no compiles are needed. For all of you, whatever your reasons, I offer HPF, a High Precision Floating point tool.
- 2013-01-22 13:52:39下载
- 积分:1
-
Employee_management_system
Employee management system project for students.
- 2014-09-29 14:08:54下载
- 积分:1
-
sigma-delta
deta sigma data converters book Chapter 3
Quantization Errors
and Dithering
in delta sigma Modulators
- 2012-11-07 06:14:11下载
- 积分:1
-
H-pwm
双闭环可逆直流调速(H桥)simulink仿真模型,波形很好(Double closed loop reversible DC speed control (H bridge) Simulink simulation model, the waveform is very good)
- 2014-06-01 22:39:15下载
- 积分:1
-
kk
说明: kmeans函数:输入为类别数量k和数据矩阵A;输出为聚类结果A,和迭代次数,并将聚类结果数据以excel形式保存在工作路径下(k-means clustering algorithm error-free very practical)
- 2012-04-25 16:44:58下载
- 积分:1
-
labelcenter
统计一副图片中的直线数目,找到一幅图片中指定位置的直线,并进行标记。(The number of lines in the statistics in a picture, find the specified location in a picture of a straight line and mark.)
- 2012-06-02 21:37:11下载
- 积分:1
-
wavelet-decomposition-
信号的小波分解与重构原理,在matlab运行,内容详细,并有代码。(Principles of Signal based on wavelet decomposition and reconstruction, to run matlab, detailed, and code.
)
- 2012-10-06 09:49:02下载
- 积分:1