-
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
-
matlab
matlab工程应用的PPT教程,是学习matlab的基础,对矩阵的讲述很详细。(engineering applications of PPT tutorial matlab, matlab is to learn the basis of the matrix describes in great detail。)
- 2011-11-01 12:25:28下载
- 积分:1
-
MatlabCMathLibrary
Matlab C++数学库.Matlab C语言接口、如何生成可独立运行的Matlab程序、在Visual C++中调用Matlab程序、Matcom.(Matlab C++ Math Library)
- 2010-01-16 09:07:51下载
- 积分:1
-
MATLAB
用 MATLAB控制摄像头读取图像 可以实现拍照功能(just do it)
- 2012-04-18 10:16:15下载
- 积分:1
-
punya-tya
punya tya tentang membuat file gui matlab
- 2012-04-07 00:15:34下载
- 积分:1
-
kuandai
这是学习麦克风阵列信号处理的好资料,希望大家会喜欢。(this is good book ,you will need for yourself ,i hope you will like it.)
- 2014-11-02 18:09:39下载
- 积分:1
-
matlab
个人所写的matlab 命令行启动方法详解(Personal written Matlab command line start method detailed)
- 2013-04-15 21:17:19下载
- 积分:1
-
kmeans
k-means 源代码 k-means is a very useful hierarchical clustering in meachine learning (k-means is a very useful hierarchical clustering in meachine learning )
- 2010-11-23 09:47:03下载
- 积分:1
-
duiou
对偶单纯形法matlab编程,有逐句的说明(simplex write)
- 2012-05-15 16:01:16下载
- 积分:1
-
xiaoboshangchengxu
使用与matlab中的小波熵程序,易于实现,注释清晰容易理解(With the the wavelet entropy program in matlab, easy to implement easy to understand, clear notes)
- 2020-07-02 17:00:02下载
- 积分:1