-
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
-
figure
用matlab做的指纹识别算法,目前做到了增强,用的是linhong的算法(Matlab to do with the fingerprint recognition algorithm, the current did increase, the algorithm used is linhong)
- 2010-06-03 10:13:11下载
- 积分:1
-
Unauthorised-Access.pdf
PDF book about breaking into systems without authorization for educational purposes to better secure your systems
- 2014-09-07 08:26:01下载
- 积分:1
-
code
The Tabu search (NMTS) algorithm to solve a multiobjective fuzzy model for optimal planning of distribution systems. This algorithm obtains multiobjective nondominated solutions to three objective functions: fuzzy economic cost, level of fuzzy reliability, and exposure (maximization of robustness).
- 2013-10-09 13:52:49下载
- 积分:1
-
classic
汇集了几个经典的matlab程序,大家共同学习(A collection of several classic matlab program, we learn together)
- 2013-09-04 23:27:05下载
- 积分:1
-
matlab
这是matlab的一个教程,比较实用,易于学习。(This is a tutorial matlab, more practical, easy to learn.)
- 2011-06-02 11:38:37下载
- 积分:1
-
STKalman
本代码是强跟踪滤波器的MATLAB函数文件,可以直接调用,可移植性很好(This code is a strong tracking filter MATLAB function files, can be called directly, good portability)
- 2021-02-01 13:00:00下载
- 积分:1
-
Random-signal-analysis
现代随机信号分析,+李在铭+李晓峰+周宁+傅志中(Random signal analysis)
- 2013-10-10 13:13:19下载
- 积分:1
-
capon
本仿真将延迟-相加法和CAPON算法做对比,分析了其分辨率的能力强弱(The simulation will be delayed- the sum method and the CAPON algorithm to do comparison, analysis of strengths and weaknesses of its resolution)
- 2010-12-04 22:35:41下载
- 积分:1
-
LEACH_11_6
说明: LEACH 协议的MATLAB仿真代码,有详细的注释,易于阅读和理解(LEACH protocol MATLAB simulation code, there are detailed notes, easy to read and understand)
- 2021-02-25 01:29:39下载
- 积分:1