-
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
-
25222-560
TD-SCDMA的物理层规范,具体介绍了信道复用和信道编码,对信道编码流程描述很清楚(TD-SCDMA standard in the physical layer, the specific details of the channel multiplexing and channel coding. right channel coding process description is very clear)
- 2006-12-05 12:04:02下载
- 积分:1
-
MCPparaextract
MCP参数提取程序,用最小二乘提出电容电感值,用matlab实现(MCP parameter extraction procedure using the least-squares made inductance capacitor value, and achieve Matlab)
- 2007-06-14 22:24:31下载
- 积分:1
-
pca
集成了C代码和MATLAB的主成分分析代码,可以用这两种方法解决求取特征值和特征向量。(C code and MATLAB integrates principal component analysis code, you can use two methods to solve strike eigenvalues and eigenvectors.)
- 2013-09-10 19:45:04下载
- 积分:1
-
weixingtongxindaima
卫星通信系统代码,主要是QPSK,MPSK相关通信代码(something about satellite communication)
- 2014-11-24 10:16:52下载
- 积分:1
-
qnf
一种matlab实现的频率估计函数。matlab代码(A matlab function to achieve the frequency estimation. matlab code)
- 2009-07-20 18:35:49下载
- 积分:1
-
improp
Matlab Code of image propert for stat analysis
- 2012-02-12 23:00:00下载
- 积分:1
-
PCA-matlab
PCA人脸识别的MATLAB实现,包括了ORL人脸数据库。(PCA face recognition in MATLAB, including the ORL face database.)
- 2012-03-25 16:06:00下载
- 积分:1
-
Principles_of_communication_systems_simulation_wit
电子与电气工程丛书:<通信系统仿真原理与无线应用>书的程序源代码,有助于理解书中的内容(Electronic and Electrical Engineering Series : "Communication System Simulation Principle and wireless applications" on the program source code, contribute to the understanding of the contents of the book)
- 2007-04-19 13:42:42下载
- 积分:1
-
GM-with-Markov
带有markov链的灰色系统程序,自己编写的,效果不是特别的明显,但以改小误差(Grey theory model with markov chain to do prediction!)
- 2012-01-21 15:15:17下载
- 积分:1