-
MATLAByuyanjichu01
第04讲MATLAB语言基础-数字图像处理课件-matlab语言基础,很适合做图像如理入门使用,(Digital image processing based on matlab language courseware), such as introduction to use, very suitable for image series 1)
- 2013-11-13 20:16:20下载
- 积分:1
-
dopplershift-and-multipath
此文档详细描述了多普勒频移以及多径对信号传输的影响。包含原理分析与推导。同时附有完整的程序以及结果仿真图。讲解全面,帮助很大。(This document describes in detail the doppler frequency shift and the multipath effect on the signal transmission.Contains the principle analysis and derivation.At the same time with complete program as well as the results of the simulation diagram.Interpretation of the overall, a great help.)
- 2014-08-18 10:25:19下载
- 积分:1
-
drbd-8.3.6.tar
drbd源文件,热备使用,与heartbeat配合使用,drbd源文件,热备使用,与heartbeat配合使用(DRBD source file, use hot standby, and heartbeat, DRBD source file, use hot standby, used with the heartbeat)
- 2013-12-03 21:16:49下载
- 积分:1
-
gui_matlab
Tutorial using GUI in MATLAB
- 2010-09-15 08:19: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
-
Error-control-coding-using-matlab
A Book published in 2010 on error control coding using matlab(A practical guide to error-control coding using matlab)
- 2011-06-22 15:23:01下载
- 积分:1
-
dtmf
实现输入一串数字,然后matlab可以将数字对应的蜂鸣音播放出来(类似于电话的拨号)(Achieve input a string of numbers, then you can figure corresponding matlab beep play out (similar to dial-up phone))
- 2013-12-08 09:55:49下载
- 积分:1
-
EKKO PRO雷达
用于读取加拿大地质雷达pulse ekko的数据(used to read the GPR data collected by pulse ekko)
- 2018-05-03 16:05:22下载
- 积分:1
-
FINAL1
linear and recursive least mean square
- 2010-12-08 18:31:48下载
- 积分:1
-
leach
经典的leach算法,参考sep原文更容易看懂(the classic wsns algorithm,leach)
- 2011-12-08 18:45:10下载
- 积分:1