-
SVD
本代码提供SVD算法Matlab实现,实现SVD分解,并返回分解值。(This code provides SVD algorithm Matlab, the realization of SVD decomposition, and a return value decomposition.)
- 2015-01-28 11:05:10下载
- 积分:1
-
music
music matlab程序,c语言实现的一个小星星的音乐(music matlab procedures, c language a little star music)
- 2013-09-28 09:38:41下载
- 积分:1
-
SimpleService
How to start or stop a windows NT service.
- 2006-09-27 19:32:17下载
- 积分:1
-
222645116720055304472832
本文以数字图像处理、压缩技术和MATLAB应用为基础,偏重于MATLAB图像处理的分析和应用。涉及到关于图像处理的图像增强、二值处理、小波分析和图像压缩的基本概念,解决了利用低通、高通滤波,膨胀,腐蚀,平滑,边缘提取和基于DCT变换,小波变换的图像压缩技术的图像处理,制作了一个关于图像处理和图像压缩的系统。(good)
- 2009-04-24 00:37:04下载
- 积分:1
-
NEW-LEACH-matlab.txt
对经典协议LEACH的改进版本,可以出图3个,对初学很有帮助,大家有兴趣的可以看看。(LEACH agreement on an improved version of the classic, you can plot three, very helpful for beginners, we are interested can look at.)
- 2014-01-20 17:22:06下载
- 积分:1
-
PROGRAMMATION-cPP-et-genie-logiciel
book to learn Visual c++ and logiciel
- 2014-02-19 12:13:40下载
- 积分:1
-
matrixMul
MATRIX MULTIPLICATION GPU PROGRAM
- 2014-09-17 13:49:36下载
- 积分:1
-
CompositeViewer
OSG中怎样创建多视图,利用OSG+Win32 console application实现。(make multiply views in osg)
- 2013-11-30 14:50:46下载
- 积分:1
-
wavelet
基于小波变换的mallat算法,用于检测信号的奇异性,实现励磁涌流的鉴别(Based the wavelet transform mallat algorithm for detection signal singularity inrush current identification)
- 2012-12-19 19:24:31下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1