-
MatlabGUI_Harris
Harris Corner Detector GUI
- 2010-11-20 00:33:51下载
- 积分:1
-
Imagedenoising
基于小波的图像去噪,用MATLAB实现,(Image denoising based on wavelet)
- 2010-05-07 15:49:00下载
- 积分:1
-
Numericalanalysis
适合于大学生或工程硕士的工科计算方法课件(Numerical analysis for undergraduate students)
- 2010-05-15 22:56:45下载
- 积分: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
-
OFDM
OFDM的Matlab仿真,加入了加性白高斯噪声,模拟了整个通信系统。(OFDM Matlab simulation)
- 2014-01-09 10:54:08下载
- 积分:1
-
mousetrack
鼠标游戏仿真,可模拟鼠标在图像上游走的轨迹,对MATLAB代码进行示例。(Mouse game simulation, can simulate the mouse on the image migration trajectory of MATLAB code examples.)
- 2013-12-27 01:51:44下载
- 积分:1
-
nnet
神经网络在matlab中的使用说明书 也是新手上手的好东西(Neuron Network Architectures)
- 2010-03-11 15:18:53下载
- 积分:1
-
angvec2r
移动机器人matlab仿真程序,很好用的,可以学习学习。(Mobile robot matlab simulation program, the good, you can learn.)
- 2013-09-01 17:37:00下载
- 积分:1
-
degnwenxian
等温线,matlab等温线经典程序,内置数据(Isotherms)
- 2009-05-20 12:07:10下载
- 积分:1
-
textsegmentation
This matlab extracts text from car plates
- 2010-12-11 10:08:33下载
- 积分:1