-
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
-
adf
滤波器仿真 matlab 画图 真是凑不够20个字了(Minato filter simulation matlab drawing is really not enough words of the 20)
- 2010-06-01 11:06:44下载
- 积分:1
-
MPU6050-DMP
MPU6050陀螺仪,代码,技术文档, 测试程序(MPU6050 gyroscope, code, technical documentation, test programs)
- 2013-10-06 14:03:59下载
- 积分:1
-
MATLAB-function
最新的matlab命令集合。搜集了网上的大部分(The latest collection of matlab commands. Collected most of the Internet)
- 2011-09-26 13:08:31下载
- 积分:1
-
BaselineDrift
用matlab实现的心电数据的去除基线漂移和去噪功能,方便大家使用(Implemented with the matlab ECG baseline drift removal and denoising function to facilitate the people to use)
- 2011-05-06 23:03:46下载
- 积分:1
-
matMul
matlab description to calculate matrix add sub etc.
- 2010-11-11 00:31:03下载
- 积分:1
-
bayesnetwork
用k2算法从先验概率构建贝叶斯网络,实现推理,结构学习,参数学习用贝叶斯方法。(K2 algorithm using Bayesian network built from the a priori probability to achieve reasoning, structure learning, parameter learning.)
- 2009-11-12 14:17:04下载
- 积分:1
-
Band
计算光子晶体能带结构图的MATLAB源码文件,使用的方法为平面波展开。各物理参数均有注释,光子晶体结构可任意调整。(Calculation of photonic band structure of the MATLAB source code files, the methods used for the plane wave expansion. The physical parameters have comments, photonic crystal structure can be adjusted.)
- 2021-03-16 17:49:21下载
- 积分:1
-
DEVIL
没有什么好的程序,就是一个简简单单的8数码(No good program, that is simply one of the eight digital)
- 2009-12-25 10:56:41下载
- 积分:1
-
ArrayExcel
类似于matlab的数组编辑类(原创)及借用BasicExcel类快速读取读入Excel数据(some class for editing array like in matlab,and read and write to excel with BasicExcel class.)
- 2012-02-10 17:08:24下载
- 积分:1